Inherits MEngineObserver.
Public Member Functions | |
void | ConstructL () |
CRpsAppUi () | |
virtual | ~CRpsAppUi () |
void | UpdateScreen () |
CRpsAppUi application UI class. Interacts with the user through the UI and request message processing from the handler class
Definition at line 47 of file rpsAppUi.h.
CRpsAppUi::CRpsAppUi | ( | ) |
CRpsAppUi. C++ default constructor. This needs to be public due to the way the framework constructs the AppUi
Definition at line 71 of file rpsAppUi.cpp.
CRpsAppUi::~CRpsAppUi | ( | ) | [virtual] |
~CRpsAppUi. Virtual Destructor.
Definition at line 81 of file rpsAppUi.cpp.
void CRpsAppUi::ConstructL | ( | void | ) |
ConstructL. 2nd phase constructor.
Definition at line 48 of file rpsAppUi.cpp.
void CRpsAppUi::UpdateScreen | ( | ) | [virtual] |
UpdateScreen. From MEngineObserver
Implements MEngineObserver.
Definition at line 121 of file rpsAppUi.cpp.