Public Member Functions | |
virtual | ~CSendWorkbenchDocument () |
CEikAppUi * | CreateAppUiL () |
Static Public Member Functions | |
static CSendWorkbenchDocument * | NewL (CEikApplication &aApp) |
static CSendWorkbenchDocument * | NewLC (CEikApplication &aApp) |
CSendWorkbenchDocument application class. An instance of class CSendWorkbenchDocument is the Document part of the AVKON application framework for the SendWorkbench example application.
Definition at line 35 of file SendWorkbenchDocument.h.
CSendWorkbenchDocument::~CSendWorkbenchDocument | ( | ) | [virtual] |
~CSendWorkbenchDocument Virtual Destructor.
Definition at line 80 of file SendWorkbenchDocument.cpp.
CSendWorkbenchDocument * CSendWorkbenchDocument::NewL | ( | CEikApplication & | aApp | ) | [static] |
NewL. Two-phased constructor. Construct a CSendWorkbenchDocument 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 30 of file SendWorkbenchDocument.cpp.
CSendWorkbenchDocument * CSendWorkbenchDocument::NewLC | ( | CEikApplication & | aApp | ) | [static] |
NewLC. Two-phased constructor. Construct a CSendWorkbenchDocument 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 SendWorkbenchDocument.cpp.
CEikAppUi * CSendWorkbenchDocument::CreateAppUiL | ( | ) |
CreateAppUiL From CEikDocument, CreateAppUiL. Create a CSendWorkbenchAppUi object and return a pointer to it. The object returned is owned by the Uikon framework.
Definition at line 90 of file SendWorkbenchDocument.cpp.