Public Member Functions | Public Attributes | Static Public Attributes | Static Private Attributes | List of all members
dot_to_qt_test.DotToQtGeneratorTest Class Reference
Inheritance diagram for dot_to_qt_test.DotToQtGeneratorTest:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, args)
 
def test_label_sizes (self)
 
def test_recursive (self)
 
def test_simple_integration (self)
 
def test_unquoted (self)
 

Public Attributes

 longMessage
 

Static Public Attributes

string DOT_CODE
 

Static Private Attributes

 _Q_APP = None
 

Detailed Description

Definition at line 54 of file dot_to_qt_test.py.

Constructor & Destructor Documentation

◆ __init__()

def dot_to_qt_test.DotToQtGeneratorTest.__init__ (   self,
  args 
)

Definition at line 83 of file dot_to_qt_test.py.

Member Function Documentation

◆ test_label_sizes()

def dot_to_qt_test.DotToQtGeneratorTest.test_label_sizes (   self)

Definition at line 100 of file dot_to_qt_test.py.

◆ test_recursive()

def dot_to_qt_test.DotToQtGeneratorTest.test_recursive (   self)

Definition at line 122 of file dot_to_qt_test.py.

◆ test_simple_integration()

def dot_to_qt_test.DotToQtGeneratorTest.test_simple_integration (   self)

Definition at line 91 of file dot_to_qt_test.py.

◆ test_unquoted()

def dot_to_qt_test.DotToQtGeneratorTest.test_unquoted (   self)

Definition at line 119 of file dot_to_qt_test.py.

Member Data Documentation

◆ _Q_APP

dot_to_qt_test.DotToQtGeneratorTest._Q_APP = None
staticprivate

Definition at line 81 of file dot_to_qt_test.py.

◆ 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

Definition at line 106 of file dot_to_qt_test.py.


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


qt_dotgraph
Author(s): Thibault Kruse, Dirk Thomas
autogenerated on Fri Jun 24 2022 02:42:36