Public Member Functions | |
| void | ConstructL () |
| CThreadAppUi () | |
| ~CThreadAppUi () | |
| 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 29 of file threadappui.h.
| CThreadAppUi::CThreadAppUi | ( | ) |
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 43 of file threadappui.cpp.
| CThreadAppUi::~CThreadAppUi | ( | ) |
| void CThreadAppUi::ConstructL | ( | ) |
discussion Perform the second phase construction of a CThreadAppUi object. This needs to be public due to the way the framework constructs the AppUi
Definition at line 26 of file threadappui.cpp.
| void CThreadAppUi::HandleCommandL | ( | TInt | aCommand | ) |
discussion Handle user menu selections param aCommand The enumerated code for the option selected
Definition at line 72 of file threadappui.cpp.
1.6.2