Public Member Functions | |
| void | ConstructL () |
| CThreadAOAppUi () | |
| ~CThreadAOAppUi () | |
| void | HandleCommandL (TInt aCommand) |
An instance of class CThreadAppUi is the UserInterface part of the AVKON application framework for the Thread example application
Definition at line 24 of file threadaoappui.h.
| CThreadAOAppUi::CThreadAOAppUi | ( | ) |
discussion 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 76 of file threadaoappui.cpp.
| CThreadAOAppUi::~CThreadAOAppUi | ( | ) |
| void CThreadAOAppUi::ConstructL | ( | ) |
discussion Perform the second phase construction of a CThreadAOAppUi object. This needs to be public due to the way the framework constructs the AppUi
Definition at line 28 of file threadaoappui.cpp.
| void CThreadAOAppUi::HandleCommandL | ( | TInt | aCommand | ) |
discussion Handle user menu selections param aCommand The enumerated code for the option selected
Definition at line 105 of file threadaoappui.cpp.
1.6.2