API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknquerydialog.h>
Inherits CAknQueryDialog.
Public Member Functions |
|
virtual IMPORT_C | ~CAknIpAddressQueryDialog () |
C++ Destructor. |
|
IMPORT_C void | SetMinimumAndMaximum (const TInetAddr &aMinimumAddress, const TInetAddr &aMaximumAddress) |
Set maximum and minimum addresses to editor. |
|
virtual IMPORT_C TBool | NeedToDismissQueryL (const TKeyEvent &aKeyEvent) |
Allows dismissing of queries. |
|
Static Public Member Functions |
|
static IMPORT_C CAknIpAddressQueryDialog * | NewL (TInetAddr &aInetAddr, const TTone &aTone=ENoTone) |
Second phase construction. |
|
Protected Member Functions |
|
virtual IMPORT_C CAknQueryControl * | QueryControl () const |
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. |
|
TInetAddr & | InetAddr () |
const TInetAddr & | InetAddr () const |
Protected Attributes |
|
TInetAddr & | iInetAddr |
data |
|
C++ Destructor. |
|
Set the prompt inside the query control. If dialog is active redo layout and draw. Reimplemented from CAknQueryDialog. |
|
|
|
|
|
Allows dismissing of queries. Clients can override this and implement something different. 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. |
|
Reimplemented from CAknQueryDialog. |
|
Set maximum and minimum addresses to editor. This override values given in resource. only values inside the initial minimum and maximum are permitted
|
|
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. |
|
data |