DAZ Script |
---|
DzNodeSelectionComboBox ( DzWidget parent, String nodeType=“DzNode”, Boolean allowNone=false ) |
DAZ Script | |
---|---|
void | clearNodeSelection () |
Array | getNodes () |
DzNode | getSelectedNode () |
void | hidePopup () |
void | setNode ( DzNode node ) |
void | setNodes ( Array nodes ) |
void | setSelectedNode ( DzNode node ) |
void | showPopup () |
void | nodeSelectionChanged () |
Provides a DzComboBox like widget with a custom popup designed for choosing a DzNode.
DzNodeSelectionComboBox( DzWidget parent, String nodeType=“DzNode”, Boolean allowNone=false )
Creates a node selection combobox as a child of the given parent widget.
Parameter(s):
void : clearNodeSelection()
Clears the selection of any node(s).
Since:
Return Value:
Return Value:
void : hidePopup()
Hide the popup.
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):
void : setSelectedNode( DzNode node )
Sets the node from the scene to be selected.
Parameter(s):
void : showPopup()
Display the popup.
void : nodeSelectionChanged()
Signature:“nodeSelectionChanged()”
Emitted when the selected DzNode changes.