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