| DAZ Script | |
|---|---|
| Number | currentTab () |
| String | getTipDefaultScriptPath () |
| String | getTipScriptPath () |
| void | hideStack () |
| Boolean | isStackHidden () |
| DzError | reloadTip () |
| void | setCurrentTab ( Number which ) |
| void | setFileInfo ( DzAsset asset ) |
| void | setInfo ( DzAsset asset ) |
| void | setMetaInfo ( DzAsset asset ) |
| void | setNodeInfo ( DzNode node ) |
| void | setProductInfo ( DzProductAssetContainer product ) |
| DzError | setTipUIScript ( String path ) |
| void | showFileTab ( Boolean onOff ) |
| void | showMetaTab ( Boolean onOff ) |
| void | showNodeTab ( Boolean onOff ) |
| void | showRenderTab ( Boolean onOff ) |
| void | showStack () |
| void | showStoreTab ( Boolean onOff ) |
| void | keywordAddUniqueClicked ( String keyword ) |
| void | keywordSetClicked ( String keyword ) |
| void | renderApplyClicked () |
Tab bar that provides Tips, MetaData, and Info tabs that can be used to provide various information about products.
Number : currentTab()
Return Value:
String : getTipDefaultScriptPath()
Return Value:
See Also:
Since:
Return Value:
See Also:
Since:
void : hideStack()
Hides the widget responsible for displaying tab contents
Boolean : isStackHidden()
Return Value:
Loads the contents of the Tips page by calling the current script. A special script context is provided to this script which exposes a global “getWidget()” function that returns a DzWidget wrapper. This DzWidget can be used by the script to create, populate, and connect the UI components inside the widget.
Return Value:
See Also:
Since:
void : setCurrentTab( Number which )
Sets the current tab to which
Parameter(s):
void : setFileInfo( DzAsset asset )
Sets the file info for the given asset
Parameter(s):
void : setInfo( DzAsset asset )
Sets file and meta data info for the given asset
Parameter(s):
void : setMetaInfo( DzAsset asset )
Sets metadata info for the given asset
Parameter(s):
void : setNodeInfo( DzNode node )
Sets info for the given node
Parameter(s):
void : setProductInfo( DzProductAssetContainer product )
Sets file info from the given asset container
Parameter(s):
DzError : setTipUIScript( String path )
Loads the contents of the Tips page by calling the script at scriptPath. A special script context is provided to this script which exposes a global “getWidget()” function that returns a DzWidget wrapper. This DzWidget can be used by the script to create, populate, and connect the UI components inside the widget.
Parameter(s):
Return Value:
See Also:
void : showFileTab( Boolean onOff )
Specifies whether the file tab is shown or not
Parameter(s):
void : showMetaTab( Boolean onOff )
Specifies whether the metadata tab is shown or not
Parameter(s):
void : showNodeTab( Boolean onOff )
Specifies whether the node tab is shown or not
Parameter(s):
void : showRenderTab( Boolean onOff )
Specifies whether the render tab is shown or not
Parameter(s):
void : showStack()
Shows the widget responsible for displaying the contents of the tabs
void : showStoreTab( Boolean onOff )
Specifies whether the store tab is shown or not
Parameter(s):
Since:
void : keywordAddUniqueClicked( String keyword )
Signature:“keywordAddUniqueClicked(const QString&)”
Emitted when a keyword is clicked and the CTRL modifier key is pressed.
Parameter(s):
void : keywordSetClicked( String keyword )
Signature:“keywordSetClicked(const QString&)”
Emitted when a keyword is clicked.
Parameter(s):
void : renderApplyClicked()
Signature:“renderApplyClicked()”
Emitted when the apply button on the render tab is clicked.