#include <mi32/grtree.h>
Public Member Functions | |
| ITEM * | GetFirstChild () const |
| ITEM * | GetNextSibling () const |
| ITEM * | GetParent () const |
| void * | GetPrivPtr () const |
| UINT32 | GetRefIndex () const |
| void * | GetRefPointer () const |
| ITEM * | GetSelectedChild () const |
| GRAPHICTREE & | GetTree () const |
| bool | IsRoot () const |
| void | SetChildrenVisible (bool visible=true, bool redraw=true) |
| void | SetChildSpacing (UINT8 p_Spacing) |
| void | SetMayHaveChildren (bool p_MayHaveChildren=true) |
| void | SetPrivPtr (void *PrivPtr) |
Definition at line 181 of file grtree.h.
|
|
Get first child for this item.
|
|
|
Get next sibling for this item.
|
|
|
Get parent for this item.
|
|
|
Get 'private pointer' for this item.
|
|
|
Get 'reference index' for this item.
|
|
|
Get 'reference pointer' used when item was created.
|
|
|
Get 'selected' child for this item.
|
|
|
Get GRAPHICTREE associated with item.
|
|
|
Determine if this is the 'root' item.
|
|
||||||||||||
|
Set visibility for item's children.
|
|
|
Set spacing between children.
|
|
|
Set whether item 'might' have children. This setting has no effect if item does have children. |
|
|
Set 'private pointer' for this item.
|
1.3.8-20040913