| DAZ Script | |
|---|---|
| String | description |
| String | label |
| DAZ Script |
|---|
| DzActivityLayout ( String label, String desc ) |
| DAZ Script | |
|---|---|
| void | clearMemorizedState () |
| Boolean | isToolBarEnabled ( String toolbar ) |
| void | setToolbarEnabled ( String toolbar, Boolean onOff ) |
| void | labelChanged ( String label ) |
Defines the layout of Toolbars, Pane Groups, Panes, Viewports and the active View Tool within an Activity of the interface.
See Also:
DzActivityLayout( String label, String desc )
Default Constructor. Creates a new activity layout with the given name and description.
Parameter(s):
void : clearMemorizedState()
Clears the memorized state of this activity.
Boolean : isToolBarEnabled( String toolbar )
Parameter(s):
Return Value:
void : setToolbarEnabled( String toolbar, Boolean onOff )
Sets whether or not a toolbar is enabled in this activity.
Parameter(s):
void : labelChanged( String label )
Signature:“labelChanged(const QString&)”
Emitted when the layout's label has changed.
Parameter(s):