Public Member Functions | |
def | GetClassName |
def | Initialize |
Static Public Attributes | |
string | Icon |
string | MenuText = "Assembly" |
string | ToolTip = "Assembly workbench" |
Definition at line 34 of file Assembly/InitGui.py.
def InitGui::AssemblyWorkbench::GetClassName | ( | self | ) |
Definition at line 67 of file Assembly/InitGui.py.
def InitGui::AssemblyWorkbench::Initialize | ( | self | ) |
Definition at line 63 of file Assembly/InitGui.py.
string InitGui::AssemblyWorkbench::Icon [static] |
""" /* XPM */ static const char *Assembly_Box[]={ "16 16 3 1", ". c None", "# c #000000", "a c #c6c642", "................", ".......#######..", "......#aaaaa##..", ".....#aaaaa###..", "....#aaaaa##a#..", "...#aaaaa##aa#..", "..#aaaaa##aaa#..", ".########aaaa#..", ".#aaaaa#aaaaa#..", ".#aaaaa#aaaa##..", ".#aaaaa#aaa##...", ".#aaaaa#aa##....", ".#aaaaa#a##... .", ".#aaaaa###......", ".########.......", "................"}; """
Definition at line 36 of file Assembly/InitGui.py.
string InitGui::AssemblyWorkbench::MenuText = "Assembly" [static] |
Definition at line 60 of file Assembly/InitGui.py.
string InitGui::AssemblyWorkbench::ToolTip = "Assembly workbench" [static] |
Definition at line 61 of file Assembly/InitGui.py.