CSkeletonDocument Class Reference

List of all members.

Public Member Functions

virtual ~CSkeletonDocument ()
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CSkeletonDocumentNewL (CEikApplication &aApp)
static CSkeletonDocumentNewLC (CEikApplication &aApp)

Detailed Description

CSkeletonDocument application class. An instance of class CSkeletonDocument is the Document part of the AVKON application framework for the Skeleton example application.

Definition at line 37 of file SkeletonDocument.h.


Constructor & Destructor Documentation

CSkeletonDocument::~CSkeletonDocument (  )  [virtual]

~CSkeletonDocument Virtual Destructor.

Definition at line 79 of file SkeletonDocument.cpp.


Member Function Documentation

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

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

Definition at line 31 of file SkeletonDocument.cpp.

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

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

Definition at line 43 of file SkeletonDocument.cpp.

CEikAppUi * CSkeletonDocument::CreateAppUiL (  ) 

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


Generated by  doxygen 1.6.2