Public Member Functions | |
def | GetClassName |
def | Initialize |
Static Public Attributes | |
string | Icon |
string | MenuText = "Robot" |
string | ToolTip = "Robot workbench" |
Definition at line 34 of file Robot/InitGui.py.
def InitGui::RobotWorkbench::GetClassName | ( | self | ) |
Definition at line 73 of file Robot/InitGui.py.
def InitGui::RobotWorkbench::Initialize | ( | self | ) |
Definition at line 69 of file Robot/InitGui.py.
string InitGui::RobotWorkbench::Icon [static] |
""" /* XPM */ static char * robot_xpm[] = { "16 16 9 1", " c None", ". c #000300", "+ c #070905", "@ c #0E100C", "# c #171816", "$ c #2D2E2C", "% c #434542", "& c #838582", "* c #FEFFFC", " ", " $+$$$$$$$$$$ ", " $**********$ ", " $*+.****@@*$ ", " $*+.****@@*$ ", " $**********$ ", " #$&&&&&&&&&+ ", " $$$$$$$$$$$+ ", " **& ", "++++++++++++++..", ".%&&$&&&&&&&&&&.", "+&*************+", "+&*************+", "+&*************+", "+&*************+", "+.+++++++++++++."}; """
Definition at line 36 of file Robot/InitGui.py.
string InitGui::RobotWorkbench::MenuText = "Robot" [static] |
Definition at line 66 of file Robot/InitGui.py.
string InitGui::RobotWorkbench::ToolTip = "Robot workbench" [static] |
Definition at line 67 of file Robot/InitGui.py.