diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-06-03 10:58:07 (GMT) |
---|---|---|
committer | Eduardo M. Fleury <eduardo.fleury@openbossa.org> | 2009-07-22 18:04:23 (GMT) |
commit | 072a9595a308df9b8e7a547c370ce54ab5af6ed4 (patch) | |
tree | bc95701fb6e200b1317cf8d6ea7ae490ecca71ce /bin/setcepaths.bat | |
parent | b58d43e407029f19d313cdc2314cf114c572f692 (diff) | |
download | Qt-072a9595a308df9b8e7a547c370ce54ab5af6ed4.zip Qt-072a9595a308df9b8e7a547c370ce54ab5af6ed4.tar.gz Qt-072a9595a308df9b8e7a547c370ce54ab5af6ed4.tar.bz2 |
Some cleanup - improve dot dumper.
The previous dumper relied on traversal of the graph, which meant that
it would not output the nodes that were not connected to the "main"
graph. Due to this, we cannot rely on traversal, so instead we must
iterate through all the vertices of the graph. As an added bonus the
code gets simpler :-)
There was also a problem with the previous dumper, since it dumped
two "digraph" elements into one file. Graphwiz (win32) did not handle
that. Instead just dump all the nodes and all the connections, both
horizontal and vertical ones. The horizontal and vertical connections
are never connected anyway, so the result will be two separate graphs
when it is rendered by graphwiz.
Also renamed firstVertex to rootVertex and simplified it.
Diffstat (limited to 'bin/setcepaths.bat')
0 files changed, 0 insertions, 0 deletions