CsymbianDocument Class Reference

CsymbianDocument application class. More...

#include <symbianDocument.h>

List of all members.

Public Member Functions

virtual ~CsymbianDocument ()
 ~CsymbianDocument Virtual Destructor.
CEikAppUi * CreateAppUiL ()
 CreateAppUiL From CEikDocument, CreateAppUiL.

Static Public Member Functions

static CsymbianDocumentNewL (CEikApplication &aApp)
 NewL.
static CsymbianDocumentNewLC (CEikApplication &aApp)
 NewLC.


Detailed Description

CsymbianDocument application class.

An instance of class CsymbianDocument is the Document part of the AVKON application framework for the symbian example application.


Member Function Documentation

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.

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

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.

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

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.

Returns:
Pointer to created instance of AppUi.


The documentation for this class was generated from the following files:
Generated on Fri Jul 25 15:04:18 2008 for Funambol C++ Client Library by  doxygen 1.5.1