Public Member Functions | |
| def | Activated (self) |
| def | ContextMenu (self, recipient) |
| def | Deactivated (self) |
| def | GetClassName (self) |
| def | Initialize (self) |
Public Attributes | |
| archtools | |
| draft_annotation_commands | |
| draft_context_commands | |
| draft_drawing_commands | |
| draft_line_commands | |
| draft_modification_commands | |
| draft_utility_commands | |
| utilities | |
Detailed Description
The Arch workbench definition.
Member Function Documentation
◆ Activated()
| def InitGui.ArchWorkbench.Activated | ( | self | ) |
When entering the workbench.
Referenced by draftguitools.gui_rectangles.Rectangle.finish(), draftguitools.gui_ellipses.Ellipse.finish(), draftguitools.gui_texts.Text.finish(), draftguitools.gui_polygons.Polygon.finish(), draftguitools.gui_arcs.Arc.finish(), draftguitools.gui_mirror.Mirror.finish(), draftguitools.gui_move.Move.finish(), draftguitools.gui_lines.Line.finish(), draftguitools.gui_splines.BSpline.finish(), draftguitools.gui_points.Point.finish(), draftguitools.gui_beziers.BezCurve.finish(), draftguitools.gui_shapestrings.ShapeString.finish(), draftguitools.gui_rotate.Rotate.finish(), and draftguitools.gui_beziers.CubicBezCurve.finish().
◆ ContextMenu()
| def InitGui.ArchWorkbench.ContextMenu | ( | self, | |
| recipient | |||
| ) |
Define an optional custom context menu.
References Gui::PythonWorkbenchPy.appendContextMenu(), FreeCADGuiInit.Workbench.appendContextMenu(), Gui::PythonBaseWorkbench.appendContextMenu(), and InitGui.ArchWorkbench.draft_context_commands.
◆ Deactivated()
| def InitGui.ArchWorkbench.Deactivated | ( | self | ) |
When leaving the workbench.
◆ GetClassName()
| def InitGui.ArchWorkbench.GetClassName | ( | self | ) |
Type of workbench.
◆ Initialize()
| def InitGui.ArchWorkbench.Initialize | ( | self | ) |
When the workbench is first loaded.
Member Data Documentation
◆ archtools
| InitGui.ArchWorkbench.archtools |
◆ draft_annotation_commands
| InitGui.ArchWorkbench.draft_annotation_commands |
◆ draft_context_commands
| InitGui.ArchWorkbench.draft_context_commands |
Referenced by InitGui.ArchWorkbench.ContextMenu().
◆ draft_drawing_commands
| InitGui.ArchWorkbench.draft_drawing_commands |
◆ draft_line_commands
| InitGui.ArchWorkbench.draft_line_commands |
◆ draft_modification_commands
| InitGui.ArchWorkbench.draft_modification_commands |
◆ draft_utility_commands
| InitGui.ArchWorkbench.draft_utility_commands |
◆ utilities
| InitGui.ArchWorkbench.utilities |
The documentation for this class was generated from the following file:
- src/Mod/Arch/InitGui.py
1.8.17