CTiltMeDocument Class Reference

List of all members.

Public Member Functions

virtual ~CTiltMeDocument ()
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CTiltMeDocumentNewL (CEikApplication &aApp)
static CTiltMeDocumentNewLC (CEikApplication &aApp)

Detailed Description

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.


Constructor & Destructor Documentation

CTiltMeDocument::~CTiltMeDocument (  )  [virtual]

~CTiltMeDocument Virtual Destructor.

Definition at line 91 of file TiltMeDocument.cpp.


Member Function Documentation

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.

Parameters:
aApp Application creating this document.
Returns:
A pointer to the created instance of CTiltMeDocument.

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.

Parameters:
aApp Application creating this document.
Returns:
A pointer to the created instance of CTiltMeDocument.

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.

Returns:
Pointer to created instance of AppUi.

Definition at line 101 of file TiltMeDocument.cpp.


Generated by  doxygen 1.6.2