CGfxWorkbenchDocument Class Reference

List of all members.

Public Member Functions

virtual ~CGfxWorkbenchDocument ()
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CGfxWorkbenchDocumentNewL (CEikApplication &aApp)
static CGfxWorkbenchDocumentNewLC (CEikApplication &aApp)

Detailed Description

CGfxWorkbenchDocument application class. An instance of class CGfxWorkbenchDocument is the Document part of the AVKON application framework for the GfxWorkbench example application.

Definition at line 49 of file GfxWorkbenchDocument.h.


Constructor & Destructor Documentation

CGfxWorkbenchDocument::~CGfxWorkbenchDocument (  )  [virtual]

~CGfxWorkbenchDocument Virtual Destructor.

Definition at line 93 of file GfxWorkbenchDocument.cpp.


Member Function Documentation

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

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

Definition at line 43 of file GfxWorkbenchDocument.cpp.

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

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

Definition at line 56 of file GfxWorkbenchDocument.cpp.

CEikAppUi * CGfxWorkbenchDocument::CreateAppUiL (  ) 

CreateAppUiL From CEikDocument, CreateAppUiL. Create a CGfxWorkbenchAppUi 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 103 of file GfxWorkbenchDocument.cpp.


Generated by  doxygen 1.6.2