A class that represent a single entry in the composition order. The composition order is an array of this composition item.
More...
#include <compositioninterface.h>
|
String | node |
| name of this node ( see node interface ) More...
|
|
bool | isNodeRoot |
| true when this node is a root (it has no parent). More...
|
|
bool | isNodeNormal |
| true when this node is a normal node and has a parent. More...
|
|
bool | isNodeBroken |
| true when this node has a parent but the parent is not present in the composition. Some modules, such as composite module, are never listed in the composition, however, they can be the parent of some other modules that will be listed in the composition. More...
|
|
bool | isNodeSubnodeRoot |
| parent less node that is within a child group. More...
|
|
unsigned numChildren | READ |
| number of children listed in the composition attached to node. More...
|
|
unsigned depth | READ |
| depth level of this node. Depths starts at zero for parent less node and increases for every level of parent this node has. More...
|
|
A class that represent a single entry in the composition order. The composition order is an array of this composition item.
Represent a single entry in the composition order. The composition order is an array of this composition item. The composition is actually a vector of these composition item. Each item contains all the information for rebuilding the composition.
bool CompositionItem::isNodeBroken |
|
readprivate |
true when this node has a parent but the parent is not present in the composition. Some modules, such as composite module, are never listed in the composition, however, they can be the parent of some other modules that will be listed in the composition.
bool CompositionItem::isNodeNormal |
|
readprivate |
true when this node is a normal node and has a parent.
bool CompositionItem::isNodeRoot |
|
readprivate |
true when this node is a root (it has no parent).
bool CompositionItem::isNodeSubnodeRoot |
|
readprivate |
parent less node that is within a child group.
String CompositionItem::node |
|
readprivate |
name of this node ( see node interface )
unsigned numChildren CompositionItem::READ |
|
private |
number of children listed in the composition attached to node.
unsigned depth CompositionItem::READ |
|
private |
depth level of this node. Depths starts at zero for parent less node and increases for every level of parent this node has.
The documentation for this class was generated from the following file: