#include <Workbench.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
Workbench () | |
Constructs a workbench object. | |
virtual | ~Workbench () |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Protected Member Functions | |
Gui::ToolBarItem * | setupCommandBars () const |
Defines the standard command bars. | |
Gui::MenuItem * | setupMenuBar () const |
Defines the standard menus. | |
Gui::ToolBarItem * | setupToolBars () const |
Defines the standard toolbars. |
Definition at line 34 of file Mod/Drawing/Gui/Workbench.h.
Workbench::Workbench | ( | ) |
Constructs a workbench object.
Reimplemented from Gui::Workbench.
Definition at line 43 of file Mod/Drawing/Gui/Workbench.cpp.
Workbench::~Workbench | ( | ) | [virtual] |
Reimplemented from Gui::Workbench.
Definition at line 47 of file Mod/Drawing/Gui/Workbench.cpp.
void * Workbench::create | ( | void | ) | [static] |
Reimplemented from Gui::StdWorkbench.
Definition at line 41 of file Mod/Drawing/Gui/Workbench.cpp.
Base::Type Workbench::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::StdWorkbench.
Definition at line 41 of file Mod/Drawing/Gui/Workbench.cpp.
Base::Type Workbench::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::StdWorkbench.
Definition at line 41 of file Mod/Drawing/Gui/Workbench.cpp.
void Workbench::init | ( | void | ) | [static] |
Reimplemented from Gui::StdWorkbench.
Definition at line 41 of file Mod/Drawing/Gui/Workbench.cpp.
Referenced by initDrawingGui().
Gui::ToolBarItem * Workbench::setupCommandBars | ( | ) | const [protected, virtual] |
Defines the standard command bars.
Reimplemented from Gui::StdWorkbench.
Definition at line 81 of file Mod/Drawing/Gui/Workbench.cpp.
References Gui::ToolBarItem::setCommand().
Gui::MenuItem * Workbench::setupMenuBar | ( | ) | const [protected, virtual] |
Defines the standard menus.
Reimplemented from Gui::StdWorkbench.
Definition at line 51 of file Mod/Drawing/Gui/Workbench.cpp.
References Gui::MenuItem::findItem(), Gui::MenuItem::insertItem(), and Gui::MenuItem::setCommand().
Gui::ToolBarItem * Workbench::setupToolBars | ( | ) | const [protected, virtual] |
Defines the standard toolbars.
Reimplemented from Gui::StdWorkbench.
Definition at line 68 of file Mod/Drawing/Gui/Workbench.cpp.
References Gui::ToolBarItem::setCommand().