Public Member Functions | |
def | GetClassName |
def | Initialize |
Static Public Attributes | |
string | Icon |
string | MenuText = "Part Design" |
string | ToolTip = "Part Design workbench" |
Definition at line 34 of file PartDesign/InitGui.py.
def Mod::PartDesign::InitGui::PartDesignWorkbench::GetClassName | ( | self | ) |
Definition at line 73 of file PartDesign/InitGui.py.
def Mod::PartDesign::InitGui::PartDesignWorkbench::Initialize | ( | self | ) |
Definition at line 69 of file PartDesign/InitGui.py.
string Mod::PartDesign::InitGui::PartDesignWorkbench::Icon [static] |
""" /* XPM */ static char * partdesign_xpm[] = { "16 16 9 1", " c None", ". c #040006", "+ c #070F38", "@ c #002196", "# c #0030F3", "$ c #5A4D20", "% c #858EB2", "& c #DEB715", "* c #BFB99D", " & ........ ", "&&&$..@@@@@@+...", "&&&&$@#####@..@.", "&&&&&$......@#@.", "&&&&&&@@@+.###@.", "$&&&&&&@#@.###@.", ".$&&&&&%#@.###@.", ".@*&&&*%#@.###@.", ".@#*&**%#@.###@.", ".@#@%%%.@@.###@.", ".@@@@@@@#@.###@.", ".@#######@.###@.", ".@#######@.##+. ", ".+@@@####@.@.. ", " ......+++.. ", " ... "}; """
Definition at line 36 of file PartDesign/InitGui.py.
string Mod::PartDesign::InitGui::PartDesignWorkbench::MenuText = "Part Design" [static] |
Definition at line 66 of file PartDesign/InitGui.py.
string Mod::PartDesign::InitGui::PartDesignWorkbench::ToolTip = "Part Design workbench" [static] |
Definition at line 67 of file PartDesign/InitGui.py.