Public Member Functions | Static Public Attributes | Private Member Functions | List of all members
rqt_robot_monitor.timeline_pane.TimelinePane Class Reference
Inheritance diagram for rqt_robot_monitor.timeline_pane.TimelinePane:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, parent, paused=False)
 
def set_levels (self, levels)
 
def set_paused (self, paused)
 
def set_position (self, position)
 

Static Public Attributes

 pause_changed = Signal(bool)
 
 position_changed = Signal(int)
 
 redraw = Signal()
 
 status_updated = Signal(list)
 

Private Member Functions

def _signal_pause_changed (self, paused)
 
def _signal_position_changed (self, position)
 
def _signal_redraw (self)
 

Detailed Description

This class defines the pane where timeline and its related components
are displayed.

Definition at line 46 of file timeline_pane.py.

Constructor & Destructor Documentation

def rqt_robot_monitor.timeline_pane.TimelinePane.__init__ (   self,
  parent,
  paused = False 
)
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 56 of file timeline_pane.py.

Member Function Documentation

def rqt_robot_monitor.timeline_pane.TimelinePane._signal_pause_changed (   self,
  paused 
)
private

Definition at line 82 of file timeline_pane.py.

def rqt_robot_monitor.timeline_pane.TimelinePane._signal_position_changed (   self,
  position 
)
private

Definition at line 85 of file timeline_pane.py.

def rqt_robot_monitor.timeline_pane.TimelinePane._signal_redraw (   self)
private

Definition at line 104 of file timeline_pane.py.

def rqt_robot_monitor.timeline_pane.TimelinePane.set_levels (   self,
  levels 
)
:param levels: List of status levels

Definition at line 93 of file timeline_pane.py.

def rqt_robot_monitor.timeline_pane.TimelinePane.set_paused (   self,
  paused 
)

Definition at line 89 of file timeline_pane.py.

def rqt_robot_monitor.timeline_pane.TimelinePane.set_position (   self,
  position 
)

Definition at line 100 of file timeline_pane.py.

Member Data Documentation

rqt_robot_monitor.timeline_pane.TimelinePane.pause_changed = Signal(bool)
static

Definition at line 52 of file timeline_pane.py.

rqt_robot_monitor.timeline_pane.TimelinePane.position_changed = Signal(int)
static

Definition at line 53 of file timeline_pane.py.

rqt_robot_monitor.timeline_pane.TimelinePane.redraw = Signal()
static

Definition at line 54 of file timeline_pane.py.

rqt_robot_monitor.timeline_pane.TimelinePane.status_updated = Signal(list)
static

Definition at line 51 of file timeline_pane.py.


The documentation for this class was generated from the following file:


rqt_robot_monitor
Author(s): Austin Hendrix, Isaac Saito, Ze'ev Klapow, Kevin Watts, Josh Faust
autogenerated on Thu May 16 2019 02:14:30