GRAPHICLIST Class Reference
#include <mi32/grlist.h>
List of all members.
Member Typedef Documentation
Member Enumeration Documentation
- Enumerator:
| FLAG_NoScrollHorizontal |
Don't include horizontal scrollbar.
|
| FLAG_AllowItemSelection |
|
| FLAG_AllowMultiSelection |
|
| FLAG_NoAutoTraversal |
Don't traverse to DrawingArea on EnterNotify.
|
Constructor & Destructor Documentation
| GRAPHICLIST::~GRAPHICLIST |
( |
|
) |
|
Member Function Documentation
| void GRAPHICLIST::DisableRedraw |
( |
|
) |
[inline] |
| void GRAPHICLIST::EnableRedraw |
( |
bool |
redraw = true |
) |
[inline] |
| INT16 GRAPHICLIST::GetItemHeight |
( |
|
) |
const [inline] |
Get height of items in list.
| int GRAPHICLIST::GetMaxVisible |
( |
|
) |
const [inline] |
Get maximum number of visible items.
| int GRAPHICLIST::GetNumItems |
( |
|
) |
const [inline] |
Get number of items in list.
| int GRAPHICLIST::GetSelectedItem |
( |
|
) |
const [inline] |
Get currently-selected item.
| void GRAPHICLIST::Redraw |
( |
LRECT2D * |
rect = 0 |
) |
|
| void GRAPHICLIST::RedrawItem |
( |
int |
itemnum |
) |
|
| void GRAPHICLIST::SelectItem |
( |
int |
itemnum, |
|
|
bool |
exclusive = true | |
|
) |
| | |
| void GRAPHICLIST::SetChanged |
( |
|
) |
|
Set list as "changed" so recomputes all item sizes on next redraw.
| void GRAPHICLIST::SetFirstVisibleItem |
( |
int |
itemnum |
) |
|
Set first visible item in list.
| void GRAPHICLIST::SetItemChanged |
( |
int |
itemnum |
) |
|
Set item as "changed" so recomputes size on next redraw.
| void GRAPHICLIST::SetItemHeight |
( |
int |
height |
) |
|
Set height of items in pixels.
| void GRAPHICLIST::SetItemSpacing |
( |
int |
spacing |
) |
|
Set spacing between items in pixels.
| void GRAPHICLIST::SetItemWidth |
( |
int |
width |
) |
|
Set width of items in pixels.
| void GRAPHICLIST::SetNumItems |
( |
int |
numitems |
) |
|
Set number of list items.
The documentation for this class was generated from the following file: