class CAknDurationQueryDialog : public CAknQueryDialog |
This class should be used when user is reguest to enter duration
Public Member Functions | |
---|---|
CAknDurationQueryDialog(TTimeIntervalSeconds &, const TTone &) | |
~CAknDurationQueryDialog() | |
IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
IMPORT_C CAknDurationQueryDialog * | NewL(TTimeIntervalSeconds &, const TTone &) |
IMPORT_C void | SetMinimumAndMaximum(const TTimeIntervalSeconds &, const TTimeIntervalSeconds &) |
Protected Member Functions | |
---|---|
TTimeIntervalSeconds & | Duration() |
const TTimeIntervalSeconds & | Duration() |
IMPORT_C TBool | OkToExitL(TInt) |
IMPORT_C void | PreLayoutDynInitL() |
Private Member Functions | |
---|---|
IMPORT_C void | CAknDialog_Reserved() |
IMPORT_C void | CAknQueryDialog_Reserved() |
IMPORT_C void | CEikDialog_Reserved_1() |
IMPORT_C void | CEikDialog_Reserved_2() |
IMPORT_C void * | ExtensionInterface(TUid) |
Inherited Enumerations | |
---|---|
CAknQueryDialog:TTone | |
CCoeControl:TZoomType | |
CEikDialog:@169 |
Protected Attributes | |
---|---|
TTimeIntervalSeconds & | iDuration |
Private Attributes | |
---|---|
TInt | iSpare |
IMPORT_C | CAknDurationQueryDialog | ( | TTimeIntervalSeconds & | aDuration, |
const TTone & | aTone = ENoTone | |||
) |
deprecated (use NewL instead)
TTimeIntervalSeconds & aDuration | |
const TTone & aTone = ENoTone |
IMPORT_C void * | ExtensionInterface | ( | TUid | aInterface | ) | [private, virtual] |
From CAknControl
TUid aInterface |
IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Handles pointer events
const TPointerEvent & aPointerEvent |
IMPORT_C CAknDurationQueryDialog * | NewL | ( | TTimeIntervalSeconds & | aTime, |
const TTone & | aTone = ENoTone | |||
) | [static] |
Second phase construction required to align API with multiline queries and because in future MAknQueryData will be used.
TTimeIntervalSeconds & aTime | |
const TTone & aTone = ENoTone |
IMPORT_C TBool | OkToExitL | ( | TInt | aButtonId | ) | [protected, virtual] |
From CEikdialog
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. Should return ETrue if the dialog should exit, and EFalse if it should not.
TInt aButtonId | The ID of the button that was activated |
IMPORT_C void | PreLayoutDynInitL | ( | ) | [protected, virtual] |
From CEikdialog
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.
IMPORT_C void | SetMinimumAndMaximum | ( | const TTimeIntervalSeconds & | aMinimumDuration, |
const TTimeIntervalSeconds & | aMaximumDuration | |||
) |
Set maximum and minimum durations to editor. This override values given in resource. Only values inside the initial minimum and maximum are permitted.
const TTimeIntervalSeconds & aMinimumDuration | Minimumm duration |
const TTimeIntervalSeconds & aMaximumDuration | Maximum duration. |
TTimeIntervalSeconds & | iDuration | [protected] |
will become private. Use Duration() instead.