Public Member Functions | |
def | GetClassName |
def | Initialize |
Static Public Attributes | |
string | Icon |
string | MenuText = "Complete" |
string | ToolTip = "Complete workbench" |
Definition at line 34 of file Complete/InitGui.py.
def InitGui::CompleteWorkbench::GetClassName | ( | self | ) |
Definition at line 72 of file Complete/InitGui.py.
def InitGui::CompleteWorkbench::Initialize | ( | self | ) |
Definition at line 68 of file Complete/InitGui.py.
string InitGui::CompleteWorkbench::Icon [static] |
""" /* XPM */ static char * complete_xpm[] = { "16 15 9 1", " c None", ". c #DB7B07", "+ c #DA8100", "@ c #F49500", "# c #E89900", "$ c #FEA200", "% c #FEAD00", "& c #FFBB00", "* c #FDC500", " + ", " ++ ", " +##+ ", " +&*+ ", " +#&*#+ ", "++.++#&&**#+.++ ", " +$%%%&&&*****++", " +$%%%&&&***++ ", " +$%%%&&*&+ ", " .+%%%&&&+ ", " .@%%%%&&# ", " .@$%$%%&#+ ", " .@@++++%%+ ", " ..+ +++ ", " . ++ "}; """
Definition at line 36 of file Complete/InitGui.py.
string InitGui::CompleteWorkbench::MenuText = "Complete" [static] |
Definition at line 65 of file Complete/InitGui.py.
string InitGui::CompleteWorkbench::ToolTip = "Complete workbench" [static] |
Definition at line 66 of file Complete/InitGui.py.