Public Member Functions | |
def | __init__ |
def | test_label_sizes |
def | test_simple_integration |
def | test_unquoted |
Public Attributes | |
longMessage | |
Static Public Attributes | |
string | DOT_CODE |
Static Private Attributes | |
_Q_APP = None |
Definition at line 55 of file dot_to_qt_test.py.
def dot_to_qt_test.DotToQtGeneratorTest.__init__ | ( | self, | |
args | |||
) |
Definition at line 84 of file dot_to_qt_test.py.
Definition at line 100 of file dot_to_qt_test.py.
Definition at line 91 of file dot_to_qt_test.py.
Definition at line 119 of file dot_to_qt_test.py.
dot_to_qt_test.DotToQtGeneratorTest::_Q_APP = None [static, private] |
Definition at line 82 of file dot_to_qt_test.py.
string dot_to_qt_test.DotToQtGeneratorTest::DOT_CODE [static] |
''' 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 57 of file dot_to_qt_test.py.
Definition at line 100 of file dot_to_qt_test.py.