CTestAppDocument Class Reference

List of all members.

Public Member Functions

 ~CTestAppDocument ()
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CTestAppDocumentNewL (CEikApplication &aApp)
static CTestAppDocumentNewLC (CEikApplication &aApp)

Detailed Description

An instance of class CTestAppDocument is the Document part of the AVKON application framework for the TestApp example application

Definition at line 45 of file TestAppDocument.h.


Constructor & Destructor Documentation

CTestAppDocument::~CTestAppDocument (  ) 

~CTestAppDocument

Destroy the object and release all memory objects

Definition at line 58 of file TestAppDocument.cpp.


Member Function Documentation

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

NewL

Construct a CTestAppDocument 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 CTestAppDocument

Definition at line 33 of file TestAppDocument.cpp.

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

NewLC

Construct a CTestAppDocument 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 CTestAppDocument

Definition at line 40 of file TestAppDocument.cpp.

CEikAppUi * CTestAppDocument::CreateAppUiL (  ) 

CreateAppUiL

Create a CTestAppAppUi object and return a pointer to it

Returns:
a pointer to the created instance of the AppUi created

Definition at line 63 of file TestAppDocument.cpp.


Generated by  doxygen 1.6.2