$search

Public Member Functions | |
| def | __init__ |
| def | on_enter_window |
| def | on_leave_window |
| def | on_left_down |
| def | on_left_up |
| def | on_paint |
| def | set_status |
| def | toggle |
| def | update |
Private Attributes | |
| _bitmaps | |
| _color | |
| _left_down | |
| _states | |
| _toggled | |
Definition at line 40 of file status_control.py.
| def generic_dashboard::status_control::StatusControl::__init__ | ( | self, | ||
| parent, | ||||
| icons_path, | ||||
| base_name, | ||||
| toggleable, | ||||
| states, | ||||
| default_state | ||||
| ) |
Definition at line 41 of file status_control.py.
| def generic_dashboard::status_control::StatusControl::on_enter_window | ( | self, | ||
| evt | ||||
| ) |
Definition at line 94 of file status_control.py.
| def generic_dashboard::status_control::StatusControl::on_leave_window | ( | self, | ||
| evt | ||||
| ) |
Definition at line 90 of file status_control.py.
| def generic_dashboard::status_control::StatusControl::on_left_down | ( | self, | ||
| evt | ||||
| ) |
Definition at line 74 of file status_control.py.
| def generic_dashboard::status_control::StatusControl::on_left_up | ( | self, | ||
| evt | ||||
| ) |
Definition at line 79 of file status_control.py.
| def generic_dashboard::status_control::StatusControl::on_paint | ( | self, | ||
| evt | ||||
| ) |
Definition at line 100 of file status_control.py.
| def generic_dashboard::status_control::StatusControl::set_status | ( | self, | ||
| status | ||||
| ) |
Definition at line 114 of file status_control.py.
| def generic_dashboard::status_control::StatusControl::toggle | ( | self, | ||
| tog | ||||
| ) |
Definition at line 65 of file status_control.py.
| def generic_dashboard::status_control::StatusControl::update | ( | self | ) |
Reimplemented in generic_dashboard::diagnostics_control::DiagnosticsControl, and generic_dashboard::rosout_control::RosoutControl.
Definition at line 123 of file status_control.py.
Definition at line 46 of file status_control.py.
Definition at line 54 of file status_control.py.
Definition at line 63 of file status_control.py.
Definition at line 45 of file status_control.py.
Definition at line 62 of file status_control.py.