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 94 of file ros_graph.py.
def rqt_graph.ros_graph.RosGraph.__init__ | ( | self, | |
context | |||
) |
Definition at line 98 of file ros_graph.py.
def rqt_graph.ros_graph.RosGraph._fit_in_view | ( | self | ) | [private] |
Definition at line 329 of file ros_graph.py.
def rqt_graph.ros_graph.RosGraph._generate_dotcode | ( | self | ) | [private] |
Definition at line 228 of file ros_graph.py.
def rqt_graph.ros_graph.RosGraph._generate_tool_tip | ( | self, | |
url | |||
) | [private] |
Definition at line 261 of file ros_graph.py.
def rqt_graph.ros_graph.RosGraph._load_dot | ( | self, | |
file_name = None |
|||
) | [private] |
Definition at line 304 of file ros_graph.py.
def rqt_graph.ros_graph.RosGraph._redraw_graph_view | ( | self | ) | [private] |
Definition at line 281 of file ros_graph.py.
def rqt_graph.ros_graph.RosGraph._refresh_rosgraph | ( | self | ) | [private] |
Definition at line 223 of file ros_graph.py.
def rqt_graph.ros_graph.RosGraph._save_dot | ( | self | ) | [private] |
Definition at line 332 of file ros_graph.py.
def rqt_graph.ros_graph.RosGraph._save_image | ( | self | ) | [private] |
Definition at line 358 of file ros_graph.py.
def rqt_graph.ros_graph.RosGraph._save_svg | ( | self | ) | [private] |
Definition at line 344 of file ros_graph.py.
def rqt_graph.ros_graph.RosGraph._update_graph_view | ( | self, | |
dotcode | |||
) | [private] |
Definition at line 255 of file ros_graph.py.
def rqt_graph.ros_graph.RosGraph._update_rosgraph | ( | self | ) | [private] |
Definition at line 204 of file ros_graph.py.
def rqt_graph.ros_graph.RosGraph.restore_settings | ( | self, | |
plugin_settings, | |||
instance_settings | |||
) |
Definition at line 190 of file ros_graph.py.
def rqt_graph.ros_graph.RosGraph.save_settings | ( | self, | |
plugin_settings, | |||
instance_settings | |||
) |
Definition at line 178 of file ros_graph.py.
Definition at line 98 of file ros_graph.py.
tuple rqt_graph::ros_graph.RosGraph::_deferred_fit_in_view = Signal() [static, private] |
Definition at line 96 of file ros_graph.py.
rqt_graph::ros_graph.RosGraph::_graph [private] |
Definition at line 98 of file ros_graph.py.
rqt_graph::ros_graph.RosGraph::_scene [private] |
Definition at line 98 of file ros_graph.py.
rqt_graph::ros_graph.RosGraph::_widget [private] |
Definition at line 98 of file ros_graph.py.
Definition at line 98 of file ros_graph.py.
Definition at line 98 of file ros_graph.py.
Definition at line 98 of file ros_graph.py.
Definition at line 98 of file ros_graph.py.
Definition at line 98 of file ros_graph.py.
Definition at line 98 of file ros_graph.py.