CHelloWorldBasicDocument Class Reference

List of all members.

Public Member Functions

virtual ~CHelloWorldBasicDocument ()
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CHelloWorldBasicDocumentNewL (CEikApplication &aApp)
static CHelloWorldBasicDocumentNewLC (CEikApplication &aApp)

Detailed Description

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.


Constructor & Destructor Documentation

CHelloWorldBasicDocument::~CHelloWorldBasicDocument (  )  [virtual]

~CHelloWorldBasicDocument Virtual Destructor.

Definition at line 79 of file helloworldbasicdocument.cpp.


Member Function Documentation

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.

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

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.

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

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.

Returns:
Pointer to created instance of AppUi.

Definition at line 89 of file helloworldbasicdocument.cpp.


Generated by  doxygen 1.6.2