API published in: S60 1st Ed
API deprecated in: S60 3rd Ed FP 1
Link against: clkdatetimeview.lib
Required Capabilities
None
#include <clkdatetimeview.h>
Inherits CAknView, MEikListBoxObserver, and MClkModelObserver.
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. |
|
Destructor. |
|
Second-phase constructor.
|
|
Decrements the current list item to handle the task swapping event. |
|
From CAknView Activates this view.
Implements CAknView. |
|
From CAknView Deactivates this view. Implements CAknView. |
|
From MEikMenuObserver Intialize the menu dynamically.
|
|
Handles a softkey event "Change".
|
|
From MEikCommandObserver Handles commands.
Reimplemented from CAknView. |
|
From MEikListBoxObserver Handles an event happend in aListBox.
|
|
Handle options changed by system.
|
|
From MClkModelObserver Called when the model is changed.
Implements MClkModelObserver. |
|
From CAknView Returns this view Id.
Implements CAknView. |
|
Increments the current list item to handle the task swapping event. |
|
Moves the current item to the top of the list items. |
|
Gets a flag meaning that Clock application is using.
|
|
Two-phased constructor returned value is also kept on the CleanupStack.
|
|
Gets a previous view id.
|
|
When an alarm tone / snooze time is changed through general settings, it gets updated in the clock settings.
|