draftguitools.gui_base_original.Modifier Class Reference
Public Attributes | |
| copymode | |
Public Attributes inherited from draftguitools.gui_base_original.DraftTool | |
| call | |
| commitList | |
| constrain | |
| doc | |
| extendedCopy | |
| featureName | |
| node | |
| obj | |
| planetrack | |
| point | |
| pos | |
| support | |
| ui | |
| view | |
Additional Inherited Members | |
Public Member Functions inherited from draftguitools.gui_base_original.DraftTool | |
| def | Activated (self, name="None", noplanesetup=False, is_subtool=False) |
| def | commit (self, name, func) |
| def | finish (self, close=False) |
| def | getStrings (self, addrot=None) |
| def | IsActive (self) |
Detailed Description
A generic Modifier tool, used by modification tools such as move. After initializing the parent class, it sets the `copymode` attribute to `False`. It inherits `DraftTool`, which sets up the majority of the behavior of this class.
Member Data Documentation
◆ copymode
| draftguitools.gui_base_original.Modifier.copymode |
The documentation for this class was generated from the following file:
- src/Mod/Draft/draftguitools/gui_base_original.py
Public Attributes inherited from
1.8.17