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 49 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 100 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 52 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 129 of file threadaoappui.cpp.