|
Align | getAlign () |
| returns the alignment constraint of the group.
|
|
bool | isIsolated () |
| returns true if the group has an isolation constraint.
|
|
bool | isPaired () |
| returns true if the group has a pairing constraint.
|
|
void | setAlign (Align) |
| sets an alignment constraint on the group. More...
|
|
void | setIsolated (bool) |
| sets whether the group has an isolation constraint or not. More...
|
|
void | setPaired (bool) |
| sets whether the group has a pairing constraint or not. More...
|
|
void | setRootNode (Node *) |
| sets the root node of the group. More...
|
|
const std::string & | getName () const |
| returns the name of the node.
|
|
Node * | getParent () |
| returns the parent node of the current node.
|
|
Position | getPosition () const |
| returns the position of the node.
|
|
Node * | getRight () |
| returns the child node at the right of the current node.
|
|
Node * | getTop () |
| returns the child node at the top of the current node.
|
|
bool | isRoot () |
| returns tru if the node is the root of the tree (has no parent).
|
|
void | setRight (Node *) |
| sets the child node at the right of the current node. More...
|
|
void | setTop (Node *) |
| sets the node at the top of the current node. More...
|
|
This class describes a group of the placement tree.