API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknquerydialog.h>
Inherits CAknQueryDialog.
Public Member Functions |
|
| virtual IMPORT_C | ~CAknFixedPointQueryDialog () |
| C++ Destructor. |
|
| IMPORT_C void | SetMinimumAndMaximum (TInt aMinimumValue, TInt aMaximumValue) |
| Set maximum and minimum addresses to editor. |
|
| virtual IMPORT_C TBool | NeedToDismissQueryL (const TKeyEvent &aKeyEvent) |
| Called by OfferkeyEventL(), gives a change to dismiss the query even with keys different than Enter of Ok. |
|
Static Public Member Functions |
|
| static IMPORT_C CAknFixedPointQueryDialog * | NewL (TInt &aNumber, const TTone &aTone) |
| Second phase construction. |
|
Protected Member Functions |
|
| virtual IMPORT_C CAknQueryControl * | QueryControl () const |
| Usage: CAknExtQueryControl* control = STATIC_CAST(CAknExtQueryControl*,QueryControl());. |
|
| IMPORT_C void | SetSizeAndPosition (const TSize &aSize) |
| From CEikdialog EIKON provides an implementation of this function, which positions the dialog in the centre of the screen.
|
|
| IMPORT_C void | PreLayoutDynInitL () |
From CEikdialog. |
|
| IMPORT_C void | PostLayoutDynInitL () |
From CEikdialog. |
|
| virtual IMPORT_C void | DoSetPromptL () |
| Set the prompt inside the query control. |
|
| virtual IMPORT_C TBool | OkToExitL (TInt aButtonId) |
From CEikdialog. |
|
| IMPORT_C void | UpdateLeftSoftKeyL () |
| If the query text is ok (retrieved form query control) then display the left soft key, otherwise hide it. |
|
| TInt & | Number () |
| const TInt & | Number () const |
|
|
C++ Destructor. |
|
|
Set the prompt inside the query control. If dialog is active redo layout and draw. Reimplemented from CAknQueryDialog. |
|
|
Called by OfferkeyEventL(), gives a change to dismiss the query even with keys different than Enter of Ok. Reimplemented from CAknQueryDialog. |
|
||||||||||||
|
Second phase construction. |
|
|
|
|
|
|
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. |
|
|
From This function is called by the EIKON dialog framework just before the dialog is activated, but before it is sized, and before PostLayoutDynInitL() is called. Reimplemented from CAknQueryDialog. |
|
|
Usage: CAknExtQueryControl* control = STATIC_CAST(CAknExtQueryControl*,QueryControl());. Reimplemented from CAknQueryDialog. |
|
||||||||||||
|
Set maximum and minimum addresses to editor. This override values given in resource.
|
|
|
From CEikdialog EIKON provides an implementation of this function, which positions the dialog in the centre of the screen. However, it can be overridden by derived classes..
Reimplemented from CAknQueryDialog. |
|
|
If the query text is ok (retrieved form query control) then display the left soft key, otherwise hide it. Reimplemented from CAknQueryDialog. |