The Clock and General Settings applications make use of this.
|
Public Member Functions |
IMPORT_C | ~CClkDateTimeView () |
| Destructor.
|
TUid | Id () const |
| From CAknView Returns this view Id.
|
void | HandleCommandL (TInt aCommandId) |
| From MEikCommandObserver Handles commands.
|
void | HandleUpdateL (TInt aNotification) |
| From MClkModelObserver Called when the model is changed.
|
IMPORT_C void | InitCurrentItem () |
| Moves the current item to the top of the list items.
|
void | HandleSettingsChangeL (const TInt aChange) |
| Handle options changed by system.
|
void | IncCurrentItem () |
| Increments the current list item to handle the task swapping event.
|
void | DecCurrentItem () |
| Decrements the current list item to handle the task swapping event.
|
TBool | IsClockInUse () const |
| Gets a flag meaning that Clock application is using.
|
TVwsViewId | PrevViewId () const |
| Gets a previous view id.
|
void | HandleChangeCmdL (const TInt aItemId) |
| Handles a softkey event "Change".
|
void | DynInitMenuPaneL (TInt aResourceId, CEikMenuPane *aMenuPane) |
| From MEikMenuObserver Intialize the menu dynamically.
|
void | UpdateDTViewL (TUint32 aId, const TDesC16 &aNewValue) |
| When an alarm tone / snooze time is changed through general settings, it gets updated in the clock settings.
|
Static Public Member Functions |
static IMPORT_C CClkDateTimeView * | NewLC (TUid aViewId, TBool aClockUse=EFalse) |
| Two-phased constructor returned value is also kept on the CleanupStack.
|
Protected Member Functions |
void | DoActivateL (const TVwsViewId &aPrevViewId, TUid aCustomMessageId, const TDesC8 &aCustomMessage) |
| From CAknView Activates this view.
|
void | DoDeactivate () |
| From CAknView Deactivates this view.
|
void | HandleListBoxEventL (CEikListBox *aListBox, TListBoxEvent aEventType) |
| From MEikListBoxObserver Handles an event happend in aListBox.
|
void | ConstructL (TUid aViewId, TBool aClockUse) |
| Second-phase constructor.
|