Public Member Functions | |
| def | __init__ |
| def | handle_header_view_customContextMenuRequested |
| def | on_topics_tree_widget_customContextMenuRequested |
| def | refresh_topics |
| def | shutdown_plugin |
| def | update_value |
Private Member Functions | |
| def | _extract_array_info |
| def | _recursive_create_widget_items |
| def | _update_topics_data |
Private Attributes | |
| _column_index | |
| _current_topic_list | |
| _plugin | |
| _timer_refresh_topics | |
| _topics | |
| _tree_items | |
Static Private Attributes | |
| list | _column_names = ['topic', 'type', 'bandwidth', 'rate', 'value'] |
Definition at line 47 of file topic_widget.py.
| def rqt_topic.topic_widget.TopicWidget.__init__ | ( | self, | |
| plugin | |||
| ) |
Definition at line 50 of file topic_widget.py.
| def rqt_topic.topic_widget.TopicWidget._extract_array_info | ( | self, | |
| type_str | |||
| ) | [private] |
Definition at line 163 of file topic_widget.py.
| def rqt_topic.topic_widget.TopicWidget._recursive_create_widget_items | ( | self, | |
| parent, | |||
| topic_name, | |||
| type_name, | |||
| message | |||
| ) | [private] |
Definition at line 175 of file topic_widget.py.
| def rqt_topic.topic_widget.TopicWidget._update_topics_data | ( | self | ) | [private] |
Definition at line 114 of file topic_widget.py.
Definition at line 204 of file topic_widget.py.
| def rqt_topic.topic_widget.TopicWidget.on_topics_tree_widget_customContextMenuRequested | ( | self, | |
| pos | |||
| ) |
Definition at line 220 of file topic_widget.py.
Definition at line 75 of file topic_widget.py.
Definition at line 249 of file topic_widget.py.
| def rqt_topic.topic_widget.TopicWidget.update_value | ( | self, | |
| topic_name, | |||
| message | |||
| ) |
Definition at line 146 of file topic_widget.py.
Definition at line 50 of file topic_widget.py.
list rqt_topic::topic_widget.TopicWidget::_column_names = ['topic', 'type', 'bandwidth', 'rate', 'value'] [static, private] |
Definition at line 48 of file topic_widget.py.
Definition at line 50 of file topic_widget.py.
Definition at line 50 of file topic_widget.py.
Definition at line 50 of file topic_widget.py.
Definition at line 50 of file topic_widget.py.
Definition at line 50 of file topic_widget.py.