Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions | Private Attributes
concert_conductor_graph.conductor_graph.ConductorGraph Class Reference
Inheritance diagram for concert_conductor_graph.conductor_graph.ConductorGraph:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

Definition at line 178 of file conductor_graph.py.


Constructor & Destructor Documentation

Definition at line 189 of file conductor_graph.py.


Member Function Documentation

Definition at line 308 of file conductor_graph.py.

Definition at line 384 of file conductor_graph.py.

Definition at line 323 of file conductor_graph.py.

Definition at line 311 of file conductor_graph.py.

Definition at line 254 of file conductor_graph.py.

Definition at line 241 of file conductor_graph.py.

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.


Member Data Documentation

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.

Definition at line 181 of file conductor_graph.py.

Definition at line 182 of file conductor_graph.py.


The documentation for this class was generated from the following file:


concert_conductor_graph
Author(s): Daniel Stonier, Donguk Lee
autogenerated on Fri Feb 12 2016 02:49:58