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_modification_commands | |
| draft_utility_commands | |
| utilities | |
The Arch workbench definition.
| def InitGui.ArchWorkbench.Activated | ( | self | ) |
When entering the workbench.
Referenced by ArchStructure.CommandStructuralSystem.Activated(), draftguitools.gui_arcs.Arc.finish(), draftguitools.gui_beziers.BezCurve.finish(), draftguitools.gui_beziers.CubicBezCurve.finish(), draftguitools.gui_ellipses.Ellipse.finish(), draftguitools.gui_lines.Line.finish(), draftguitools.gui_mirror.Mirror.finish(), draftguitools.gui_move.Move.finish(), draftguitools.gui_polygons.Polygon.finish(), draftguitools.gui_rectangles.Rectangle.finish(), draftguitools.gui_rotate.Rotate.finish(), draftguitools.gui_splines.BSpline.finish(), draftguitools.gui_texts.Text.finish(), draftguitools.gui_points.Point.finish(), draftguitools.gui_shapestrings.ShapeString.finish(), draftguitools.gui_arcs.Arc_3Points.getPoint(), and ArchPanel.CommandPanel.getPoint().
| def InitGui.ArchWorkbench.ContextMenu | ( | self, | |
| recipient | |||
| ) |
Define an optional custom context menu.
References Gui::PythonBaseWorkbench.appendContextMenu(), FreeCADGuiInit.Workbench.appendContextMenu(), and InitGui.ArchWorkbench.draft_context_commands.
| def InitGui.ArchWorkbench.Deactivated | ( | self | ) |
When leaving the workbench.
| def InitGui.ArchWorkbench.GetClassName | ( | self | ) |
Type of workbench.
References draftutils.translate.QT_TRANSLATE_NOOP.
| def InitGui.ArchWorkbench.Initialize | ( | self | ) |
When the workbench is first loaded.
| InitGui.ArchWorkbench.archtools |
| InitGui.ArchWorkbench.draft_annotation_commands |
| InitGui.ArchWorkbench.draft_context_commands |
Referenced by InitGui.ArchWorkbench.ContextMenu().
| InitGui.ArchWorkbench.draft_drawing_commands |
| InitGui.ArchWorkbench.draft_modification_commands |
| InitGui.ArchWorkbench.draft_utility_commands |
| InitGui.ArchWorkbench.utilities |