Definition at line 65 of file context.py.
def airbus_cobot_gui.context.Context.__init__ | ( | self, | |
parent | |||
) |
Definition at line 83 of file context.py.
def airbus_cobot_gui.context.Context.addAlarmEventListner | ( | self, | |
listener | |||
) |
Definition at line 115 of file context.py.
def airbus_cobot_gui.context.Context.addCloseEventListner | ( | self, | |
listener | |||
) |
Definition at line 121 of file context.py.
def airbus_cobot_gui.context.Context.addControlModeEventListener | ( | self, | |
listener | |||
) |
Definition at line 106 of file context.py.
def airbus_cobot_gui.context.Context.addDefaultEventListner | ( | self, | |
listener | |||
) |
Definition at line 112 of file context.py.
def airbus_cobot_gui.context.Context.addEmergencyStopEventListner | ( | self, | |
listener | |||
) |
Definition at line 118 of file context.py.
def airbus_cobot_gui.context.Context.addLanguageEventListner | ( | self, | |
listener | |||
) |
Definition at line 109 of file context.py.
def airbus_cobot_gui.context.Context.addUserEventListener | ( | self, | |
listener | |||
) |
Definition at line 101 of file context.py.
def airbus_cobot_gui.context.Context.addViewManagerEventListner | ( | self, | |
listener | |||
) |
Definition at line 98 of file context.py.
def airbus_cobot_gui.context.Context.getAlarm | ( | self | ) |
Definition at line 177 of file context.py.
def airbus_cobot_gui.context.Context.getControlMode | ( | self | ) |
Definition at line 152 of file context.py.
def airbus_cobot_gui.context.Context.getDefault | ( | self | ) |
Definition at line 169 of file context.py.
def airbus_cobot_gui.context.Context.getLanguage | ( | self | ) |
Definition at line 161 of file context.py.
def airbus_cobot_gui.context.Context.getLogger | ( | self | ) |
Definition at line 129 of file context.py.
def airbus_cobot_gui.context.Context.getParent | ( | self | ) |
Definition at line 95 of file context.py.
def airbus_cobot_gui.context.Context.getR | ( | self | ) |
Definition at line 126 of file context.py.
def airbus_cobot_gui.context.Context.getUser | ( | self | ) |
Definition at line 138 of file context.py.
def airbus_cobot_gui.context.Context.inEmergencyStop | ( | self | ) |
Definition at line 185 of file context.py.
def airbus_cobot_gui.context.Context.requestAlarm | ( | self, | |
level, | |||
what = "???" |
|||
) |
Definition at line 172 of file context.py.
def airbus_cobot_gui.context.Context.requestDefault | ( | self, | |
errcode, | |||
what = '' |
|||
) |
Definition at line 164 of file context.py.
def airbus_cobot_gui.context.Context.requestDisplayView | ( | self, | |
view | |||
) |
Definition at line 143 of file context.py.
def airbus_cobot_gui.context.Context.requestNewControlMode | ( | self, | |
ctrl | |||
) |
Definition at line 146 of file context.py.
def airbus_cobot_gui.context.Context.requestNewLanguage | ( | self, | |
lng | |||
) |
Definition at line 155 of file context.py.
def airbus_cobot_gui.context.Context.requestNewUserConnection | ( | self, | |
user | |||
) |
Definition at line 132 of file context.py.
def airbus_cobot_gui.context.Context.requestShutdown | ( | self | ) |
Definition at line 191 of file context.py.
def airbus_cobot_gui.context.Context.resquestEmergencyStop | ( | self, | |
state, | |||
what = '' |
|||
) |
Definition at line 180 of file context.py.
def airbus_cobot_gui.context.Context.what | ( | self | ) |
Definition at line 188 of file context.py.
Definition at line 83 of file context.py.
Definition at line 83 of file context.py.
airbus_cobot_gui::context.Context::_emer [private] |
Definition at line 83 of file context.py.
airbus_cobot_gui::context.Context::_lng [private] |
Definition at line 83 of file context.py.
Definition at line 83 of file context.py.
airbus_cobot_gui::context.Context::_user [private] |
Definition at line 83 of file context.py.
airbus_cobot_gui::context.Context::_what [private] |
Definition at line 83 of file context.py.
Definition at line 124 of file context.py.
Definition at line 104 of file context.py.
tuple airbus_cobot_gui::context.Context::alarmTrigger = SIGNAL('alarmTriggered') [static] |
Definition at line 79 of file context.py.
int airbus_cobot_gui::context.Context::AUTOMATIC = 1 [static] |
Definition at line 69 of file context.py.
string airbus_cobot_gui::context.Context::DEFAULT_LNG = 'en' [static] |
Definition at line 67 of file context.py.
tuple airbus_cobot_gui::context.Context::defaultTrigger = SIGNAL('defaultTriggered') [static] |
Definition at line 78 of file context.py.
tuple airbus_cobot_gui::context.Context::emergencyStopRequest = SIGNAL('emergencyStopRequested') [static] |
Definition at line 80 of file context.py.
Definition at line 141 of file context.py.
int airbus_cobot_gui::context.Context::MANUAL = 2 [static] |
Definition at line 70 of file context.py.
tuple airbus_cobot_gui::context.Context::newControlModeRequest = SIGNAL('newControlModeRequested') [static] |
Definition at line 75 of file context.py.
tuple airbus_cobot_gui::context.Context::newLanguageRequest = SIGNAL('newLanguageRequested') [static] |
Definition at line 76 of file context.py.
tuple airbus_cobot_gui::context.Context::newUserConnectionRequest = SIGNAL('newUserConnectionRequested') [static] |
Definition at line 74 of file context.py.
Definition at line 175 of file context.py.
tuple airbus_cobot_gui::context.Context::shutingdownRequest = SIGNAL('shutingdownRequested') [static] |
Definition at line 81 of file context.py.
Definition at line 150 of file context.py.
Definition at line 159 of file context.py.
Definition at line 136 of file context.py.
tuple airbus_cobot_gui::context.Context::viewManagerRequest = SIGNAL('viewManagerRequested') [static] |
Definition at line 72 of file context.py.