qt_dotgraph
Python API
qt_dotgraph package
Submodules
qt_dotgraph.colors module
qt_dotgraph.dot_shapes module
qt_dotgraph.dot_to_qt module
qt_dotgraph.edge_item module
qt_dotgraph.graph_item module
qt_dotgraph.node_item module
qt_dotgraph.pydotfactory module
qt_dotgraph.pygraphvizfactory module
Module contents
Standard Documents
CHANGELOG
Changelog for package qt_dotgraph
2.9.0 (2024-12-20)
2.8.3 (2024-11-20)
2.8.2 (2024-07-10)
2.8.1 (2024-06-25)
2.8.0 (2024-04-26)
2.7.4 (2024-04-16)
2.7.3 (2024-03-28)
2.7.2 (2024-02-07)
2.7.1 (2023-12-26)
2.7.0 (2023-08-21)
2.6.0 (2023-06-07)
2.5.0 (2023-04-28)
2.4.1 (2023-04-11)
2.4.0 (2023-02-14)
2.3.2 (2022-11-02)
2.3.1 (2022-08-15)
2.3.0 (2022-05-10)
2.2.0 (2022-03-01)
2.1.1 (2022-01-14)
2.1.0 (2021-11-02)
2.0.1 (2021-04-29)
2.0.0 (2021-01-26)
1.1.2 (2020-09-18)
1.1.1 (2020-08-03)
1.1.0 (2020-05-27)
1.0.9 (2020-05-26)
1.0.8 (2020-05-05)
1.0.7 (2019-09-30)
1.0.6 (2019-06-10)
1.0.4 (2019-02-08)
1.0.3 (2018-12-11)
1.0.2 (2018-12-11)
1.0.1 (2018-12-11)
1.0.0 (2018-12-10)
0.3.11 (2018-08-29)
0.3.10 (2018-08-05)
0.3.9 (2018-08-03)
0.3.8 (2017-11-03)
0.3.7 (2017-10-25)
0.3.6 (2017-08-03)
0.3.5 (2017-07-27)
0.3.4 (2017-01-24)
0.3.3 (2016-09-19)
0.3.2 (2016-04-21)
0.3.1 (2016-04-18)
0.3.0 (2016-04-01)
0.2.30 (2016-03-30)
0.2.29 (2015-09-19)
0.2.28 (2015-06-08)
0.2.27 (2015-04-29)
0.2.26 (2014-08-18)
0.2.25 (2014-07-10)
0.2.24 (2014-05-21)
0.2.23 (2014-05-07)
0.2.22 (2014-03-04)
0.2.21 (2014-02-12)
0.2.20 (2014-01-19)
0.2.19 (2014-01-08)
0.2.18 (2013-10-09)
0.2.17 (2013-08-21)
0.2.16 (2013-06-06)
0.2.15 (2013-04-02)
0.2.14 (2013-03-28 22:42)
0.2.13 (2013-03-28 18:08)
0.2.12 (2013-01-17)
0.2.11 (2013-01-13)
0.2.10 (2013-01-11)
0.2.9 (2012-12-21)
PACKAGE
Index
qt_dotgraph
Index
Index
A
|
B
|
C
|
D
|
E
|
G
|
H
|
M
|
N
|
P
|
Q
|
S
A
add_edge_to_graph() (qt_dotgraph.pydotfactory.PydotFactory method)
(qt_dotgraph.pygraphvizfactory.PygraphvizFactory method)
add_incoming_edge() (qt_dotgraph.node_item.NodeItem method)
add_node_to_graph() (qt_dotgraph.pydotfactory.PydotFactory method)
(qt_dotgraph.pygraphvizfactory.PygraphvizFactory method)
add_outgoing_edge() (qt_dotgraph.node_item.NodeItem method)
add_sibling_edge() (qt_dotgraph.edge_item.EdgeItem method)
add_subgraph_to_graph() (qt_dotgraph.pydotfactory.PydotFactory method)
(qt_dotgraph.pygraphvizfactory.PygraphvizFactory method)
add_to_scene() (qt_dotgraph.edge_item.EdgeItem method)
addEdgeItem() (qt_dotgraph.dot_to_qt.DotToQtGenerator method)
B
boundingRect() (qt_dotgraph.dot_shapes.QGraphicsBox3dItem method)
C
create_dot() (qt_dotgraph.pydotfactory.PydotFactory method)
(qt_dotgraph.pygraphvizfactory.PygraphvizFactory method)
D
dotcode_to_qt_items() (qt_dotgraph.dot_to_qt.DotToQtGenerator method)
DotToQtGenerator (class in qt_dotgraph.dot_to_qt)
E
EdgeItem (class in qt_dotgraph.edge_item)
escape_label() (qt_dotgraph.pydotfactory.PydotFactory method)
escape_name() (qt_dotgraph.pydotfactory.PydotFactory method)
G
get_color_for_string() (in module qt_dotgraph.colors)
get_graph() (qt_dotgraph.pydotfactory.PydotFactory method)
(qt_dotgraph.pygraphvizfactory.PygraphvizFactory method)
get_unquoted() (in module qt_dotgraph.dot_to_qt)
getNodeItemForNode() (qt_dotgraph.dot_to_qt.DotToQtGenerator method)
getNodeItemForSubgraph() (qt_dotgraph.dot_to_qt.DotToQtGenerator method)
GraphItem (class in qt_dotgraph.graph_item)
H
hoverEnterEvent() (qt_dotgraph.node_item.NodeItem method)
hoverLeaveEvent() (qt_dotgraph.node_item.NodeItem method)
M
module
qt_dotgraph
qt_dotgraph.colors
qt_dotgraph.dot_shapes
qt_dotgraph.dot_to_qt
qt_dotgraph.edge_item
qt_dotgraph.graph_item
qt_dotgraph.node_item
qt_dotgraph.pydotfactory
qt_dotgraph.pygraphvizfactory
N
NodeItem (class in qt_dotgraph.node_item)
P
paint() (qt_dotgraph.dot_shapes.QGraphicsBox3dItem method)
parse_edges() (qt_dotgraph.dot_to_qt.DotToQtGenerator method)
parse_nodes() (qt_dotgraph.dot_to_qt.DotToQtGenerator method)
parse_shape() (qt_dotgraph.node_item.NodeItem method)
PydotFactory (class in qt_dotgraph.pydotfactory)
PygraphvizFactory (class in qt_dotgraph.pygraphvizfactory)
Q
QGraphicsBox3dItem (class in qt_dotgraph.dot_shapes)
qt_dotgraph
module
qt_dotgraph.colors
module
qt_dotgraph.dot_shapes
module
qt_dotgraph.dot_to_qt
module
qt_dotgraph.edge_item
module
qt_dotgraph.graph_item
module
qt_dotgraph.node_item
module
qt_dotgraph.pydotfactory
module
qt_dotgraph.pygraphvizfactory
module
S
set_hovershape() (qt_dotgraph.node_item.NodeItem method)
set_label_color() (qt_dotgraph.edge_item.EdgeItem method)
set_node_color() (qt_dotgraph.edge_item.EdgeItem method)
(qt_dotgraph.node_item.NodeItem method)
setToolTip() (qt_dotgraph.edge_item.EdgeItem method)
shape() (qt_dotgraph.node_item.NodeItem method)