API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknquerydialog.h>
Inherits CAknQueryDialog.
Public Member Functions |
|
IMPORT_C | CAknDurationQueryDialog (TTimeIntervalSeconds &aDuration, const TTone &aTone=ENoTone) |
|
|
virtual IMPORT_C | ~CAknDurationQueryDialog () |
C++ Destructor. |
|
IMPORT_C void | SetMinimumAndMaximum (const TTimeIntervalSeconds &aMinimumDuration, const TTimeIntervalSeconds &aMaximumDuration) |
Set maximum and minimum durations to editor. |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
Handles pointer events. |
|
Static Public Member Functions |
|
static IMPORT_C CAknDurationQueryDialog * | NewL (TTimeIntervalSeconds &aTime, const TTone &aTone=ENoTone) |
Second phase construction required to align API with multiline queries and because in future MAknQueryData will be used. |
|
Protected Member Functions |
|
IMPORT_C void | PreLayoutDynInitL () |
From CEikdialog . |
|
virtual IMPORT_C TBool | OkToExitL (TInt aButtonId) |
From CEikdialog . |
|
TTimeIntervalSeconds & | Duration () |
const TTimeIntervalSeconds & | Duration () const |
Protected Attributes |
|
TTimeIntervalSeconds & | iDuration |
|
|
|
C++ Destructor. |
|
|
|
|
|
Handles pointer events. Reimplemented from CAknQueryDialog. |
|
Second phase construction required to align API with multiline queries and because in future MAknQueryData will be used. |
|
From This function is called by the EIKON framework if the user activates a button in the button panel. It is not called if the Cancel button is activated, unless the EEikDialogFlagNotifyEsc flag is set.
Reimplemented from CAknQueryDialog. |
|
From This function is called by the EIKON dialog framework just before the dialog is activated, after it has called PreLayoutDynInitL() and the dialog has been sized. Reimplemented from CAknQueryDialog. |
|
Set maximum and minimum durations to editor. This override values given in resource. Only values inside the initial minimum and maximum are permitted.
|
|
|