DAZ Script |
---|
DzPropertySelectionComboBox ( DzWidget parent ) |
DAZ Script | |
---|---|
void | clearPropertySelection () |
Array | getExcludeList () |
Array | getNodes () |
DzProperty | getSelectedProperty () |
void | hidePopup () |
void | setEditMode ( Boolean onOff ) |
void | setExcludeList ( Array properties ) |
void | setMorphOnly ( Boolean onOff ) |
void | setNode ( DzNode node ) |
void | setNodes ( Array nodes ) |
void | setNumericOnly ( Boolean onOff ) |
void | setPopUpHeight ( Number height ) |
void | setPopUpMinWidth ( Number width ) |
void | setPrivateOnly ( Boolean onOff ) |
void | setPublicOnly ( Boolean onOff ) |
void | setSelectedProperty ( DzProperty prop ) |
void | setShowHidden ( Boolean onOff ) |
void | setTransformOnly ( Boolean onOff ) |
void | showPopup () |
void | propertySelectionChanged () |
Provides a DzComboBox like widget with a custom popup designed for choosing a DzProperty.
DzPropertySelectionComboBox( DzWidget parent )
Creates a property selection combobox as a child of the given parent widget.
Parameter(s):
void : clearPropertySelection()
Clears the selection of any properties.
Since:
Array : getExcludeList()
Return Value:
Return Value:
DzProperty : getSelectedProperty()
Return Value:
void : hidePopup()
Hide the popup.
void : setEditMode( Boolean onOff )
Sets whether the popup should display rigging properties, regardless of their existence in the exclude list.
void : setExcludeList( Array properties )
Sets the properties to be excluded in the popup.
Parameter(s):
void : setMorphOnly( Boolean onOff )
Sets whether the popup should filter non-morph properties from the list.
Sets the node from the scene to be shown in the popup.
Parameter(s):
See Also:
void : setNodes( Array nodes )
Sets the nodes from the scene to be shown in the popup.
Parameter(s):
See Also:
void : setNumericOnly( Boolean onOff )
Sets whether the popup should filter non-numeric properties from the list.
void : setPopUpHeight( Number height )
Sets the height of the popup to height
.
void : setPopUpMinWidth( Number width )
Sets the minimum width of the popup to width
.
void : setPrivateOnly( Boolean onOff )
Sets whether the popup should filter non-private properties from the list.
Since:
void : setPublicOnly( Boolean onOff )
Sets whether the popup should filter non-public properties from the list.
Since:
void : setSelectedProperty( DzProperty prop )
Sets the property to be selected.
Parameter(s):
void : setShowHidden( Boolean onOff )
Sets whether the popup should display hidden properties.
void : setTransformOnly( Boolean onOff )
Sets whether the popup should filter non-transform properties from the list.
Since:
void : showPopup()
Display the popup.
void : propertySelectionChanged()
Signature:“propertySelectionChanged()”
Emitted when the selected DzProperty changes.