API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknquerydialog.h>
Inherits CAknQueryDialog.
Public Member Functions |
|
IMPORT_C | CAknTimeQueryDialog (TTime &aTime, const TTone &aTone=ENoTone) |
C++ Constructor. |
|
virtual IMPORT_C | ~CAknTimeQueryDialog () |
C++ Destructor. |
|
IMPORT_C void | SetMinimumAndMaximum (const TTime &aMinimum, const TTime &aMaximum) |
Set maximum and minimum times to editor. |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
Handles pointer events. |
|
IMPORT_C | CAknTimeQueryDialog (TTime &aTime, TDesC &aPrompt, const TTone &aTone=ENoTone) |
deprecated - do not use |
|
Static Public Member Functions |
|
static IMPORT_C CAknTimeQueryDialog * | NewL (TTime &aTime, 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 . |
|
TTime & | Time () |
const TTime & | Time () const |
Protected Attributes |
|
TTime & | iTime |
|
C++ Constructor. |
|
C++ Destructor. |
|
deprecated - do not use |
|
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 times to editor. This override values given in resource. Only values inside the initial minimum and maximum are permitted
|
|
|
|
|
|
|