class CColumnListBoxView : public CListBoxView |
Public Member Functions | |
---|---|
IMPORT_C void | CalcBottomItemIndex() |
IMPORT_C void | Draw(const TRect *) |
Private Member Functions | |
---|---|
IMPORT_C TAny * | Reserved_1() |
Inherited Enumerations | |
---|---|
CListBoxView:TCursorMovement | |
CListBoxView:TFlags | |
CListBoxView:TSelectionMode |
Private Attributes | |
---|---|
TInt | iSpare |
IMPORT_C void | CalcBottomItemIndex | ( | ) | [virtual] |
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] |
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().
const TRect * aClipRect = NULL | = NULL The rectangle to draw into, this is ignored |