Link against: ClkDateTimeView.lib
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 () |
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. | |
void | HandleForegroundEventL (TBool aForeground) |
HandleForegroundEventL From CCoeAppUi Called when the application switches from foreground to background and vice versa. | |
IMPORT_C void | InitCurrentItem () |
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. | |
TBool | GetAlarmFlag () |
Used to check if the alarm tone file dialog has been launched or not. | |
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. |
|
|
|
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.
|
|
Used to check if the alarm tone file dialog has been launched or not.
|
|
Handles a softkey event "Change".
|
|
From MEikCommandObserver Handles commands.
Reimplemented from CAknView. |
|
HandleForegroundEventL From CCoeAppUi Called when the application switches from foreground to background and vice versa.
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. |
|
|
|
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.
|