User Tools

Site Tools


DzAbstractNodeEditorPane

An intermediate pane class to provide common functionality to several panes.

More...

Inherits :

Inherited By : cameraspane_dz, lightspane_dz, posingpane_dz and shapingpane_dz

Methods

Signals

Detailed Description

TODO: Add detailed description.

Methods


Boolean : displaySeparate()

Return Value:

  • true if each selected node is displayed separately in the navigation list, otherwise false.

contenttab_dz : getContentTab()

Return Value:

  • The Presets page widget for this pane.

DzGuidePage : getEditorGuidePage()

Return Value:

  • The guide page displayed for the editor page when no property group or property is selected.

DzInfoDivider : getInfoDivider()

Return Value:

  • The information divider for this pane.

propertysidenavhierarchy_dz : getNodeEditor()

Return Value:

  • The Editor page widget for this pane.

DzGuidePage : getPresetGuidePage()

Return Value:

  • The guide page displayed for the presets page when no category is selected.

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):

  • onOff - If 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:

  • true if hidden properties are shown in the parameters list, false if hidden parameters are not being displayed in the parameters list.

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.

Signals


void : assetHoverChanged( DzAsset asset )

Signature:“assetHoverChanged(const DzAssetPtr&)”

Emitted when the user hovers the cursor over an asset on the Presets page

Since:

  • 4.6.4.112

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