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