Declared in <XList.h>
Declared from XGViewThe list view itself. This is the code for drawing the contents of the list
Memory extraction
XGListView::CalcResize
XGListView::DoDrawView
XGListView::DoMouseDown
XGListView::DoMouseMove
XGListView::DoMouseUp
XGListView::DoSizeView
XGListView::DrawLine
XGListView::RedrawLine
XGListView::ScrollInRange
XGListView::XGListView
XGListView::~XGListView
Memory extraction
Usage: void XGListView::CalcResize(void)
Calculate the scrollbars for this thing. Normally done when either the view or the list has been resized
Usage: void XGListView::DoDrawView(Rect)
Handle drawing the contents of this thing
Usage: bool XGListView::DoMouseDown(Point where,short flags)
Handle mouse down event. This flips the selection state of the specified item
Usage: void XGListView::DoMouseMove(Point where,short flags)
Handle mouse move event. This flips the selection state of the specified item
Usage: void XGListView::DoMouseUp(Point where,short flags)
Handle mouse up event. This flips the selection state of the specified item
Usage: void XGListView::DoSizeView()
Resize this thing
Usage: void XGListView::DrawLine(XGDraw&draw,long index,short pos,bool hilite)
Draw a single line, with selection hiliting
Usage: void XGListView::RedrawLine(long index)
Redraw the specified line
Usage: void XGListView::ScrollInRange(long index)
Make sure the value specified is scrolled into range
Usage: XGListView::XGListView(XGListControl*control):XGView(control,ViewInitRecord)
Construct this list view. This will be locked to the boundaries of the scrollview
Usage: XGListView::~XGListView()
Delete me