#include <mw/eikclb.h>
class CColumnListBoxView : public CListBoxView |
Public Member Functions | |
---|---|
virtual IMPORT_C void | CalcBottomItemIndex() |
virtual IMPORT_C void | Draw(const TRect *) |
Inherited Enumerations | |
---|---|
CListBoxView:TCursorMovement | |
CListBoxView:TFlags | |
CListBoxView:TSelectionMode |
Inherited Type Definitions | |
---|---|
CListBoxView::CSelectionIndexArray |
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.
As implemented in CListBoxView, this function's argument is ignored and the internal viewing rectangle is used. See SetViewRect().
Parameter | Description |
---|---|
aClipRect | = NULL The rectangle to draw into, this is ignored |