Inheritance diagram for DzPaneMgr:
There is only one instance of the pane manager object in DAZ Studio. You can get the pane manager by calling DzMainWindow::getPaneMgr().
enum DzPaneMgr::DockSide |
void DzPaneMgr::activeLayoutChanged | ( | Number | which | ) | [signal] |
Signature: "activeLayoutChanged(int)"
Emitted when the active layout has changed.
void DzPaneMgr::activityBarEnabled | ( | Boolean | onOff | ) | [signal] |
Signature: "activityBarEnabled(bool)"
Emitted when the activity bar is enabled or disabled.
void DzPaneMgr::addLayout | ( | DzPaneLayout | layout | ) |
Adds the pane layout to the list of layouts for the pane manager.
void DzPaneMgr::clearAllGroups | ( | ) |
Removes all panes from all groups.
DzPaneLayout DzPaneMgr::createLayout | ( | String | name, | |
String | description | |||
) |
Creates a new pane layout and adds it to the list of layouts for the pane manager.
name | The name of the toolbar to get. |
void DzPaneMgr::enableActivityBar | ( | Boolean | onOff | ) |
Sets whether or not the activity bar is visible in the interface.
DzPaneLayout DzPaneMgr::findLayout | ( | String | name | ) |
name | The name of the layout to find. |
name | The name of the tool bar to find. |
DzPaneLayout DzPaneMgr::getActiveLayout | ( | ) |
Number DzPaneMgr::getActiveLayoutIndex | ( | ) |
String DzPaneMgr::getActivityBarImage | ( | ) |
Array DzPaneMgr::getActivityBarImageList | ( | ) |
DzPaneLayout DzPaneMgr::getLayout | ( | Number | which | ) |
Number DzPaneMgr::getNumLayouts | ( | ) |
Number DzPaneMgr::getNumPaneGroups | ( | ) |
Number DzPaneMgr::getNumPanes | ( | ) |
Number DzPaneMgr::getNumToolBars | ( | ) |
DzPaneGroup DzPaneMgr::getPaneGroup | ( | Number | which | ) |
Array DzPaneMgr::getPaneGroupList | ( | ) |
String DzPaneMgr::getSessionLayout | ( | ) |
i | The index of the tool bar to return. |
void DzPaneMgr::hideAllPanes | ( | ) |
Hide all panes from view in the interface.
void DzPaneMgr::hideAllToolBars | ( | ) |
Hides all the tool bars in the application.
DzError DzPaneMgr::hidePaneGroup | ( | DzPaneGroup | group | ) |
Hide a pane group in the interface.
Boolean DzPaneMgr::isActivityBarEnabled | ( | ) |
void DzPaneMgr::layoutListChanged | ( | ) | [signal] |
Signature: "layoutListChanged()"
Emitted when the list of available layouts has changed.
void DzPaneMgr::layoutRestored | ( | String | filename | ) | [signal] |
Signature: "layoutRestored(const QString&)"
Emitted when the layout is restored from a file.
void DzPaneMgr::loadNextActivityBarImage | ( | ) |
Loads the next image from the directory and sets it for the activity bar.
DzError DzPaneMgr::movePaneGroup | ( | DzPaneGroup | group, | |
DockSide | dock, | |||
Number | index, | |||
Boolean | newLine = false | |||
) |
Moves a group to a new dock location.
DzError DzPaneMgr::movePaneGroup | ( | DzPaneGroup | group, | |
DockSide | dock = NO_DOCKING | |||
) |
Moves a group to a new dock location.
void DzPaneMgr::removeAllLayouts | ( | ) |
Removes all the current layouts from the pane manager.
void DzPaneMgr::removeAllToolBars | ( | ) |
Removes all tool bars from the application.
Removes the given layout from the pane manager.
Removes the given layout from the pane manager.
void DzPaneMgr::removeToolBar | ( | String | name | ) |
name | The name of the tool bar to remove. Removes a tool bar from the application. |
void DzPaneMgr::setActiveLayout | ( | DzPaneLayout | which | ) |
Sets the active layout for the pane manager.
void DzPaneMgr::setActiveLayout | ( | Number | which | ) |
Sets the active layout for the pane manager.
void DzPaneMgr::setActivityBarImage | ( | String | img | ) |
Sets the image for the activity bar.
img | The name of the image to use in the activity bar, this should be one of the strings returned by getActivityImageList(). |
Sets the file that will be loaded and saved as the user's layout for this DAZ Studio session.
void DzPaneMgr::showAllPanes | ( | ) |
Make all panes visible in the interface.
DzError DzPaneMgr::showPaneGroup | ( | DzPaneGroup | group | ) |
Show a pane group in the interface.
Put the pane in its own pane group, if it's not already, and moves the pane group out of any dock area.
Put the pane in its own pane group, if it's not already, and moves the pane group out of any dock area.
Put the pane in its own pane group, if it's not already, and moves the pane group out of any dock area.
Toggle the given pane's visiblity in the interface
void DzPaneMgr::toolbarListChanged | ( | ) | [signal] |
Signature: "toolbarListChanged()"
Emitted when the list of available toolbars has changed.