|  | 
| def | __init__ (self, initial_topics=None, start_paused=False) | 
|  | 
| def | add_topic (self, topic_name) | 
|  | 
| def | clean_up_subscribers (self) | 
|  | 
| def | clear_plot (self) | 
|  | 
| def | dragEnterEvent (self, event) | 
|  | 
| def | dropEvent (self, event) | 
|  | 
| def | enable_timer (self, enabled=True) | 
|  | 
| def | on_autoscroll_checkbox_clicked (self, checked) | 
|  | 
| def | on_clear_button_clicked (self) | 
|  | 
| def | on_pause_button_clicked (self, checked) | 
|  | 
| def | on_subscribe_topic_button_clicked (self) | 
|  | 
| def | on_topic_edit_returnPressed (self) | 
|  | 
| def | on_topic_edit_textChanged (self, topic_name) | 
|  | 
| def | remove_topic (self, topic_name) | 
|  | 
| def | switch_data_plot_widget (self, data_plot) | 
|  | 
| def | update_plot (self) | 
|  | 
Definition at line 119 of file plot_widget.py.
 
◆ __init__()
      
        
          | def rqt_plot.plot_widget.PlotWidget.__init__ | ( |  | self, | 
        
          |  |  |  | initial_topics = None, | 
        
          |  |  |  | start_paused = False | 
        
          |  | ) |  |  | 
      
 
 
◆ _subscribed_topics_changed()
  
  | 
        
          | def rqt_plot.plot_widget.PlotWidget._subscribed_topics_changed | ( |  | self | ) |  |  | private | 
 
 
◆ _update_remove_topic_menu()
  
  | 
        
          | def rqt_plot.plot_widget.PlotWidget._update_remove_topic_menu | ( |  | self | ) |  |  | private | 
 
 
◆ add_topic()
      
        
          | def rqt_plot.plot_widget.PlotWidget.add_topic | ( |  | self, | 
        
          |  |  |  | topic_name | 
        
          |  | ) |  |  | 
      
 
 
◆ clean_up_subscribers()
      
        
          | def rqt_plot.plot_widget.PlotWidget.clean_up_subscribers | ( |  | self | ) |  | 
      
 
 
◆ clear_plot()
      
        
          | def rqt_plot.plot_widget.PlotWidget.clear_plot | ( |  | self | ) |  | 
      
 
 
◆ dragEnterEvent()
      
        
          | def rqt_plot.plot_widget.PlotWidget.dragEnterEvent | ( |  | self, | 
        
          |  |  |  | event | 
        
          |  | ) |  |  | 
      
 
 
◆ dropEvent()
      
        
          | def rqt_plot.plot_widget.PlotWidget.dropEvent | ( |  | self, | 
        
          |  |  |  | event | 
        
          |  | ) |  |  | 
      
 
 
◆ enable_timer()
      
        
          | def rqt_plot.plot_widget.PlotWidget.enable_timer | ( |  | self, | 
        
          |  |  |  | enabled = True | 
        
          |  | ) |  |  | 
      
 
 
◆ on_autoscroll_checkbox_clicked()
      
        
          | def rqt_plot.plot_widget.PlotWidget.on_autoscroll_checkbox_clicked | ( |  | self, | 
        
          |  |  |  | checked | 
        
          |  | ) |  |  | 
      
 
 
◆ on_clear_button_clicked()
      
        
          | def rqt_plot.plot_widget.PlotWidget.on_clear_button_clicked | ( |  | self | ) |  | 
      
 
 
◆ on_pause_button_clicked()
      
        
          | def rqt_plot.plot_widget.PlotWidget.on_pause_button_clicked | ( |  | self, | 
        
          |  |  |  | checked | 
        
          |  | ) |  |  | 
      
 
 
◆ on_subscribe_topic_button_clicked()
      
        
          | def rqt_plot.plot_widget.PlotWidget.on_subscribe_topic_button_clicked | ( |  | self | ) |  | 
      
 
 
◆ on_topic_edit_returnPressed()
      
        
          | def rqt_plot.plot_widget.PlotWidget.on_topic_edit_returnPressed | ( |  | self | ) |  | 
      
 
 
◆ on_topic_edit_textChanged()
      
        
          | def rqt_plot.plot_widget.PlotWidget.on_topic_edit_textChanged | ( |  | self, | 
        
          |  |  |  | topic_name | 
        
          |  | ) |  |  | 
      
 
 
◆ remove_topic()
      
        
          | def rqt_plot.plot_widget.PlotWidget.remove_topic | ( |  | self, | 
        
          |  |  |  | topic_name | 
        
          |  | ) |  |  | 
      
 
 
◆ switch_data_plot_widget()
      
        
          | def rqt_plot.plot_widget.PlotWidget.switch_data_plot_widget | ( |  | self, | 
        
          |  |  |  | data_plot | 
        
          |  | ) |  |  | 
      
 
 
◆ update_plot()
      
        
          | def rqt_plot.plot_widget.PlotWidget.update_plot | ( |  | self | ) |  | 
      
 
 
◆ _initial_topics
  
  | 
        
          | rqt_plot.plot_widget.PlotWidget._initial_topics |  | private | 
 
 
◆ _redraw_interval
  
  | 
        
          | int rqt_plot.plot_widget.PlotWidget._redraw_interval = 40 |  | staticprivate | 
 
 
◆ _remove_topic_menu
  
  | 
        
          | rqt_plot.plot_widget.PlotWidget._remove_topic_menu |  | private | 
 
 
◆ _rosdata
  
  | 
        
          | rqt_plot.plot_widget.PlotWidget._rosdata |  | private | 
 
 
◆ _start_time
  
  | 
        
          | rqt_plot.plot_widget.PlotWidget._start_time |  | private | 
 
 
◆ _topic_completer
  
  | 
        
          | rqt_plot.plot_widget.PlotWidget._topic_completer |  | private | 
 
 
◆ _update_plot_timer
  
  | 
        
          | rqt_plot.plot_widget.PlotWidget._update_plot_timer |  | private | 
 
 
◆ data_plot
      
        
          | rqt_plot.plot_widget.PlotWidget.data_plot | 
      
 
 
The documentation for this class was generated from the following file: