#include <mw/aknlists.h>
class CAknColumnListBoxView : public CColumnListBoxView |
Public Member Functions | |
---|---|
virtual IMPORT_C void | CalcBottomItemIndex() |
virtual IMPORT_C void | DrawEmptyList(const TRect &) |
IMPORT_C void | EnableFindEmptyList() |
TBool | GetFindEmptyListState() |
IMPORT_C void | SetFindEmptyListState(TBool) |
Inherited Enumerations | |
---|---|
CListBoxView:TCursorMovement | |
CListBoxView:TFlags | |
CListBoxView:TSelectionMode |
Inherited Type Definitions | |
---|---|
CListBoxView::CSelectionIndexArray |
IMPORT_C void | CalcBottomItemIndex | ( | ) | [virtual] |
Reimplemented from CColumnListBoxView::CalcBottomItemIndex()
Calls CColumnListBoxView::CalcBottomItemIndex() and removes filtering from find box if new list items are added. Called by listbox control when either the size of the listbox or the number of items in its model has changed.
IMPORT_C void | DrawEmptyList | ( | const TRect & | aClientRect | ) | const [virtual] |
Reimplemented from CListBoxView::DrawEmptyList(const TRect &)const
Draws empty list with or without find depending if it has been enabled.
Parameter | Description |
---|---|
aClientRect | The client rectangle. |
IMPORT_C void | EnableFindEmptyList | ( | ) |
Enables find in empty list. Basically same as SetFindEmptyListState() when it is set ETrue.
IMPORT_C void | SetFindEmptyListState | ( | TBool | aUsedWithFind | ) |
Sets find in empty list visible or hides it.
Parameter | Description |
---|---|
aUsedWithFind | Setter to set find visible or to hide it. |