|
| def | __init__ (self) |
| |
| def | __init__ (self, button_type="push") |
| |
| def | buttonCallback (self, service_name, service_type, button) |
| |
| def | buttonCallbackImpl (self, checked, service_name, service_type=Empty, button=None) |
| |
| def | loadLayoutYaml (self, layout_param) |
| |
| def | restore_settings (self, plugin_settings, instance_settings) |
| |
| def | save_settings (self, plugin_settings, instance_settings) |
| |
| def | setupButtons (self, yaml_file) |
| |
| def | showError (self, message) |
| |
| def | trigger_configuration (self) |
| |
Qt widget to visualize multiple buttons
Definition at line 20 of file button.py.