CFindMeDocument Class Reference

List of all members.

Public Member Functions

virtual ~CFindMeDocument ()
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CFindMeDocumentNewL (CEikApplication &aApp)
static CFindMeDocumentNewLC (CEikApplication &aApp)

Detailed Description

CFindMeDocument application class. An instance of class CFindMeDocument is the Document part of the AVKON application framework for the FindMe example application.

Definition at line 37 of file FindMeDocument.h.


Constructor & Destructor Documentation

CFindMeDocument::~CFindMeDocument (  )  [virtual]

~CFindMeDocument Virtual Destructor.

Definition at line 79 of file FindMeDocument.cpp.


Member Function Documentation

CFindMeDocument * CFindMeDocument::NewL ( CEikApplication &  aApp  )  [static]

NewL. Two-phased constructor. Construct a CFindMeDocument 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 CFindMeDocument.

Definition at line 31 of file FindMeDocument.cpp.

CFindMeDocument * CFindMeDocument::NewLC ( CEikApplication &  aApp  )  [static]

NewLC. Two-phased constructor. Construct a CFindMeDocument 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 CFindMeDocument.

Definition at line 43 of file FindMeDocument.cpp.

CEikAppUi * CFindMeDocument::CreateAppUiL (  ) 

CreateAppUiL From CEikDocument, CreateAppUiL. Create a CFindMeAppUi 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 FindMeDocument.cpp.


Generated by  doxygen 1.6.2