DrawingGui::Workbench Class Reference
#include <Workbench.h>
Public Member Functions | |
Workbench () | |
virtual | ~Workbench () |
Public Member Functions inherited from Gui::StdWorkbench | |
virtual void | createMainWindowPopupMenu (MenuItem *) const |
Sets up the contextmenu for the main window for this workbench. More... | |
virtual void | setupContextMenu (const char *recipient, MenuItem *) const |
Defines the standard context menu. More... | |
StdWorkbench () | |
virtual | ~StdWorkbench () |
Public Member Functions inherited from Gui::Workbench | |
bool | activate () |
Activates the workbench and adds/removes GUI elements. More... | |
virtual void | activated () |
Run some actions when the workbench gets activated. More... | |
void | addTaskWatcher (const std::vector< Gui::TaskView::TaskWatcher * > &Watcher) |
helper to add TaskWatcher to the TaskView More... | |
virtual void | deactivated () |
Run some actions when the workbench gets deactivated. More... | |
PyObject * | getPyObject () |
The default implementation returns an instance of WorkbenchPy. More... | |
std::list< std::pair< std::string, std::list< std::string > > > | getToolbarItems () const |
Shows a list of all toolbars and their commands. More... | |
std::list< std::string > | listCommandbars () const |
std::list< std::string > | listMenus () const |
std::list< std::string > | listToolbars () const |
std::string | name () const |
Returns the name of the workbench object. More... | |
void | removeTaskWatcher (void) |
remove the added TaskWatcher More... | |
void | retranslate () const |
Translates the window titles of all menus, toolbars and dock windows. More... | |
void | setName (const std::string &) |
Set the name to the workbench object. More... | |
Workbench () | |
Constructs a workbench object. More... | |
Public Member Functions inherited from Base::BaseClass | |
BaseClass () | |
Construction. More... | |
virtual Type | getTypeId (void) const |
bool | isDerivedFrom (const Type type) const |
virtual void | setPyObject (PyObject *) |
virtual | ~BaseClass () |
Destruction. More... | |
Protected Member Functions | |
Gui::ToolBarItem * | setupCommandBars () const |
Defines the standard command bars. More... | |
Gui::MenuItem * | setupMenuBar () const |
Defines the standard menus. More... | |
Gui::ToolBarItem * | setupToolBars () const |
Defines the standard toolbars. More... | |
Protected Member Functions inherited from Gui::StdWorkbench | |
virtual DockWindowItems * | setupDockWindows () const |
Returns a DockWindowItems structure of dock windows this workbench. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Gui::Workbench | |
static void | createLinkMenu (MenuItem *) |
Static Public Member Functions inherited from Base::BaseClass | |
static void * | create (void) |
static Type | getClassTypeId (void) |
static void | init (void) |
Static Protected Member Functions inherited from Base::BaseClass | |
static void | initSubclass (Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr) |
Detailed Description
Constructor & Destructor Documentation
◆ Workbench()
Workbench::Workbench | ( | ) |
◆ ~Workbench()
|
virtual |
Reimplemented from Gui::Workbench.
Member Function Documentation
◆ setupCommandBars()
|
protectedvirtual |
Defines the standard command bars.
Reimplemented from Gui::StdWorkbench.
◆ setupMenuBar()
|
protectedvirtual |
Defines the standard menus.
Reimplemented from Gui::StdWorkbench.
References Gui::MenuItem::findItem(), Gui::MenuItem::insertItem(), and Gui::MenuItem::setCommand().
◆ setupToolBars()
|
protectedvirtual |
Defines the standard toolbars.
Reimplemented from Gui::StdWorkbench.
References Gui::ToolBarItem::setCommand().
The documentation for this class was generated from the following files:
- src/Mod/Drawing/Gui/Workbench.h
- src/Mod/Drawing/Gui/Workbench.cpp