
Public Member Functions | |
| def | __init__ |
| def | restore_settings |
| def | save_settings |
Public Attributes | |
| dot_to_qt | |
| dotcode_factory | |
| dotcode_generator | |
| initialized | |
| node_completionmodel | |
| topic_completionmodel | |
Private Member Functions | |
| def | _fit_in_view |
| def | _generate_dotcode |
| def | _generate_tool_tip |
| def | _load_dot |
| def | _redraw_graph_view |
| def | _refresh_rosgraph |
| def | _save_dot |
| def | _save_image |
| def | _save_svg |
| def | _update_graph_view |
| def | _update_rosgraph |
Private Attributes | |
| _current_dotcode | |
| _graph | |
| _scene | |
| _widget | |
Static Private Attributes | |
| tuple | _deferred_fit_in_view = Signal() |
Definition at line 106 of file ros_graph.py.
| def rqt_graph.ros_graph.RosGraph.__init__ | ( | self, | |
| context | |||
| ) |
Definition at line 110 of file ros_graph.py.
| def rqt_graph.ros_graph.RosGraph._fit_in_view | ( | self | ) | [private] |
Definition at line 401 of file ros_graph.py.
| def rqt_graph.ros_graph.RosGraph._generate_dotcode | ( | self | ) | [private] |
Definition at line 291 of file ros_graph.py.
| def rqt_graph.ros_graph.RosGraph._generate_tool_tip | ( | self, | |
| url | |||
| ) | [private] |
Definition at line 332 of file ros_graph.py.
| def rqt_graph.ros_graph.RosGraph._load_dot | ( | self, | |
file_name = None |
|||
| ) | [private] |
Definition at line 370 of file ros_graph.py.
| def rqt_graph.ros_graph.RosGraph._redraw_graph_view | ( | self | ) | [private] |
Definition at line 352 of file ros_graph.py.
| def rqt_graph.ros_graph.RosGraph._refresh_rosgraph | ( | self | ) | [private] |
Definition at line 286 of file ros_graph.py.
| def rqt_graph.ros_graph.RosGraph._save_dot | ( | self | ) | [private] |
Definition at line 404 of file ros_graph.py.
| def rqt_graph.ros_graph.RosGraph._save_image | ( | self | ) | [private] |
Definition at line 432 of file ros_graph.py.
| def rqt_graph.ros_graph.RosGraph._save_svg | ( | self | ) | [private] |
Definition at line 417 of file ros_graph.py.
| def rqt_graph.ros_graph.RosGraph._update_graph_view | ( | self, | |
| dotcode | |||
| ) | [private] |
Definition at line 326 of file ros_graph.py.
| def rqt_graph.ros_graph.RosGraph._update_rosgraph | ( | self | ) | [private] |
Definition at line 262 of file ros_graph.py.
| def rqt_graph.ros_graph.RosGraph.restore_settings | ( | self, | |
| plugin_settings, | |||
| instance_settings | |||
| ) |
Definition at line 229 of file ros_graph.py.
| def rqt_graph.ros_graph.RosGraph.save_settings | ( | self, | |
| plugin_settings, | |||
| instance_settings | |||
| ) |
Definition at line 198 of file ros_graph.py.
Definition at line 110 of file ros_graph.py.
tuple rqt_graph::ros_graph.RosGraph::_deferred_fit_in_view = Signal() [static, private] |
Definition at line 108 of file ros_graph.py.
rqt_graph::ros_graph.RosGraph::_graph [private] |
Definition at line 110 of file ros_graph.py.
rqt_graph::ros_graph.RosGraph::_scene [private] |
Definition at line 110 of file ros_graph.py.
rqt_graph::ros_graph.RosGraph::_widget [private] |
Definition at line 110 of file ros_graph.py.
Definition at line 110 of file ros_graph.py.
Definition at line 110 of file ros_graph.py.
Definition at line 110 of file ros_graph.py.
Definition at line 110 of file ros_graph.py.
Definition at line 110 of file ros_graph.py.
Definition at line 110 of file ros_graph.py.