Encapsulates a custom QToolBar that can be docked with a DzToolBar.
Inherits :
Inherited By : statusbar_dz
DAZ Script | |
---|---|
DockArea | { ToolBarTop, ToolBarBottom, ToolBarLeft, ToolBarRight, NoToolBarArea } |
This class provides access to a custom bar in the interface that can be docked with a DzToolBar. This class is not intended to be constructed directly, rather it serves as a base class for other custom dock-able bars.
See Also:
The areas of a DzActivityLayout where this bar can be docked.
void : dock( DzDockBar::DockArea area, String beforeBar=“” )
Docks this bar in the specified area of the DzActivityLayout, and shows the bar if it is hidden.
Parameter(s):
DockArea : dockedArea()
Return Value:
Return Value:
true
if this bar is not displayed, false
if this bar is displayed.void : setClosed( Boolean onOff )
Sets whether this bar is displayed.
Parameter(s):
true
, this bar is not displayed. If false
, this bar is displayed.Undocks this bar, moves it to the specified global coordinates, and shows this bar if it is hidden.
Parameter(s):