
Public Member Functions | |
| def | __init__ |
| def | restore_settings |
| def | shutdown_plugin |
Public Attributes | |
| cur_selected_client_name | |
| dot_to_qt | |
| dotcode_factory | |
| dotcode_generator | |
| initialised | |
| pre_selected_client_name | |
Static Public Attributes | |
| dictionary | link_strength_colours = {'very_strong': QColor("lime"), 'strong': QColor("chartreuse"), 'normal': QColor("yellow"), 'weak': QColor("orange"), 'very_weak': QColor("red"), 'missing': QColor("powderblue")} |
| tuple | signal_deferred_fit_in_view = Signal() |
| tuple | signal_update_conductor_graph = Signal() |
Private Member Functions | |
| def | _change_client_tab |
| def | _fit_in_view |
| def | _redraw_graph_view |
| def | _set_network_statisics |
| def | _update_client_tab |
| def | _update_conductor_graph |
| def | _update_conductor_graph_relay |
Private Attributes | |
| _client_info_list | |
| _context | |
| _edge_item_events | |
| _edge_items | |
| _graph | |
| _node_item_events | |
| _node_items | |
| _scene | |
| _widget | |
Definition at line 178 of file conductor_graph.py.
| def concert_conductor_graph.conductor_graph.ConductorGraph.__init__ | ( | self, | |
| context | |||
| ) |
Definition at line 189 of file conductor_graph.py.
| def concert_conductor_graph.conductor_graph.ConductorGraph._change_client_tab | ( | self, | |
| index | |||
| ) | [private] |
Definition at line 308 of file conductor_graph.py.
| def concert_conductor_graph.conductor_graph.ConductorGraph._fit_in_view | ( | self | ) | [private] |
Definition at line 384 of file conductor_graph.py.
| def concert_conductor_graph.conductor_graph.ConductorGraph._redraw_graph_view | ( | self | ) | [private] |
Definition at line 323 of file conductor_graph.py.
| def concert_conductor_graph.conductor_graph.ConductorGraph._set_network_statisics | ( | self | ) | [private] |
Definition at line 311 of file conductor_graph.py.
| def concert_conductor_graph.conductor_graph.ConductorGraph._update_client_tab | ( | self | ) | [private] |
Definition at line 254 of file conductor_graph.py.
| def concert_conductor_graph.conductor_graph.ConductorGraph._update_conductor_graph | ( | self | ) | [private] |
Definition at line 241 of file conductor_graph.py.
| def concert_conductor_graph.conductor_graph.ConductorGraph._update_conductor_graph_relay | ( | self | ) | [private] |
This seems a bit obtuse, but we can't just dump the _update_conductor_graph callback on the underlying conductor graph info and trigger it from there since that trigger will operate from a ros thread and pyqt will crash trying to co-ordinate gui changes from an external thread. We need to relay via a signal.
Definition at line 246 of file conductor_graph.py.
| def concert_conductor_graph.conductor_graph.ConductorGraph.restore_settings | ( | self, | |
| plugin_settings, | |||
| instance_settings | |||
| ) |
Definition at line 234 of file conductor_graph.py.
Definition at line 238 of file conductor_graph.py.
Definition at line 189 of file conductor_graph.py.
Definition at line 189 of file conductor_graph.py.
Definition at line 189 of file conductor_graph.py.
Definition at line 189 of file conductor_graph.py.
Definition at line 189 of file conductor_graph.py.
Definition at line 189 of file conductor_graph.py.
Definition at line 189 of file conductor_graph.py.
Definition at line 189 of file conductor_graph.py.
Definition at line 189 of file conductor_graph.py.
Definition at line 189 of file conductor_graph.py.
Definition at line 189 of file conductor_graph.py.
Definition at line 189 of file conductor_graph.py.
Definition at line 189 of file conductor_graph.py.
Definition at line 189 of file conductor_graph.py.
dictionary concert_conductor_graph::conductor_graph.ConductorGraph::link_strength_colours = {'very_strong': QColor("lime"), 'strong': QColor("chartreuse"), 'normal': QColor("yellow"), 'weak': QColor("orange"), 'very_weak': QColor("red"), 'missing': QColor("powderblue")} [static] |
Definition at line 187 of file conductor_graph.py.
Definition at line 189 of file conductor_graph.py.
tuple concert_conductor_graph::conductor_graph.ConductorGraph::signal_deferred_fit_in_view = Signal() [static] |
Definition at line 181 of file conductor_graph.py.
tuple concert_conductor_graph::conductor_graph.ConductorGraph::signal_update_conductor_graph = Signal() [static] |
Definition at line 182 of file conductor_graph.py.