CreatorTree::Node Class Reference#include <creator.h>
Member Enumeration Documentation
- Enumerator:
-
Group |
|
Expanded |
|
Selected |
|
Root |
|
Constructor & Destructor Documentation
CreatorTree::Node::Node |
( |
|
) |
|
CreatorTree::Node::~Node |
( |
|
) |
|
Member Function Documentation
void CreatorTree::Node::expand |
( |
bool |
exp |
) |
|
void CreatorTree::Node::select |
( |
bool |
sel |
) |
[inline] |
Node* CreatorTree::Node::find |
( |
S32 |
id |
) |
|
bool CreatorTree::Node::isGroup |
( |
|
) |
[inline] |
bool CreatorTree::Node::isExpanded |
( |
|
) |
[inline] |
bool CreatorTree::Node::isSelected |
( |
|
) |
[inline] |
bool CreatorTree::Node::isRoot |
( |
|
) |
[inline] |
S32 CreatorTree::Node::getId |
( |
|
) |
[inline] |
bool CreatorTree::Node::hasChildItem |
( |
|
) |
|
S32 CreatorTree::Node::getSelected |
( |
|
) |
|
bool CreatorTree::Node::isFirst |
( |
|
) |
|
bool CreatorTree::Node::isLast |
( |
|
) |
|
Field Documentation
|