Public Member Functions | |
~CTestAppAppView () | |
void | Draw (const TRect &aRect) const |
Static Public Member Functions | |
static CTestAppAppView * | NewL (const TRect &aRect) |
static CTestAppAppView * | NewLC (const TRect &aRect) |
An instance of the Application View object for the TestApp example application
Definition at line 20 of file TestAppAppview.h.
CTestAppAppView::~CTestAppAppView | ( | ) |
~CTestAppAppView
Destroy the object and release all memory objects
Definition at line 34 of file TestAppAppview.cpp.
CTestAppAppView * CTestAppAppView::NewL | ( | const TRect & | aRect | ) | [static] |
NewL
Create a CTestAppAppView object, which will draw itself to aRect
aRect | the rectangle this view will be drawn to |
Definition at line 14 of file TestAppAppview.cpp.
CTestAppAppView * CTestAppAppView::NewLC | ( | const TRect & | aRect | ) | [static] |
NewLC
Create a CTestAppAppView object, which will draw itself to aRect
aRect | the rectangle this view will be drawn to |
Definition at line 21 of file TestAppAppview.cpp.
void CTestAppAppView::Draw | ( | const TRect & | aRect | ) | const |
Draw
Draw this CTestAppAppView to the screen
aRect | the rectangle of this view that needs updating |
Definition at line 52 of file TestAppAppview.cpp.