Base class for create a Python plugin.
More...
Base class for create a Python plugin.
Definition at line 38 of file plugin.py.
def airbus_cobot_gui.plugin.plugin.Plugin.__init__ |
( |
|
self | ) |
|
def airbus_cobot_gui.plugin.plugin.Plugin.backgroundEvent |
( |
|
self | ) |
|
def airbus_cobot_gui.plugin.plugin.Plugin.control_mode_changed_event |
( |
|
self, |
|
|
|
control_mode |
|
) |
| |
Methode called when control mode changed.
- Parameters
-
Definition at line 71 of file plugin.py.
def airbus_cobot_gui.plugin.plugin.Plugin.controlModeChangedEvent |
( |
|
self, |
|
|
|
mode |
|
) |
| |
Methode called when control mode changed.
- Parameters
-
Definition at line 79 of file plugin.py.
def airbus_cobot_gui.plugin.plugin.Plugin.emergency_stop_event |
( |
|
self, |
|
|
|
status |
|
) |
| |
This methode called when emergency stop triggered.
Definition at line 105 of file plugin.py.
def airbus_cobot_gui.plugin.plugin.Plugin.emergencyStoppedEvent |
( |
|
self, |
|
|
|
state |
|
) |
| |
This methode called when emergency stop triggered.
Definition at line 110 of file plugin.py.
def airbus_cobot_gui.plugin.plugin.Plugin.entry |
( |
|
self | ) |
|
This methode called when user open this plugin.
- Start topic(s)
- Start thread(s)
- ...
Definition at line 46 of file plugin.py.
def airbus_cobot_gui.plugin.plugin.Plugin.exit |
( |
|
self | ) |
|
This methode called when user open other plugin.
- Unregisters topic(s)
- Closes thread(s)
- ...
Definition at line 59 of file plugin.py.
def airbus_cobot_gui.plugin.plugin.Plugin.foregroundEvent |
( |
|
self | ) |
|
def airbus_cobot_gui.plugin.plugin.Plugin.retranslate_event |
( |
|
self | ) |
|
This methode called when language changed.
Definition at line 116 of file plugin.py.
def airbus_cobot_gui.plugin.plugin.Plugin.retranslateEvent |
( |
|
self | ) |
|
This methode called when language changed.
Definition at line 121 of file plugin.py.
def airbus_cobot_gui.plugin.plugin.Plugin.setup |
( |
|
self | ) |
|
def airbus_cobot_gui.plugin.plugin.Plugin.shutdown |
( |
|
self | ) |
|
def airbus_cobot_gui.plugin.plugin.Plugin.user_changed_event |
( |
|
self, |
|
|
|
user |
|
) |
| |
Methode called when user account changed.
- Parameters
-
user | user informations. user: C{User}. |
Definition at line 88 of file plugin.py.
def airbus_cobot_gui.plugin.plugin.Plugin.userChangedEvent |
( |
|
self, |
|
|
|
user |
|
) |
| |
Methode called when control mode changed.
- Parameters
-
Definition at line 96 of file plugin.py.
The documentation for this class was generated from the following file: