Inherits MAsyncTimeObserver.
Public Member Functions | |
CCSAsyncAppUi () | |
virtual | ~CCSAsyncAppUi () |
void | HandleCommandL (TInt aCommand) |
void | DynInitMenuPaneL (TInt aResourceId, CEikMenuPane *aMenuPane) |
void | HandleTimeUpdate () |
virtual void | HandleResourceChangeL (TInt aType) |
CCSAsyncAppUi An instance of class CCSAsyncAppUi is the UserInterface part of the AVKON application framework for the CSAsync example application
Definition at line 34 of file csasyncappui.h.
CCSAsyncAppUi::CCSAsyncAppUi | ( | ) |
CCSAsyncAppUi. C++ default constructor. This needs to be public due to the way the framework constructs the AppUi.
Definition at line 35 of file csasyncappui.cpp.
CCSAsyncAppUi::~CCSAsyncAppUi | ( | ) | [virtual] |
~CCSAsyncAppUi. Destructor. Destroys the object and release all memory objects.
Definition at line 59 of file csasyncappui.cpp.
void CCSAsyncAppUi::HandleCommandL | ( | TInt | aCommand | ) |
From CAknAppUi, HandleCommandL. Handles user menu selections.
aCommand | The enumerated code for the option selected. |
Definition at line 84 of file csasyncappui.cpp.
void CCSAsyncAppUi::DynInitMenuPaneL | ( | TInt | aResourceId, | |
CEikMenuPane * | aMenuPane | |||
) |
From CAknAppUi, DynInitMenuPaneL. Prepares the menu prior to display.
aResourceId | The resource for the menu to be displayed. | |
aMenuPane | The handle to the menu. |
Definition at line 123 of file csasyncappui.cpp.
void CCSAsyncAppUi::HandleTimeUpdate | ( | ) | [virtual] |
From MAsyncTimeObserver, HandleTimeUpdate. Handles updates to the time.
Implements MAsyncTimeObserver.
Definition at line 111 of file csasyncappui.cpp.
void CCSAsyncAppUi::HandleResourceChangeL | ( | TInt | aType | ) | [virtual] |
HandleResourceChangeL() Called by framework when layout is changed.
aType | The type of resources that have changed. |
Definition at line 146 of file csasyncappui.cpp.