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