DAZ Script | |
---|---|
DzPropertyGroup | findChild ( String name ) |
DzProperty | findProperty ( String name ) |
DzProperty | findPropertyByLabel ( String label ) |
Array | getAllPaths () |
Array | getAllProperties () |
DzPropertyGroup | getDefaultGroup () |
DzPropertyGroup | getFirstChild () |
DzElement | getOwner () |
bool | isPrivate () |
void | setIsPrivate ( Boolean onoff ) |
void | sortGroups () |
void | childListChanged () |
void | propertyVisiblityChanged ( DzPropertyGroup grp, DzProperty prop ) |
void | treeChanged () |
void | treeSorted () |
See Also:
DzPropertyGroup : findChild( String name )
Parameter(s):
Return Value:
DzProperty : findProperty( String name )
Attempts to find a property with a given name.
Parameter(s):
Return Value:
Since:
DzProperty : findPropertyByLabel( String label )
Attempts to find a property with a given label.
Parameter(s):
Return Value:
Since:
Array : getAllPaths()
Return Value:
Return Value:
Since:
DzPropertyGroup : getDefaultGroup()
Return Value:
DzPropertyGroup : getFirstChild()
Return Value:
Return Value:
bool : isPrivate()
Return Value:
true
if this property group tree is private, otherwise false
.void : setIsPrivate( Boolean onoff )
Sets whether or not this property group tree is private.
Parameter(s):
true
, the property group tree is set private.void : sortGroups()
Alpha-numerically sorts the property groups, keeping “General” at the top.
void : childListChanged()
Signature:“childListChanged()”
Emitted when the child list of the group has changed.
void : propertyVisiblityChanged( DzPropertyGroup grp, DzProperty prop )
Signature:“propertyVisiblityChanged(DzPropertyGroup*,DzProperty*)”
Emitted when the visibility of a property in the tree has changed.
Parameter(s):
void : treeChanged()
Signature:“treeChanged()”
Emitted when the tree has changed.
void : treeSorted()
Signature:“treeSorted()”
Emitted when the tree is sorted.