CVibraPoolAppView Class Reference

Inherits MUpdateContainer.

List of all members.

Public Member Functions

virtual ~CVibraPoolAppView ()
void Draw (const TRect &aRect) const
virtual void SizeChanged ()
void ReStartGame ()
void StopGame ()

Static Public Member Functions

static CVibraPoolAppViewNewL (const TRect &aRect)
static CVibraPoolAppViewNewLC (const TRect &aRect)

Detailed Description

Definition at line 28 of file VibraPoolAppView.h.


Constructor & Destructor Documentation

CVibraPoolAppView::~CVibraPoolAppView (  )  [virtual]

~CVibraPoolAppView Virtual Destructor.

Definition at line 108 of file VibraPoolAppView.cpp.


Member Function Documentation

CVibraPoolAppView * CVibraPoolAppView::NewL ( const TRect &  aRect  )  [static]

NewL. Two-phased constructor. Create a CVibraPoolAppView object, which will draw itself to aRect.

Parameters:
aRect The rectangle this view will be drawn to.
Returns:
a pointer to the created instance of CVibraPoolAppView.

Definition at line 38 of file VibraPoolAppView.cpp.

CVibraPoolAppView * CVibraPoolAppView::NewLC ( const TRect &  aRect  )  [static]

NewLC. Two-phased constructor. Create a CVibraPoolAppView object, which will draw itself to aRect.

Parameters:
aRect Rectangle this view will be drawn to.
Returns:
A pointer to the created instance of CVibraPoolAppView.

Definition at line 50 of file VibraPoolAppView.cpp.

void CVibraPoolAppView::Draw ( const TRect &  aRect  )  const

From CCoeControl, Draw Draw this CVibraPoolAppView to the screen.

Parameters:
aRect the rectangle of this view that needs updating

Definition at line 120 of file VibraPoolAppView.cpp.

void CVibraPoolAppView::SizeChanged (  )  [virtual]

From CoeControl, SizeChanged. Called by framework when the view size is changed.

Definition at line 167 of file VibraPoolAppView.cpp.

void CVibraPoolAppView::ReStartGame (  ) 

Basic starting operations

Definition at line 297 of file VibraPoolAppView.cpp.


Generated by  doxygen 1.6.2