FreeCADGuiInit.StandardWorkbench Class Reference
Public Member Functions | |
def GetClassName (self) | |
def Initialize (self) | |
![]() | |
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 getToolbarItems (self) | |
def listCommandbars (self) | |
def listMenus (self) | |
def listToolbars (self) | |
def name (self) | |
def removeCommandbar (self, name) | |
def removeContextMenu (self, name) | |
def removeMenu (self, name) | |
def removeToolbar (self, name) | |
Additional Inherited Members | |
![]() | |
string MenuText = "" | |
string ToolTip = "" | |
Detailed Description
A workbench defines the tool bars, command bars, menus, context menu and dockable windows of the main window.
Member Function Documentation
◆ GetClassName()
def FreeCADGuiInit.StandardWorkbench.GetClassName | ( | self | ) |
Return the name of the associated C++ class.
Reimplemented from FreeCADGuiInit.Workbench.
◆ Initialize()
def FreeCADGuiInit.StandardWorkbench.Initialize | ( | self | ) |
Initialize this workbench.
Reimplemented from FreeCADGuiInit.Workbench.
The documentation for this class was generated from the following file:
- src/Gui/FreeCADGuiInit.py