class CAknColumnListBoxView : public CColumnListBoxView |
A view that provides empty lists for use with find pane Series 60 0.9
Public Member Functions | |
---|---|
IMPORT_C void | CalcBottomItemIndex() |
IMPORT_C void | DrawEmptyList(const TRect &) |
IMPORT_C void | EnableFindEmptyList() |
TBool | GetFindEmptyListState() |
IMPORT_C void | SetFindEmptyListState(TBool) |
Private Member Functions | |
---|---|
IMPORT_C TAny * | Reserved_1() |
Inherited Enumerations | |
---|---|
CListBoxView:TCursorMovement | |
CListBoxView:TFlags | |
CListBoxView:TSelectionMode |
Private Attributes | |
---|---|
TBool | iEmptyListWithFind |
IMPORT_C void | CalcBottomItemIndex | ( | ) | [virtual] |
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] |
Draws empty list with or without find depending if it has been enabled.
const TRect & 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.
TBool aUsedWithFind | Setter to set find visible or to hide it. |