#include <mw/eikfrlb.h>
class CFormattedCellListBoxView : public CListBoxView |
Public Member Functions | |
---|---|
virtual IMPORT_C void | CalcBottomItemIndex() |
virtual IMPORT_C void | Draw(const TRect *) |
virtual IMPORT_C void | DrawEmptyList(const TRect &) |
Inherited Enumerations | |
---|---|
CListBoxView:TCursorMovement | |
CListBoxView:TFlags | |
CListBoxView:TSelectionMode |
Inherited Type Definitions | |
---|---|
CListBoxView::CSelectionIndexArray |
CFormattedCellListBoxView draws all the list items and manages the area of the screen allocated for list itself. In particular, this class does not handle margins of the whole list.
IMPORT_C void | CalcBottomItemIndex | ( | ) | [virtual] |
Reimplemented from CListBoxView::CalcBottomItemIndex()
From CListBoxView.
Recalculates the index of the bottom item in the list from the top item index and the size of the display. This function is called by the owning list box control when either the size of the list box or the number of items in its model changes.
IMPORT_C void | Draw | ( | const TRect * | aClipRect = NULL | ) | const [virtual] |
Reimplemented from CListBoxView::Draw(const TRect *)const
From CListBoxView.
Draws every visible item into the specified rectangle.
Parameter | Description |
---|---|
aClipRect | The rectangle to draw into. This is not used. |
IMPORT_C void | DrawEmptyList | ( | const TRect & | aClientRect | ) | const [virtual] |
Reimplemented from CListBoxView::DrawEmptyList(const TRect &)const
From CListBoxView.
Draws empty list.
Parameter | Description |
---|---|
aClientRect | The rectangle to draw into. |