class CAknNumberQueryDialog : public CAknQueryDialog |
This class should be used when user is reguest to enter number
Public Member Functions | |
---|---|
CAknNumberQueryDialog(TInt &, const TTone &) | |
~CAknNumberQueryDialog() | |
IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
IMPORT_C CAknNumberQueryDialog * | NewL(TInt &, const TTone &) |
IMPORT_C void | SetMinimumAndMaximum(TInt, TInt) |
Protected Member Functions | |
---|---|
TInt & | Number() |
const TInt & | Number() |
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 | |
---|---|
TInt & | iNumber |
Private Attributes | |
---|---|
TInt | iSpare |
IMPORT_C | CAknNumberQueryDialog | ( | TInt & | aNumber, |
const TTone & | aTone = ENoTone | |||
) |
C++ Constructor.
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 CAknNumberQueryDialog * | NewL | ( | TInt & | aNumber, |
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 | ( | TInt | aMinimumValue, |
TInt | aMaximumValue | |||
) |
Set maximum and minimum to editor. This override values given in resource.