#include <mw/aknlists.h>
| class CAknColumnListBox : public CEikColumnListBox |
| Public Member Functions | |
|---|---|
| virtual IMPORT_C TInt | AdjustRectHeightToWholeNumberOfItems(TRect &) |
| virtual IMPORT_C void | CreateModelL() |
| virtual IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
| virtual IMPORT_C CListBoxView * | MakeViewClassInstanceL() |
| Inherited Enumerations | |
|---|---|
| CCoeControl:TZoomType | |
| CEikListBox:@160 | |
| CEikListBox:TFlags | |
| CEikListBox:TReasonForFocusLost | |
| CEikListBox:TScrollBarOwnerShip | |
Avkon version of eikon's column listbox. Content for list items are tab-separated strings.
See methods CEikListBox::ConstructFromResourceL() CEikListBox::ConstructL() CEikTextListBox::SetItemArray() CEikColumnListBoxData::SetIconArray()
Related flags for ConstructL() (avkon.hrh) EAknListBoxSelectionList EAknListBoxMenuList EAknListBoxMarkableList EAknListBoxMultiselectionList EAknListBoxViewerFlags
Related flags for dialogs (avkon.hrh) EAknDialogSelectionList EAknDialogMenuList EAknDialogMultiselectionList
Reimplemented from CEikListBox::AdjustRectHeightToWholeNumberOfItems(TRect &)const
Listbox rectangle calculation. Rounds down the height of the rectangle (if necessary) so that only a whole number of items can be displayed inside the list box.
| Parameter | Description |
|---|---|
| aRect | The size of the listbox. |
Returns: The number of pixels reduced.
| IMPORT_C void | CreateModelL | ( | ) | [virtual] |
Reimplemented from CEikColumnListBox::CreateModelL()
Creates CAknFilteredTextListBoxModel object.
| IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
Reimplemented from CEikColumnListBox::HandlePointerEventL(const TPointerEvent &)
From CCoeControl. Handles pointer events
| IMPORT_C CListBoxView * | MakeViewClassInstanceL | ( | ) | [virtual] |
Reimplemented from CEikColumnListBox::MakeViewClassInstanceL()
Creates new CAknColumnListBoxView object and returns pointer to it.
Returns: Pointer to the list box view which displays the list items which are currently visible in a list box.