| 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 45 of file TestAppDocument.h.
| CTestAppDocument::~CTestAppDocument | ( | ) | 
~CTestAppDocument
Destroy the object and release all memory objects
Definition at line 58 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 33 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 40 of file TestAppDocument.cpp.
| CEikAppUi * CTestAppDocument::CreateAppUiL | ( | ) | 
CreateAppUiL
Create a CTestAppAppUi object and return a pointer to it
Definition at line 63 of file TestAppDocument.cpp.
 1.6.2
 1.6.2