#include <Workbench.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
TestWorkbench () | |
~TestWorkbench () | |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Protected Member Functions | |
ToolBarItem * | setupCommandBars () const |
Defines the standard command bars. | |
MenuItem * | setupMenuBar () const |
Defines the standard menus. | |
ToolBarItem * | setupToolBars () const |
Defines the standard toolbars. |
Definition at line 205 of file Gui/Workbench.h.
TestWorkbench::TestWorkbench | ( | ) |
Definition at line 706 of file Gui/Workbench.cpp.
TestWorkbench::~TestWorkbench | ( | ) |
Definition at line 711 of file Gui/Workbench.cpp.
void * Gui::TestWorkbench::create | ( | void | ) | [static] |
Reimplemented from Gui::StdWorkbench.
Definition at line 704 of file Gui/Workbench.cpp.
Base::Type Gui::TestWorkbench::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Gui::StdWorkbench.
Definition at line 704 of file Gui/Workbench.cpp.
Base::Type Gui::TestWorkbench::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Gui::StdWorkbench.
Definition at line 704 of file Gui/Workbench.cpp.
void Gui::TestWorkbench::init | ( | void | ) | [static] |
Reimplemented from Gui::StdWorkbench.
Definition at line 704 of file Gui/Workbench.cpp.
Referenced by Gui::Application::initTypes().
ToolBarItem * TestWorkbench::setupCommandBars | ( | ) | const [protected, virtual] |
Defines the standard command bars.
Reimplemented from Gui::StdWorkbench.
Definition at line 744 of file Gui/Workbench.cpp.
MenuItem * TestWorkbench::setupMenuBar | ( | ) | const [protected, virtual] |
Defines the standard menus.
Reimplemented from Gui::StdWorkbench.
Definition at line 715 of file Gui/Workbench.cpp.
References Gui::MenuItem::findItem(), Gui::MenuItem::insertItem(), Gui::MenuItem::removeItem(), and Gui::MenuItem::setCommand().
ToolBarItem * TestWorkbench::setupToolBars | ( | ) | const [protected, virtual] |
Defines the standard toolbars.
Reimplemented from Gui::StdWorkbench.
Definition at line 739 of file Gui/Workbench.cpp.