Public Member Functions | |
virtual | ~CRpsDocument () |
CEikAppUi * | CreateAppUiL () |
Static Public Member Functions | |
static CRpsDocument * | NewL (CEikApplication &aApp) |
static CRpsDocument * | NewLC (CEikApplication &aApp) |
CRpsDocument application class. An instance of class CRpsDocument is the Document part of the AVKON application framework for the rps example application.
Definition at line 48 of file rpsDocument.h.
CRpsDocument::~CRpsDocument | ( | ) | [virtual] |
~CRpsDocument Virtual Destructor.
Definition at line 90 of file rpsDocument.cpp.
CRpsDocument * CRpsDocument::NewL | ( | CEikApplication & | aApp | ) | [static] |
NewL. Two-phased constructor. Construct a CRpsDocument 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 42 of file rpsDocument.cpp.
CRpsDocument * CRpsDocument::NewLC | ( | CEikApplication & | aApp | ) | [static] |
NewLC. Two-phased constructor. Construct a CRpsDocument 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 54 of file rpsDocument.cpp.
CEikAppUi * CRpsDocument::CreateAppUiL | ( | ) |
CreateAppUiL From CEikDocument, CreateAppUiL. Create a CRpsAppUi object and return a pointer to it. The object returned is owned by the Uikon framework.
Definition at line 100 of file rpsDocument.cpp.