Public Member Functions | |
| virtual | ~CTiltMeDocument () | 
| CEikAppUi * | CreateAppUiL () | 
Static Public Member Functions | |
| static CTiltMeDocument * | NewL (CEikApplication &aApp) | 
| static CTiltMeDocument * | NewLC (CEikApplication &aApp) | 
CTiltMeDocument application class. An instance of class CTiltMeDocument is the Document part of the AVKON application framework for the TiltMe example application.
Definition at line 49 of file TiltMeDocument.h.
| CTiltMeDocument::~CTiltMeDocument | ( | ) |  [virtual] | 
        
~CTiltMeDocument Virtual Destructor.
Definition at line 91 of file TiltMeDocument.cpp.
| CTiltMeDocument * CTiltMeDocument::NewL | ( | CEikApplication & | aApp | ) |  [static] | 
        
NewL. Two-phased constructor. Construct a CTiltMeDocument 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 TiltMeDocument.cpp.
| CTiltMeDocument * CTiltMeDocument::NewLC | ( | CEikApplication & | aApp | ) |  [static] | 
        
NewLC. Two-phased constructor. Construct a CTiltMeDocument 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 55 of file TiltMeDocument.cpp.
| CEikAppUi * CTiltMeDocument::CreateAppUiL | ( | ) | 
CreateAppUiL From CEikDocument, CreateAppUiL. Create a CTiltMeAppUi object and return a pointer to it. The object returned is owned by the Uikon framework.
Definition at line 101 of file TiltMeDocument.cpp.
 1.6.2