|
def | __init__ (self, highlight_level, parent=None) |
|
|
| _COLOR_BLACK = QColor(0, 0, 0) |
|
| _COLOR_BLUE = QColor(0, 0, 204) |
|
| _COLOR_GREEN = QColor(0, 170, 0) |
|
| _COLOR_ORANGE = QColor(255, 165, 0) |
|
| _COLOR_RED = QColor(255, 0, 0) |
|
| _COLOR_TEAL = QColor(0, 170, 170) |
|
| _LABEL_FONT = QFont('sans', weight=QFont.Light) |
|
Definition at line 35 of file graph_item.py.
◆ __init__()
def qt_dotgraph.graph_item.GraphItem.__init__ |
( |
|
self, |
|
|
|
highlight_level, |
|
|
|
parent = None |
|
) |
| |
◆ _COLOR_BLACK
qt_dotgraph.graph_item.GraphItem._COLOR_BLACK = QColor(0, 0, 0) |
|
staticprivate |
◆ _COLOR_BLUE
qt_dotgraph.graph_item.GraphItem._COLOR_BLUE = QColor(0, 0, 204) |
|
staticprivate |
◆ _COLOR_GREEN
qt_dotgraph.graph_item.GraphItem._COLOR_GREEN = QColor(0, 170, 0) |
|
staticprivate |
◆ _COLOR_ORANGE
qt_dotgraph.graph_item.GraphItem._COLOR_ORANGE = QColor(255, 165, 0) |
|
staticprivate |
◆ _COLOR_RED
qt_dotgraph.graph_item.GraphItem._COLOR_RED = QColor(255, 0, 0) |
|
staticprivate |
◆ _COLOR_TEAL
qt_dotgraph.graph_item.GraphItem._COLOR_TEAL = QColor(0, 170, 170) |
|
staticprivate |
◆ _highlight_level
qt_dotgraph.graph_item.GraphItem._highlight_level |
|
private |
◆ _LABEL_FONT
qt_dotgraph.graph_item.GraphItem._LABEL_FONT = QFont('sans', weight=QFont.Light) |
|
staticprivate |
The documentation for this class was generated from the following file: