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 36 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 36 of file csasyncappui.cpp.
| CCSAsyncAppUi::~CCSAsyncAppUi | ( | ) | [virtual] |
~CCSAsyncAppUi. Destructor. Destroys the object and release all memory objects.
Definition at line 60 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 85 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 124 of file csasyncappui.cpp.
| void CCSAsyncAppUi::HandleTimeUpdate | ( | ) | [virtual] |
From MAsyncTimeObserver, HandleTimeUpdate. Handles updates to the time.
Implements MAsyncTimeObserver.
Definition at line 112 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 147 of file csasyncappui.cpp.
1.6.2