DAZ Script | |
---|---|
Type | { Separator, Action, CustomAction, CustomWidget, ViewportLeftAlignSpacer, ViewportCenterAlignSpacer } |
This class provides access to toolbar items within the interface. This class is not intended to be constructed directly, rather an instance of the class is created using one of the following:
The types of action menu items
If the item type is Action, holds the QObject::className() of the DzAction which is activated by this item. If the item type is CustomAction, holds the name (GUID) of the Custom Action that is activated by this item.
If the action has not been set, or the type of the item is not Action or CustomAction, holds an empty string.
The type of the toolbar item. (Read Only)
If the item type is CustomWidget
, holds the path to the script to execute in order to create the UI of the widget for this item. The path can be absolute, relative to the application resources path, or relative to the resources folder in the application data path.
If the type of the item is not CustomWidget, holds an empty string.
See Also: