draftguitools.gui_togglemodes.ToggleContinueMode Class Reference
Public Member Functions | |
def | Activated (self) |
def | GetResources (self) |
Public Member Functions inherited from draftguitools.gui_togglemodes.BaseMode | |
def | Activated (self, mode="None") |
Public Member Functions inherited from draftguitools.gui_base.GuiCommandSimplest | |
def | IsActive (self) |
Additional Inherited Members | |
Public Attributes inherited from draftguitools.gui_base.GuiCommandSimplest | |
command_name | |
doc | |
Detailed Description
GuiCommand for the Draft_ToggleContinueMode tool. When continue mode is active, any drawing tool that is terminated will automatically start again. This can be used to draw several objects one after the other in succession.
Member Function Documentation
◆ Activated()
def draftguitools.gui_togglemodes.ToggleContinueMode.Activated | ( | self | ) |
Execute when the command is called. It calls the `toggleContinue()` method of the `DraftToolbar` class.
Reimplemented from draftguitools.gui_base.GuiCommandSimplest.
◆ GetResources()
def draftguitools.gui_togglemodes.ToggleContinueMode.GetResources | ( | self | ) |
Set icon, menu and tooltip.
The documentation for this class was generated from the following file:
- src/Mod/Draft/draftguitools/gui_togglemodes.py