Public Member Functions | Public Attributes | Static Public Attributes | Static Private Attributes
dot_to_qt_test.DotToQtGeneratorTest Class Reference

List of all members.

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

Detailed Description

Definition at line 55 of file dot_to_qt_test.py.


Constructor & Destructor Documentation

Definition at line 84 of file dot_to_qt_test.py.


Member Function Documentation

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.


Member Data Documentation

Definition at line 82 of file dot_to_qt_test.py.

Initial value:
'''
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.


The documentation for this class was generated from the following file:


qt_dotgraph
Author(s): Thibault Kruse
autogenerated on Fri Feb 3 2017 03:42:09