Public Member Functions | |
void | ConstructL () |
CTestAppAppUi () | |
~CTestAppAppUi () | |
void | HandleCommandL (TInt aCommand) |
void | HandleResourceChangeL (TInt aType) |
void | NotifyExit (TExitMode aMode) |
An instance of class CTestAppAppUi is the UserInterface part of the AVKON application framework for the TestApp example application
Definition at line 32 of file TestAppAppui.h.
CTestAppAppUi::CTestAppAppUi | ( | ) |
Perform the first phase of two phase construction. This needs to be public due to the way the framework constructs the AppUi
Definition at line 42 of file TestAppAppui.cpp.
CTestAppAppUi::~CTestAppAppUi | ( | ) |
~CTestAppAppUi
Destroy the object and release all memory objects
Definition at line 47 of file TestAppAppui.cpp.
void CTestAppAppUi::ConstructL | ( | ) |
ConstructL
Perform the second phase construction of a CTestAppAppUi object this needs to be public due to the way the framework constructs the AppUi
Definition at line 32 of file TestAppAppui.cpp.
void CTestAppAppUi::NotifyExit | ( | TExitMode | aMode | ) |
Changes to the embedded document must be saved.
Reverts back to the saved version of the embedded document, i.e. reloads the whole document.
No changes have been made to the embedded document.
The embedded document is empty.
Definition at line 180 of file TestAppAppui.cpp.