DzPaneGroup Class Reference
[Interface Components]

A dockable collection of interface panes. More...

Inheritance diagram for DzPaneGroup:

DzDockWindow List of all members.

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)

Detailed Description

A dockable collection of interface panes.

The dockable tabbed pane that is used to organize panes in the DAZ Studio interface.


Member Function Documentation

DzPane DzPaneGroup::getCurrentPane (  ) 

Returns:
Currently showing pane

QPoint DzPaneGroup::getDragOffset (  ) 

Returns:
Offset from the point where drag started to top left corner (including extra for frame, titlebar, etc.)

Number DzPaneGroup::getNumPanes (  ) 

Returns:
The number of panes in this group

Number DzPaneGroup::getNumShownPanes (  ) 

Returns:
Number of panes that are available in the tab list.

DzPane DzPaneGroup::getPane ( Number  i  ) 

Returns:
The i'th pane in this group

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

Returns:
true if auto-hide is turned on for this pane group, otherwise, false.

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)


Generated on Thu Sep 24 12:21:14 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.