
Public Member Functions | |
| def | __init__ |
| def | closeEvent |
| def | message_updated |
Public Attributes | |
| disp | |
| layout_vertical | |
| snaps | |
| snapshot | |
| status | |
| timeline_pane | |
Static Public Attributes | |
| tuple | closed = Signal(str) |
Private Member Functions | |
| def | _take_snapshot |
Private Attributes | |
| _name | |
Definition at line 46 of file inspector_window.py.
| def rqt_robot_monitor.inspector_window.InspectorWindow.__init__ | ( | self, | |
| parent, | |||
| name, | |||
| status, | |||
| timeline | |||
| ) |
:type status: DiagnosticStatus
:param close_callback: When the instance of this class
(InspectorWindow) terminates, this callback gets
called.
Definition at line 49 of file inspector_window.py.
| def rqt_robot_monitor.inspector_window.InspectorWindow._take_snapshot | ( | self | ) | [private] |
Definition at line 112 of file inspector_window.py.
| def rqt_robot_monitor.inspector_window.InspectorWindow.closeEvent | ( | self, | |
| event | |||
| ) |
called when this window is closed Calls close on all snapshots, and emits the closed signal
Definition at line 86 of file inspector_window.py.
| def rqt_robot_monitor.inspector_window.InspectorWindow.message_updated | ( | self, | |
| msg | |||
| ) |
Definition at line 99 of file inspector_window.py.
Definition at line 54 of file inspector_window.py.
tuple rqt_robot_monitor::inspector_window.InspectorWindow::closed = Signal(str) [static] |
Definition at line 47 of file inspector_window.py.
Definition at line 54 of file inspector_window.py.
Definition at line 54 of file inspector_window.py.
Definition at line 54 of file inspector_window.py.
Definition at line 54 of file inspector_window.py.
Definition at line 99 of file inspector_window.py.
Definition at line 54 of file inspector_window.py.