Definition at line 54 of file dot_to_qt_test.py.
◆ __init__()
def dot_to_qt_test.DotToQtGeneratorTest.__init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
◆ test_label_sizes()
def dot_to_qt_test.DotToQtGeneratorTest.test_label_sizes |
( |
|
self | ) |
|
◆ test_recursive()
def dot_to_qt_test.DotToQtGeneratorTest.test_recursive |
( |
|
self | ) |
|
◆ test_simple_integration()
def dot_to_qt_test.DotToQtGeneratorTest.test_simple_integration |
( |
|
self | ) |
|
◆ test_unquoted()
def dot_to_qt_test.DotToQtGeneratorTest.test_unquoted |
( |
|
self | ) |
|
◆ _Q_APP
dot_to_qt_test.DotToQtGeneratorTest._Q_APP = None |
|
staticprivate |
◆ DOT_CODE
string dot_to_qt_test.DotToQtGeneratorTest.DOT_CODE |
|
static |
Initial value:= r'''
digraph graph_name {
graph [bb="0,0,154,108",
rank=same
];
node [label="\N"];
subgraph cluster_foo {
graph [bb="1,1,100,101",
label=cluster_foo
];
}
foo [height=0.5,
label=foo,
pos="77,90",
shape=box,
width=0.75];
bar [height=0.5,
label=barbarbarbarbarbarbarbar,
pos="77,18",
shape=box,
width=2.25];
foo -> bar [pos="e,77,36.104 77,71.697 77,63.983 77,54.712 77,46.112"];
}
'''
Definition at line 56 of file dot_to_qt_test.py.
◆ longMessage
dot_to_qt_test.DotToQtGeneratorTest.longMessage |
The documentation for this class was generated from the following file: