Public Member Functions | |
def | GetClassName |
def | Initialize |
Static Public Attributes | |
string | Icon |
string | MenuText = "Sketcher" |
string | ToolTip = "Sketcher workbench" |
Definition at line 34 of file Sketcher/InitGui.py.
def InitGui::SketcherWorkbench::GetClassName | ( | self | ) |
Definition at line 73 of file Sketcher/InitGui.py.
def InitGui::SketcherWorkbench::Initialize | ( | self | ) |
Definition at line 69 of file Sketcher/InitGui.py.
string InitGui::SketcherWorkbench::Icon [static] |
""" /* XPM */ static char * sketcher_xpm[] = { "16 16 9 1", " c None", ". c #0D0F0C", "+ c #4D1007", "@ c #FF1A00", "# c #4D4C4D", "$ c #6C6B69", "% c #6F7A78", "& c #8B8D8A", "* c #C8C5C3", " @@@@@ ", " @@@ @@@ ", " @@ %# @@ ", " @@ *$ @@", " @ @@", "@@@@@@@@@@@ @", "@@@@@@@@@@@@ @", "@ @ @@ @@", "@ $ @@ @@ @@ ", "@+*& @@@ @@@@ ", "@ .. @@@@@ ", "@ *% @@ ", "@ # @@ ", "@ @@ ", "@@@@@@@@@@@@ ", "@@@@@@@@@@@ "}; """
Definition at line 36 of file Sketcher/InitGui.py.
string InitGui::SketcherWorkbench::MenuText = "Sketcher" [static] |
Definition at line 66 of file Sketcher/InitGui.py.
string InitGui::SketcherWorkbench::ToolTip = "Sketcher workbench" [static] |
Definition at line 67 of file Sketcher/InitGui.py.