Public Member Functions | |
def | Activated |
def | Deactivated |
def | Initialize |
Static Public Attributes | |
string | Icon |
string | MenuText = "Arch" |
string | ToolTip = "Architecture workbench" |
Definition at line 1 of file Arch/InitGui.py.
def InitGui::ArchWorkbench::Activated | ( | self | ) |
Definition at line 68 of file Arch/InitGui.py.
def InitGui::ArchWorkbench::Deactivated | ( | self | ) |
Definition at line 71 of file Arch/InitGui.py.
def InitGui::ArchWorkbench::Initialize | ( | self | ) |
Definition at line 36 of file Arch/InitGui.py.
string InitGui::ArchWorkbench::Icon [static] |
""" /* XPM */ static char * arch_xpm[] = { "16 16 9 1", " c None", ". c #543016", "+ c #6D2F08", "@ c #954109", "# c #874C24", "$ c #AE6331", "% c #C86423", "& c #FD7C26", "* c #F5924F", " ", " ", " # ", " ***$# ", " .*******. ", " *##$****#+ ", " #**%&&##$#@@ ", ".$**%&&&&+@@+ ", "@&@#$$%&&@@+.. ", "@&&&%#.#$#+..#$.", " %&&&&+%#.$**$@+", " @%&+&&&$##@@+", " @.&&&&&@@@ ", " @%&&@@ ", " @+ ", " "}; """
Definition at line 3 of file Arch/InitGui.py.
string InitGui::ArchWorkbench::MenuText = "Arch" [static] |
Definition at line 33 of file Arch/InitGui.py.
string InitGui::ArchWorkbench::ToolTip = "Architecture workbench" [static] |
Definition at line 34 of file Arch/InitGui.py.