Public Member Functions | |
~CHandlerAppView () | |
void | Draw (const TRect &aRect) const |
void | SetFileData (TFileName &aFileName, TDes8 &aData) |
Static Public Member Functions | |
static CHandlerAppView * | NewL (const TRect &aRect) |
static CHandlerAppView * | NewLC (const TRect &aRect) |
An instance of the Application View object for the handler example application
Definition at line 21 of file handlerAppview.h.
CHandlerAppView::~CHandlerAppView | ( | ) |
~CHandlerAppView
Destroy the object and release all memory objects
Definition at line 38 of file handlerAppview.cpp.
CHandlerAppView * CHandlerAppView::NewL | ( | const TRect & | aRect | ) | [static] |
NewL
Create a CHandlerAppView object, which will draw itself to aRect
aRect | the rectangle this view will be drawn to |
Definition at line 18 of file handlerAppview.cpp.
CHandlerAppView * CHandlerAppView::NewLC | ( | const TRect & | aRect | ) | [static] |
NewLC
Create a CHandlerAppView object, which will draw itself to aRect
aRect | the rectangle this view will be drawn to |
Definition at line 25 of file handlerAppview.cpp.
void CHandlerAppView::Draw | ( | const TRect & | aRect | ) | const |
Draw
Draw this CHandlerAppView to the screen
aRect | the rectangle of this view that needs updating |
Definition at line 56 of file handlerAppview.cpp.