Inherits MUpdateContainer.
Public Member Functions | |
virtual | ~CVibraPoolAppView () |
void | Draw (const TRect &aRect) const |
virtual void | SizeChanged () |
void | ReStartGame () |
void | StopGame () |
Static Public Member Functions | |
static CVibraPoolAppView * | NewL (const TRect &aRect) |
static CVibraPoolAppView * | NewLC (const TRect &aRect) |
Definition at line 28 of file VibraPoolAppView.h.
CVibraPoolAppView::~CVibraPoolAppView | ( | ) | [virtual] |
~CVibraPoolAppView Virtual Destructor.
Definition at line 108 of file VibraPoolAppView.cpp.
CVibraPoolAppView * CVibraPoolAppView::NewL | ( | const TRect & | aRect | ) | [static] |
NewL. Two-phased constructor. Create a CVibraPoolAppView object, which will draw itself to aRect.
aRect | The rectangle this view will be drawn to. |
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.
aRect | Rectangle this view will be drawn to. |
Definition at line 50 of file VibraPoolAppView.cpp.
void CVibraPoolAppView::Draw | ( | const TRect & | aRect | ) | const |
From CCoeControl, Draw Draw this CVibraPoolAppView to the screen.
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.