class CAknListQueryControl : public CAknControl |
List query control class.
Public Member Functions | |
---|---|
CAknListQueryControl() | |
~CAknListQueryControl() | |
IMPORT_C CCoeControl * | ComponentControl(TInt) |
IMPORT_C void | ConstructFromResourceL(TResourceReader &) |
IMPORT_C TInt | CountComponentControls() |
IMPORT_C void | Draw(const TRect &) |
IMPORT_C void | FocusChanged(TDrawNow) |
IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
CAknPopupHeadingPane * | Heading() |
CEikFormattedCellListBox * | Listbox() |
TInt | Listtype() |
CAknMessageQueryControl * | MessageBox() |
IMPORT_C TSize | MinimumSize() |
IMPORT_C TKeyResponse | OfferKeyEventL(const TKeyEvent &, TEventCode) |
IMPORT_C void | SetLayout(TAknPopupWindowLayoutDef *) |
CEikFormattedCellListBox * | listbox() |
Private Member Functions | |
---|---|
IMPORT_C void * | ExtensionInterface(TUid) |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType |
Private Attributes | |
---|---|
CAknPopupHeadingPane * | iHeading |
TAknPopupWindowLayoutDef * | iLayout |
CEikFormattedCellListBox * | iListBox |
TInt | iListType |
CAknMessageQueryControl * | iMessageBox |
TInt | iSpare |
Inherited Attributes | |
---|---|
CCoeControl::iCoeEnv | |
CCoeControl::iContext | |
CCoeControl::iPosition | |
CCoeControl::iSize |
IMPORT_C CCoeControl * | ComponentControl | ( | TInt | anIndex | ) | const [virtual] |
From CCoeControl Returns a control determined by control id CCoeControl Pointer to control
TInt anIndex | Index of a control to be returned |
IMPORT_C void | ConstructFromResourceL | ( | TResourceReader & | aRes | ) | [virtual] |
Constructs control from resources
TResourceReader & aRes |
IMPORT_C TInt | CountComponentControls | ( | ) | const [virtual] |
From CCoeControl Returns number of controls inside the query control Number of component controls
IMPORT_C void | Draw | ( | const TRect & | aRect | ) | const [virtual] |
From CCoeControl Draws the control
const TRect & aRect | The region of the control to be redrawn |
IMPORT_C void * | ExtensionInterface | ( | TUid | aInterface | ) | [private, virtual] |
From CAknControl
TUid aInterface |
IMPORT_C void | FocusChanged | ( | TDrawNow | aDrawNow | ) | [virtual] |
TDrawNow aDrawNow |
IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
From CCoeControl. Handles pointer events
const TPointerEvent & aPointerEvent |
CAknPopupHeadingPane * | Heading | ( | ) | const [inline] |
Returns pointer to heading Pointer to CAknPopupHeadingPane
CEikFormattedCellListBox * | Listbox | ( | ) | const [inline] |
Returns pointer to listbox Pointer to CEikFormattedCellListBox
CAknMessageQueryControl * | MessageBox | ( | ) | const |
Get pointer to messageControl if such exists. 3.0
IMPORT_C TKeyResponse | OfferKeyEventL | ( | const TKeyEvent & | aKeyEvent, |
TEventCode | aType | |||
) | [virtual] |
From CCoeControl Handles key events - Gets called by CONE Indicates whether or not the key event was used by this control
const TKeyEvent & aKeyEvent | The key event |
TEventCode aType | The type of the event |
IMPORT_C void | SetLayout | ( | TAknPopupWindowLayoutDef * | aLayout | ) |
Sets layout for list query control
TAknPopupWindowLayoutDef * aLayout | Layout to be set |
CEikFormattedCellListBox * | listbox | ( | ) | const [inline] |
Deprecated - do not use
Deprecated methods