Public Member Functions | |
~CTestAppDocument () | |
CEikAppUi * | CreateAppUiL () |
Static Public Member Functions | |
static CTestAppDocument * | NewL (CEikApplication &aApp) |
static CTestAppDocument * | NewLC (CEikApplication &aApp) |
An instance of class CTestAppDocument is the Document part of the AVKON application framework for the TestApp example application
Definition at line 23 of file TestAppDocument.h.
CTestAppDocument::~CTestAppDocument | ( | ) |
~CTestAppDocument
Destroy the object and release all memory objects
Definition at line 36 of file TestAppDocument.cpp.
CTestAppDocument * CTestAppDocument::NewL | ( | CEikApplication & | aApp | ) | [static] |
NewL
Construct a CTestAppDocument 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 11 of file TestAppDocument.cpp.
CTestAppDocument * CTestAppDocument::NewLC | ( | CEikApplication & | aApp | ) | [static] |
NewLC
Construct a CTestAppDocument 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 18 of file TestAppDocument.cpp.
CEikAppUi * CTestAppDocument::CreateAppUiL | ( | ) |
CreateAppUiL
Create a CTestAppAppUi object and return a pointer to it
Definition at line 41 of file TestAppDocument.cpp.