An intermediate pane class to provide common functionality to several panes.
Inherits :
Inherited By : cameraspane_dz, lightspane_dz, posingpane_dz and shapingpane_dz
DAZ Script | |
---|---|
Boolean | displaySeparate () |
contenttab_dz | getContentTab () |
DzGuidePage | getEditorGuidePage () |
DzInfoDivider | getInfoDivider () |
propertysidenavhierarchy_dz | getNodeEditor () |
DzGuidePage | getPresetGuidePage () |
void | setCurrentTab ( Number which ) |
void | showHidden ( Boolean onOff ) |
Boolean | showingHidden () |
void | toggleDisplaySeparate () |
void | toggleShowHidden () |
void | assetHoverChanged ( DzAsset asset ) |
void | currentTabChanged ( Number which ) |
void | showingHiddenChanged ( Boolean onOff ) |
TODO: Add detailed description.
Return Value:
true
if each selected node is displayed separately in the navigation list, otherwise false
.contenttab_dz : getContentTab()
Return Value:
DzGuidePage : getEditorGuidePage()
Return Value:
DzInfoDivider : getInfoDivider()
Return Value:
propertysidenavhierarchy_dz : getNodeEditor()
Return Value:
DzGuidePage : getPresetGuidePage()
Return Value:
void : setCurrentTab( Number which )
Sets the current page to the index specified by which
; 0 based.
void : showHidden( Boolean onOff )
Sets whether or not hidden properties are displayed in the pane.
Parameter(s):
true
, hidden properties will be visible in the parameters list, otherwise hidden properties will not be displayed in the parameters list.Boolean : showingHidden()
Return Value:
void : toggleDisplaySeparate()
Toggle between whether each selected node is displayed separately in the navigation list or not.
void : toggleShowHidden()
Toggle between whether hidden properties are shown in the list or not.
void : assetHoverChanged( DzAsset asset )
Signature:“assetHoverChanged(const DzAssetPtr&)”
Emitted when the user hovers the cursor over an asset on the Presets page
Since:
void : currentTabChanged( Number which )
Signature:“currentTabChanged(int)”
Emitted when the current page changes
void : showingHiddenChanged( Boolean onOff )
Signature:“showingHiddenChanged(bool)”
Emitted when the option to show hidden properties changes