Public Member Functions | |
def | GetClassName (self) |
def | Initialize (self) |
Public Member Functions inherited from FreeCADGuiInit.Workbench | |
def | appendCommandbar (self, name, cmds) |
def | appendContextMenu (self, name, cmds) |
def | appendMenu (self, name, cmds) |
def | appendToolbar (self, name, cmds) |
def | ContextMenu (self, recipient) |
def | GetClassName (self) |
def | getToolbarItems (self) |
def | Initialize (self) |
def | listCommandbars (self) |
def | listMenus (self) |
def | listToolbars (self) |
def | name (self) |
def | reloadActive (self) |
def | removeCommandbar (self, name) |
def | removeContextMenu (self, name) |
def | removeMenu (self, name) |
def | removeToolbar (self, name) |
Additional Inherited Members | |
Static Public Attributes inherited from FreeCADGuiInit.Workbench | |
Icon = None | |
string | MenuText = "" |
string | ToolTip = "" |
A workbench defines the tool bars, command bars, menus, context menu and dockable windows of the main window.
def FreeCADGuiInit.StandardWorkbench.GetClassName | ( | self | ) |
Return the name of the associated C++ class.
Reimplemented from FreeCADGuiInit.Workbench.
def FreeCADGuiInit.StandardWorkbench.Initialize | ( | self | ) |
Initialize this workbench.
Reimplemented from FreeCADGuiInit.Workbench.