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 () | |
Detailed Description
The ToolBoxManager class is responsible for the creation of command bars and appending them to the toolbox window.
- See also
- ToolBarManager
- MenuManager
Constructor & Destructor Documentation
◆ ToolBoxManager()
|
protected |
Referenced by getInstance().
◆ ~ToolBoxManager()
|
protected |
Member Function Documentation
◆ destruct()
|
static |
◆ getInstance()
|
static |
The one and only instance.
References ToolBoxManager().
Referenced by Gui::MainWindow::MainWindow().
◆ retranslate()
void ToolBoxManager::retranslate | ( | ) | const |
◆ setToolBox()
void ToolBoxManager::setToolBox | ( | DockWnd::ToolBox * | tb | ) |
Referenced by Gui::MainWindow::MainWindow().
◆ setup()
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().
The documentation for this class was generated from the following files:
- src/Gui/ToolBoxManager.h
- src/Gui/ToolBoxManager.cpp