API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknquerydialog.h>
Inherits CAknQueryDialog.
Public Member Functions |
|
IMPORT_C | CAknNumberQueryDialog (TInt &aNumber, const TTone &aTone=ENoTone) |
C++ Constructor. |
|
virtual IMPORT_C | ~CAknNumberQueryDialog () |
C++ Destructor. |
|
IMPORT_C void | SetMinimumAndMaximum (TInt aMinimumValue, TInt aMaximumValue) |
Set maximum and minimum to editor. |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
Handles pointer events. |
|
Static Public Member Functions |
|
static IMPORT_C CAknNumberQueryDialog * | NewL (TInt &aNumber, 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 . |
|
TInt & | Number () |
const TInt & | Number () const |
Protected Attributes |
|
TInt & | iNumber |
|
C++ Constructor. |
|
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 to editor. This override values given in resource.
|
|
|