Public Member Functions | |
def | Activated (self, mode="None") |
Public Member Functions inherited from draftguitools.gui_base.GuiCommandSimplest | |
def | Activated (self) |
def | IsActive (self) |
Additional Inherited Members | |
Public Attributes inherited from draftguitools.gui_base.GuiCommandSimplest | |
command_name | |
doc | |
Base class for mode context GuiCommands. This is inherited by the other GuiCommand classes to run a set of similar actions when changing modes. It inherits `GuiCommandSimplest` to set up the document and other behavior. See this class for more information.
def draftguitools.gui_togglemodes.BaseMode.Activated | ( | self, | |
mode = "None" |
|||
) |
Execute when the command is called. Parameters ---------- action: str Indicates the type of mode to switch to. It can be `'construction'` or `'continue'`.
Reimplemented from draftguitools.gui_base.GuiCommandSimplest.
Reimplemented in draftguitools.gui_togglemodes.ToggleConstructionMode, and draftguitools.gui_togglemodes.ToggleContinueMode.
References draftguitools.gui_togglemodes.BaseMode.Activated().
Referenced by ArchStructure.CommandStructuralSystem.Activated(), draftguitools.gui_togglemodes.BaseMode.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().