API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknmultilinequerycontrol.h>
Inherits CAknQueryControl.
Public Member Functions |
|
IMPORT_C | CAknMultilineQueryControl () |
C++ Constructor. |
|
virtual IMPORT_C | ~CAknMultilineQueryControl () |
C++ Destructor. |
|
IMPORT_C void | SetNbrOfPromptLines (TInt aNbrOfPromptLinesFirstLine, TInt aNbrOfPromptLinesSecondLine) |
Set number of prompt lines to controls. |
|
IMPORT_C TBool | IsFirst () const |
Return true if control is the first query in the dialog. |
|
IMPORT_C TBool | IsSecond () const |
Return true if control is the second query in the dialog. |
|
virtual IMPORT_C CCoeControl * | ControlByLayoutOrNull (TInt aLayout) |
Get pointer to query controls control (editor). |
|
IMPORT_C TSize | MinimumSize () |
From CCoeControl Give the control a mimimum size. |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
From CCoeControl. |
|
IMPORT_C void | HandleResourceChange (TInt aType) |
Protected Member Functions |
|
void | SetLineWidthsL () |
Set line widths for query prompt. |
|
void | ConstructQueryL (TResourceReader &aRes) |
Read the query data from resource file. |
|
TRect | LayoutRect () |
Layout rectangle (shift up and left by margins). |
|
Data Structures |
|
class | TIndex |
LAF indexing. More... |
|
C++ Constructor. |
|
C++ Destructor. |
|
Read the query data from resource file. Reimplemented from CAknQueryControl. |
|
Get pointer to query controls control (editor).
Reimplemented from CAknQueryControl. |
|
From CCoeControl. Handles pointer events
Reimplemented from CAknQueryControl. |
|
Reimplemented from CAknQueryControl. |
|
Return true if control is the first query in the dialog. |
|
Return true if control is the second query in the dialog. |
|
Layout rectangle (shift up and left by margins). Reimplemented from CAknQueryControl. |
|
From CCoeControl Give the control a mimimum size.
Reimplemented from CAknQueryControl. |
|
Set line widths for query prompt. Reimplemented from CAknQueryControl. |
|
Set number of prompt lines to controls. This have to call before setting sizs of the components
|