
Public Member Functions | |
| def | __init__ |
| def | redraw |
| def | set_timeline |
Static Public Attributes | |
| tuple | sig_update = Signal() |
Private Attributes | |
| _parent | |
| _timeline | |
This class defines the pane where timeline and its related components are displayed.
Definition at line 45 of file timeline_pane.py.
| def rqt_robot_monitor.timeline_pane.TimelinePane.__init__ | ( | self, | |
| parent | |||
| ) |
Because this class is intended to be instantiated via Qt's .ui file, taking argument other than parent widget is not possible, which is ported to set_timeline_data method. That said, set_timeline_data must be called (soon) after an object of this is instantiated.
Definition at line 53 of file timeline_pane.py.
Definition at line 89 of file timeline_pane.py.
| def rqt_robot_monitor.timeline_pane.TimelinePane.set_timeline | ( | self, | |
| timeline, | |||
name = None |
|||
| ) |
Definition at line 74 of file timeline_pane.py.
Definition at line 58 of file timeline_pane.py.
Definition at line 58 of file timeline_pane.py.
tuple rqt_robot_monitor::timeline_pane.TimelinePane::sig_update = Signal() [static] |
Definition at line 51 of file timeline_pane.py.