Inheritance diagram for DzPaneGroup:
Methods | |
DzPane | getCurrentPane () |
Point | getDragOffset () |
Number | getNumPanes () |
Number | getNumShownPanes () |
DzPane | getPane (Number i) |
void | hideAllPanes () |
void | hidePane (DzPane pane) |
Boolean | isAutoHideOn () |
void | setAutoHide (Boolean onOff) |
void | showPane (DzPane pane) |
The dockable tabbed pane that is used to organize panes in the DAZ Studio interface.
DzPane DzPaneGroup::getCurrentPane | ( | ) |
QPoint DzPaneGroup::getDragOffset | ( | ) |
Number DzPaneGroup::getNumPanes | ( | ) |
Number DzPaneGroup::getNumShownPanes | ( | ) |
void DzPaneGroup::hideAllPanes | ( | ) |
Hides all panes without changing their group ownership.
void DzPaneGroup::hidePane | ( | DzPane | pane | ) |
Hides the given pane without changing its group ownership.
Boolean DzPaneGroup::isAutoHideOn | ( | ) |
void DzPaneGroup::setAutoHide | ( | Boolean | onOff | ) |
Sets whether or not autho-hide is turned on for this pane group
void DzPaneGroup::showPane | ( | DzPane | pane | ) |
Makes sure the given pane is showing (if it is a member of this group)