Public Member Functions | |
def | Activated |
def | ContextMenu |
def | Deactivated |
def | GetClassName |
def | Initialize |
Public Attributes | |
cmdList | |
lineList | |
modList | |
treecmdList | |
Static Public Attributes | |
string | Icon |
string | MenuText = "Draft" |
string | ToolTip = "The Draft module is used for basic 2D CAD Drafting" |
Definition at line 31 of file Draft/InitGui.py.
def InitGui::DraftWorkbench::Activated | ( | self | ) |
Definition at line 203 of file Draft/InitGui.py.
def InitGui::DraftWorkbench::ContextMenu | ( | self, | ||
recipient | ||||
) |
Definition at line 209 of file Draft/InitGui.py.
def InitGui::DraftWorkbench::Deactivated | ( | self | ) |
Definition at line 206 of file Draft/InitGui.py.
def InitGui::DraftWorkbench::GetClassName | ( | self | ) |
Definition at line 224 of file Draft/InitGui.py.
def InitGui::DraftWorkbench::Initialize | ( | self | ) |
Definition at line 154 of file Draft/InitGui.py.
Definition at line 189 of file Draft/InitGui.py.
string InitGui::DraftWorkbench::Icon [static] |
Definition at line 33 of file Draft/InitGui.py.
Definition at line 197 of file Draft/InitGui.py.
string InitGui::DraftWorkbench::MenuText = "Draft" [static] |
Definition at line 151 of file Draft/InitGui.py.
Definition at line 192 of file Draft/InitGui.py.
string InitGui::DraftWorkbench::ToolTip = "The Draft module is used for basic 2D CAD Drafting" [static] |
Definition at line 152 of file Draft/InitGui.py.
Definition at line 196 of file Draft/InitGui.py.