Public Member Functions | |
void | ConstructL () |
CHelloWorldBasicAppUi () | |
virtual | ~CHelloWorldBasicAppUi () |
CHelloWorldBasicAppUi application UI class. Interacts with the user through the UI and request message processing from the handler class
Definition at line 34 of file helloworldbasicappui.h.
CHelloWorldBasicAppUi::CHelloWorldBasicAppUi | ( | ) |
CHelloWorldBasicAppUi. C++ default constructor. This needs to be public due to the way the framework constructs the AppUi
Definition at line 102 of file helloworldbasicappui.cpp.
CHelloWorldBasicAppUi::~CHelloWorldBasicAppUi | ( | ) | [virtual] |
~CHelloWorldBasicAppUi. Virtual Destructor.
Definition at line 112 of file helloworldbasicappui.cpp.
void CHelloWorldBasicAppUi::ConstructL | ( | ) |
ConstructL. 2nd phase constructor.
Definition at line 42 of file helloworldbasicappui.cpp.