Public Member Functions | Private Attributes | Static Private Attributes
qt_dotgraph.graph_item.GraphItem Class Reference

List of all members.

Public Member Functions

def __init__

Private Attributes

 _highlight_level

Static Private Attributes

tuple _COLOR_BLACK = QColor(0, 0, 0)
tuple _COLOR_BLUE = QColor(0, 0, 204)
tuple _COLOR_GREEN = QColor(0, 170, 0)
tuple _COLOR_ORANGE = QColor(255, 165, 0)
tuple _COLOR_RED = QColor(255, 0, 0)
tuple _COLOR_TEAL = QColor(0, 170, 170)

Detailed Description

Definition at line 34 of file graph_item.py.


Constructor & Destructor Documentation

def qt_dotgraph.graph_item.GraphItem.__init__ (   self,
  highlight_level,
  parent = None 
)

Definition at line 43 of file graph_item.py.


Member Data Documentation

tuple qt_dotgraph::graph_item.GraphItem::_COLOR_BLACK = QColor(0, 0, 0) [static, private]

Definition at line 36 of file graph_item.py.

tuple qt_dotgraph::graph_item.GraphItem::_COLOR_BLUE = QColor(0, 0, 204) [static, private]

Definition at line 37 of file graph_item.py.

tuple qt_dotgraph::graph_item.GraphItem::_COLOR_GREEN = QColor(0, 170, 0) [static, private]

Definition at line 38 of file graph_item.py.

tuple qt_dotgraph::graph_item.GraphItem::_COLOR_ORANGE = QColor(255, 165, 0) [static, private]

Definition at line 39 of file graph_item.py.

tuple qt_dotgraph::graph_item.GraphItem::_COLOR_RED = QColor(255, 0, 0) [static, private]

Definition at line 40 of file graph_item.py.

tuple qt_dotgraph::graph_item.GraphItem::_COLOR_TEAL = QColor(0, 170, 170) [static, private]

Definition at line 41 of file graph_item.py.

Definition at line 43 of file graph_item.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