class CAknTimeQueryDialog : public CAknQueryDialog |
This class should be used when user is reguest to enter time or date
Public Member Functions | |
---|---|
CAknTimeQueryDialog(TTime &, const TTone &) | |
CAknTimeQueryDialog(TTime &, TDesC &, const TTone &) | |
~CAknTimeQueryDialog() | |
IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
IMPORT_C CAknTimeQueryDialog * | NewL(TTime &, const TTone &) |
IMPORT_C void | SetMinimumAndMaximum(const TTime &, const TTime &) |
Protected Member Functions | |
---|---|
IMPORT_C TBool | OkToExitL(TInt) |
IMPORT_C void | PreLayoutDynInitL() |
TTime & | Time() |
const TTime & | Time() |
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:@145 |
Protected Attributes | |
---|---|
TTime & | iTime |
Private Attributes | |
---|---|
TInt | iSpare |
IMPORT_C | CAknTimeQueryDialog | ( | TTime & | aTime, |
const TTone & | aTone = ENoTone | |||
) |
C++ Constructor
IMPORT_C | CAknTimeQueryDialog | ( | TTime & | aTime, |
TDesC & | aPrompt, | |||
const TTone & | aTone = ENoTone | |||
) |
deprecated - do not use
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 CAknTimeQueryDialog * | NewL | ( | TTime & | aTime, |
const TTone & | aTone = ENoTone | |||
) | [static] |
Second phase construction required to align API with multiline queries and because in future MAknQueryData will be used.
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 TTime & | aMinimum, |
const TTime & | aMaximum | |||
) |
Set maximum and minimum times to editor. This override values given in resource. Only values inside the initial minimum and maximum are permitted