Public Member Functions | |
virtual | ~CGfxWorkbenchDocument () |
CEikAppUi * | CreateAppUiL () |
Static Public Member Functions | |
static CGfxWorkbenchDocument * | NewL (CEikApplication &aApp) |
static CGfxWorkbenchDocument * | NewLC (CEikApplication &aApp) |
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.
CGfxWorkbenchDocument::~CGfxWorkbenchDocument | ( | ) | [virtual] |
~CGfxWorkbenchDocument Virtual Destructor.
Definition at line 93 of file GfxWorkbenchDocument.cpp.
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.
aApp | Application creating this document. |
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.
aApp | Application creating this document. |
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.
Definition at line 103 of file GfxWorkbenchDocument.cpp.