CS60MemoryLabDocument Class Reference

List of all members.

Public Member Functions

virtual ~CS60MemoryLabDocument ()
CEikAppUi * CreateAppUiL ()
virtual ~CS60MemoryLabDocument ()
CEikAppUi * CreateAppUiL ()

Static Public Member Functions

static CS60MemoryLabDocumentNewL (CEikApplication &aApp)
static CS60MemoryLabDocumentNewLC (CEikApplication &aApp)
static CS60MemoryLabDocumentNewL (CEikApplication &aApp)
static CS60MemoryLabDocumentNewLC (CEikApplication &aApp)

Detailed Description

CS60MemoryLabDocument application class. An instance of class CS60MemoryLabDocument is the Document part of the AVKON application framework for the S60MemoryLab example application.

Definition at line 21 of file S60MemoryLabDocument.h.


Constructor & Destructor Documentation

CS60MemoryLabDocument::~CS60MemoryLabDocument (  )  [virtual]

~CS60MemoryLabDocument Virtual Destructor.

Definition at line 61 of file S60MemoryLabDocument.cpp.

virtual CS60MemoryLabDocument::~CS60MemoryLabDocument (  )  [virtual]

~CS60MemoryLabDocument Virtual Destructor.


Member Function Documentation

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

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

Definition at line 14 of file S60MemoryLabDocument.cpp.

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

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

Definition at line 26 of file S60MemoryLabDocument.cpp.

CEikAppUi * CS60MemoryLabDocument::CreateAppUiL (  ) 

CreateAppUiL From CEikDocument, CreateAppUiL. Create a CS60MemoryLabAppUi 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 71 of file S60MemoryLabDocument.cpp.

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

NewL. Two-phased constructor. Construct a CS60MemoryLabDocument 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 CS60MemoryLabDocument.
static CS60MemoryLabDocument* CS60MemoryLabDocument::NewLC ( CEikApplication &  aApp  )  [static]

NewLC. Two-phased constructor. Construct a CS60MemoryLabDocument 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 CS60MemoryLabDocument.
CEikAppUi* CS60MemoryLabDocument::CreateAppUiL (  ) 

CreateAppUiL From CEikDocument, CreateAppUiL. Create a CS60MemoryLabAppUi object and return a pointer to it. The object returned is owned by the Uikon framework.

Returns:
Pointer to created instance of AppUi.

Generated by  doxygen 1.6.2