Link against: avkon.lib
None
#include <AknQueryControl.h>
Inherits CAknQueryControl.
Inherited by CAknExtMultilineQueryControl.
ip and fixed point editors
Manage layout of elements in a query dialog:- the text, the image and the editors.
Public Member Functions |
|
| IMPORT_C | CAknExtQueryControl () |
| C++ Constructor. |
|
| virtual IMPORT_C | ~CAknExtQueryControl () |
| C++ Destructor. |
|
| IMPORT_C TInetAddr | GetInetAddress () const |
| Get ip address from ip editor. |
|
| IMPORT_C void | SetInetAddress (TInetAddr &aInetAddress) |
| Set ip address to editor. |
|
| IMPORT_C TInt | GetFixedPointNumber () const |
| Get number from fixed point editor. |
|
| IMPORT_C void | SetFixedPointNumberL (const TInt *aNumber) |
| Set number to fixed point editor. |
|
| IMPORT_C void | SetMinimumAndMaximum (const TInetAddr &aMinimumAddress, const TInetAddr &aMaximumAddress) |
| Set minimum and maximum ip address to editor. |
|
| IMPORT_C void | SetMinimumAndMaximum (TInt aMinimumValue, TInt aMaximumValue) |
| Set minimum and maximum fixed point number to editor. |
|
| virtual IMPORT_C CCoeControl * | ControlByLayoutOrNull (TInt aLayout) |
| Get pointer to query controls control (editor). |
|
| TBool | EditorContentIsValidL () const |
| void | SetAndUseFlagsL (TBitFlags16 aFlags) |
| This transfers CAknQueryControl's flags set by the dialog and then uses them. |
|
| void | PrepareForFocusLossL () |
| From CCoeControl Added to pass-through focus-loss warnings. |
|
| void | FocusChanged (TDrawNow aDrawNow) |
| From CCoeControl Added to pass-through focus-loss warnings. |
|
| IMPORT_C void | HandleControlEventL (CCoeControl *aControl, TCoeEvent aEventType) |
| From MCoeControlObserver. |
|
| TInt | CountComponentControls () const |
| From CCoeControl Count number of controls contained in a compound control. |
|
| CCoeControl * | ComponentControl (TInt anIndex) const |
| From CCoeControl Get the components of a compound control. |
|
| IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
| From CCoeControl. |
|
Protected Member Functions |
|
| virtual void | ConstructQueryL (TResourceReader &aRes) |
| After having read the query type from resource. |
|
| virtual void | LayoutEditor (const TLayoutMethod &aLayoutM) |
| Layout the text editor. |
|
Protected Attributes |
|
| CAknIpFieldEditor * | iIpEditor |
| CEikFixedPointEditor * | iFixedPointEditor |
Data Structures |
|
| class | TIndex |
| Manage indexes into LAF tables. More... |
|
|
|
C++ Constructor. |
|
|
C++ Destructor. |
|
|
From CCoeControl Get the components of a compound control. It returns one of the control's component controls, identified by aIndex.
Reimplemented from CAknQueryControl. |
|
|
After having read the query type from resource. This method is called in CostructFromResourceL()
Reimplemented from CAknQueryControl. Reimplemented in CAknExtMultilineQueryControl. |
|
|
Get pointer to query controls control (editor).
Reimplemented from CAknQueryControl. Reimplemented in CAknExtMultilineQueryControl. |
|
|
From CCoeControl Count number of controls contained in a compound control.
Reimplemented from CAknQueryControl. |
|
Reimplemented from CAknQueryControl. |
|
|
From CCoeControl Added to pass-through focus-loss warnings. if not ready, this will leave.
Reimplemented from CAknQueryControl. |
|
|
Get number from fixed point editor.
|
|
|
Get ip address from ip editor.
|
|
||||||||||||
|
From MCoeControlObserver.
Reimplemented from CAknQueryControl. |
|
|
From CCoeControl. Handles pointer event.
Reimplemented from CAknQueryControl. Reimplemented in CAknExtMultilineQueryControl. |
|
|
Layout the text editor. |
|
|
From CCoeControl Added to pass-through focus-loss warnings. if not ready, this will leave.
Reimplemented from CAknQueryControl. |
|
|
This transfers CAknQueryControl's flags set by the dialog and then uses them. The method must be called after all the contained controls are constructed; Inside PreLayoutDynamicInitL is recommended.
Reimplemented from CAknQueryControl. |
|
|
Set number to fixed point editor.
|
|
|
Set ip address to editor.
|
|
||||||||||||
|
Set minimum and maximum fixed point number to editor.
Reimplemented from CAknQueryControl. |
|
||||||||||||
|
Set minimum and maximum ip address to editor.
|
|
|