CSendWorkbenchDocument Class Reference

List of all members.

Public Member Functions

virtual ~CSendWorkbenchDocument ()
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CSendWorkbenchDocumentNewL (CEikApplication &aApp)
static CSendWorkbenchDocumentNewLC (CEikApplication &aApp)

Detailed Description

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.


Constructor & Destructor Documentation

CSendWorkbenchDocument::~CSendWorkbenchDocument (  )  [virtual]

~CSendWorkbenchDocument Virtual Destructor.

Definition at line 80 of file SendWorkbenchDocument.cpp.


Member Function Documentation

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.

Parameters:
aApp Application creating this document.
Returns:
A pointer to the created instance of CSendWorkbenchDocument.

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.

Parameters:
aApp Application creating this document.
Returns:
A pointer to the created instance of CSendWorkbenchDocument.

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.

Returns:
Pointer to created instance of AppUi.

Definition at line 90 of file SendWorkbenchDocument.cpp.


Generated by  doxygen 1.6.2