Inheritance diagram for DzPropertyGroupTree:

Methods | |
| DzPropertyGroup | findChild (String name) |
| Array | getAllPaths () |
| DzPropertyGroup | getDefaultGroup () |
| DzPropertyGroup | getFirstChild () |
| DzElement | getOwner () |
| Boolean | isPrivate () |
| Boolean | moveChildToIndex (String childName, Number newIndex) |
| void | setIsPrivate (Boolean onoff) |
Signals | |
| void | childListChanged () |
Signature: "childListChanged()" | |
| void | treeChanged () |
Signature: "treeChanged()" | |
| void DzPropertyGroupTree::childListChanged | ( | ) | [signal] |
Signature: "childListChanged()"
Emitted when the child list of the group has changed.
| DzPropertyGroup DzPropertyGroupTree::findChild | ( | String | name | ) |
| name | The name of the property group to look for. |
| Array DzPropertyGroupTree::getAllPaths | ( | ) |
Provided for convenience and DAZ Script access.
| DzPropertyGroup DzPropertyGroupTree::getDefaultGroup | ( | ) |
| DzPropertyGroup DzPropertyGroupTree::getFirstChild | ( | ) |
| DzElement DzPropertyGroupTree::getOwner | ( | ) |
| bool DzPropertyGroupTree::isPrivate | ( | ) |
Moves the child group to a different position in the list.
| childName | The name of the property group to move | |
| newIndex | The position in the child list to move the property group to. |
| DzPropertyGroupTree::setIsPrivate | ( | Boolean | onoff | ) |
Sets whether this property group tree is private.
| void DzPropertyGroupTree::treeChanged | ( | ) | [signal] |
Signature: "treeChanged()"
Emitted when the tree has changed.