The ToolBoxManager class is responsible for the creation of command bars and appending them to the toolbox window. More...
#include <ToolBoxManager.h>
Public Member Functions | |
void | retranslate () const |
void | setToolBox (DockWnd::ToolBox *) |
void | setup (ToolBarItem *) const |
Sets up the command bars of a given workbench. More... | |
Static Public Member Functions | |
static void | destruct () |
static ToolBoxManager * | getInstance () |
The one and only instance. More... | |
Protected Member Functions | |
ToolBoxManager () | |
~ToolBoxManager () | |
The ToolBoxManager class is responsible for the creation of command bars and appending them to the toolbox window.
|
protected |
Referenced by getInstance().
|
protected |
|
static |
|
static |
The one and only instance.
References ToolBoxManager().
Referenced by Gui::MainWindow::MainWindow().
void ToolBoxManager::retranslate | ( | ) | const |
void ToolBoxManager::setToolBox | ( | DockWnd::ToolBox * | tb | ) |
Referenced by Gui::MainWindow::MainWindow().
void ToolBoxManager::setup | ( | ToolBarItem * | toolBar | ) | const |
Sets up the command bars of a given workbench.
References Gui::CommandManager::addTo(), Gui::Application::commandManager(), Gui::ToolBarItem::getItems(), and Gui::Application::Instance.
Referenced by PathScripts.PathDressupHoldingTags.ObjectTagDressup::doExecute(), PathScripts.PathDressupDogbone.ObjectDressup::execute(), PathScripts.PathDressupHoldingTags.ObjectTagDressup::generateTags(), PathScripts.PathDressupHoldingTags.ObjectTagDressup::pointAtBottom(), PathScripts.PathDressupHoldingTags.ObjectTagDressup::pointIsOnPath(), PathScripts.PathDressupHoldingTags.ObjectTagDressup::setXyEnabled(), and PathScripts.PathDressupHoldingTags.ObjectTagDressup::supportsTagGeneration().