Public Member Functions | |
virtual | ~CFindMeDocument () |
CEikAppUi * | CreateAppUiL () |
Static Public Member Functions | |
static CFindMeDocument * | NewL (CEikApplication &aApp) |
static CFindMeDocument * | NewLC (CEikApplication &aApp) |
CFindMeDocument application class. An instance of class CFindMeDocument is the Document part of the AVKON application framework for the FindMe example application.
Definition at line 37 of file FindMeDocument.h.
CFindMeDocument::~CFindMeDocument | ( | ) | [virtual] |
~CFindMeDocument Virtual Destructor.
Definition at line 79 of file FindMeDocument.cpp.
CFindMeDocument * CFindMeDocument::NewL | ( | CEikApplication & | aApp | ) | [static] |
NewL. Two-phased constructor. Construct a CFindMeDocument for the AVKON application aApp using two phase construction, and return a pointer to the created object.
aApp | Application creating this document. |
Definition at line 31 of file FindMeDocument.cpp.
CFindMeDocument * CFindMeDocument::NewLC | ( | CEikApplication & | aApp | ) | [static] |
NewLC. Two-phased constructor. Construct a CFindMeDocument for the AVKON application aApp using two phase construction, and return a pointer to the created object.
aApp | Application creating this document. |
Definition at line 43 of file FindMeDocument.cpp.
CEikAppUi * CFindMeDocument::CreateAppUiL | ( | ) |
CreateAppUiL From CEikDocument, CreateAppUiL. Create a CFindMeAppUi object and return a pointer to it. The object returned is owned by the Uikon framework.
Definition at line 89 of file FindMeDocument.cpp.