Public Member Functions
qt_dotgraph.dot_to_qt.DotToQtGenerator Class Reference

List of all members.

Public Member Functions

def __init__
def addEdgeItem
def dotcode_to_qt_items
def getNodeItemForNode
def getNodeItemForSubgraph

Detailed Description

Definition at line 63 of file dot_to_qt.py.


Constructor & Destructor Documentation

Definition at line 65 of file dot_to_qt.py.


Member Function Documentation

def qt_dotgraph.dot_to_qt.DotToQtGenerator.addEdgeItem (   self,
  edge,
  nodes,
  edges,
  highlight_level,
  same_label_siblings = False 
)
adds EdgeItem by data in edge to edges
:param same_label_siblings: if true, edges with same label will be considered siblings (collective highlighting)

Definition at line 168 of file dot_to_qt.py.

def qt_dotgraph.dot_to_qt.DotToQtGenerator.dotcode_to_qt_items (   self,
  dotcode,
  highlight_level,
  same_label_siblings = False 
)
takes dotcode, runs layout, and creates qt items based on the dot layout.
returns two dicts, one mapping node names to Node_Item, one mapping edge names to lists of Edge_Item
:param same_label_siblings: if true, edges with same label will be considered siblings (collective highlighting)

Definition at line 232 of file dot_to_qt.py.

def qt_dotgraph.dot_to_qt.DotToQtGenerator.getNodeItemForNode (   self,
  node,
  highlight_level 
)
returns a pyqt NodeItem object, or None in case of error or invisible style

Definition at line 110 of file dot_to_qt.py.

def qt_dotgraph.dot_to_qt.DotToQtGenerator.getNodeItemForSubgraph (   self,
  subgraph,
  highlight_level 
)

Definition at line 68 of file dot_to_qt.py.


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


qt_dotgraph
Author(s): Thibault Kruse
autogenerated on Mon Oct 6 2014 03:57:59