DAZScript combobox widget with a custom popup designed for choosing a path.
Inherits :
DAZ Script |
---|
DzPathComboBox ( DzWidget parent, Boolean useMarkableView=false ) |
DAZ Script | |
---|---|
void | clearSelection () |
DzTypeAssetContainer | currentType () |
String | currentType () |
DzTypeAssetContainer | getRoot () |
Array | getSelectionPath |
void | setEmptyText ( String text ) |
void | setSelection ( Array idPath ) |
void | setTopLevelType ( Array idPath ) |
void | setTypes ( Array list ) |
void | pathSelectionChanged ( String path ) |
void | viewAboutToShow () |
A DzPathComboBox provides a DzComboBox like widget with a popup that is designed for choosing a path.
DzPathComboBox( DzWidget parent, Boolean useMarkableView=false )
Instantiates DzPathComboBox
Creates a path combobox as a child of the given parent widget.
Parameter(s):
void : clearSelection()
Clear selection
DzTypeAssetContainer : currentType()
Return Value:
String : currentType()
Return Value:
DzTypeAssetContainer : getRoot()
TODO: Add description.
Return Value:
void : setEmptyText( String text )
Sets empty text
void : setSelection( Array idPath )
sets the current selection
void : setTopLevelType( Array idPath )
Return Value:
Sets paths for the combobox.
void : pathSelectionChanged( String path )
TODO: Add description.
void : viewAboutToShow()
TODO: Add description.