#include <symbianDocument.h>
Public Member Functions | |
virtual | ~CsymbianDocument () |
~CsymbianDocument Virtual Destructor. | |
CEikAppUi * | CreateAppUiL () |
CreateAppUiL From CEikDocument, CreateAppUiL. | |
Static Public Member Functions | |
static CsymbianDocument * | NewL (CEikApplication &aApp) |
NewL. | |
static CsymbianDocument * | NewLC (CEikApplication &aApp) |
NewLC. |
An instance of class CsymbianDocument is the Document part of the AVKON application framework for the symbian example application.
CsymbianDocument * CsymbianDocument::NewL | ( | CEikApplication & | aApp | ) | [static] |
NewL.
Two-phased constructor. Construct a CsymbianDocument for the AVKON application aApp using two phase construction, and return a pointer to the created object.
aApp | Application creating this document. |
CsymbianDocument * CsymbianDocument::NewLC | ( | CEikApplication & | aApp | ) | [static] |
NewLC.
Two-phased constructor. Construct a CsymbianDocument for the AVKON application aApp using two phase construction, and return a pointer to the created object.
aApp | Application creating this document. |
CEikAppUi * CsymbianDocument::CreateAppUiL | ( | ) |
CreateAppUiL From CEikDocument, CreateAppUiL.
Create a CsymbianAppUi object and return a pointer to it. The object returned is owned by the Uikon framework.