API published in: S60 1st Ed
Link against: avkon.lib
None
#include <aknlistquerycontrol.h>
Inherits CAknControl.
Public Member Functions | |
| IMPORT_C | CAknListQueryControl () |
| Constructor. | |
| IMPORT_C void | ConstructFromResourceL (TResourceReader &aRes) |
| Constructs control from resources. | |
| virtual IMPORT_C | ~CAknListQueryControl () |
| Destructor. | |
| IMPORT_C TSize | MinimumSize () |
| From CCoeControl. | |
| IMPORT_C TInt | CountComponentControls () const |
| From CCoeControl Returns number of controls inside the query control. | |
| IMPORT_C CCoeControl * | ComponentControl (TInt anIndex) const |
| From CCoeControl Returns a control determined by control id. | |
| IMPORT_C TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
| From CCoeControl Handles key events - Gets called by CONE. | |
| IMPORT_C void | Draw (const TRect &aRect) const |
| From CCoeControl Draws the control. | |
| IMPORT_C void | SetLayout (TAknPopupWindowLayoutDef *aLayout) |
| Sets layout for list query control. | |
| IMPORT_C void | FocusChanged (TDrawNow aDrawNow) |
| CEikFormattedCellListBox * | Listbox () const |
| Returns pointer to listbox. | |
| CAknPopupHeadingPane * | Heading () const |
| Returns pointer to heading. | |
| TInt | Listtype () const |
| Return type of the list. | |
| IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
| From CCoeControl. | |
| CAknMessageQueryControl * | MessageBox () const |
| Get pointer to messageControl if such exists. | |
| CEikFormattedCellListBox * | listbox () const |
| Deprecated - do not use. | |
|
|
Constructor. |
|
|
Destructor. |
|
|
From CCoeControl Returns a control determined by control id.
|
|
|
Constructs control from resources. |
|
|
From CCoeControl Returns number of controls inside the query control.
|
|
|
From CCoeControl Draws the control.
|
|
|
|
From CCoeControl. Handles pointer events |
|
|
Returns pointer to heading.
|
|
|
Deprecated - do not use. |
|
|
Returns pointer to listbox.
|
|
|
Return type of the list.
|
|
|
Get pointer to messageControl if such exists. Public since 3rd Ed FP1 |
|
|
From CCoeControl.
|
| ||||||||||||
|
From CCoeControl Handles key events - Gets called by CONE.
|
|
|
Sets layout for list query control.
|