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