Public Member Functions | |
def | GetClassName |
def | Initialize |
Static Public Attributes | |
string | Icon |
string | MenuText = "Part" |
string | ToolTip = "Part workbench" |
Definition at line 34 of file Part/InitGui.py.
def InitGui::PartWorkbench::GetClassName | ( | self | ) |
Definition at line 73 of file Part/InitGui.py.
def InitGui::PartWorkbench::Initialize | ( | self | ) |
Definition at line 69 of file Part/InitGui.py.
string InitGui::PartWorkbench::Icon [static] |
""" /* XPM */ static char * part_xpm[] = { "16 16 9 1", " c None", ". c #000209", "+ c #00061D", "@ c #010A2F", "# c #001152", "$ c #001772", "% c #00209F", "& c #0025B8", "* c #0032FF", " ........ ", " ..+$&%%$$#+..", "....#%*****%..$.", ".##@.....+..%*&.", ".%*****&%#.***&.", ".%*******%.***&.", ".%*******%.***%.", ".&*******%.***%.", ".&*******%.***%.", ".&*******%.***%.", ".&*******%.***%.", ".&*******%.***$.", ".&*******%.**#. ", ".@$%&****%.%.. ", " ......@##.. ", " ... "}; """
Definition at line 36 of file Part/InitGui.py.
string InitGui::PartWorkbench::MenuText = "Part" [static] |
Definition at line 66 of file Part/InitGui.py.
string InitGui::PartWorkbench::ToolTip = "Part workbench" [static] |
Definition at line 67 of file Part/InitGui.py.