dotautolayouter.cpp
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #include "dotautolayouter.h"
00015
00016 #include <graphviz/dotprocs.h>
00017
00018 namespace Autolayout {
00019
00020 DotAutolayouter::DotAutolayouter()
00021 : Autolayout::GraphvizAutolayouter()
00022 {
00023 }
00024
00025
00026 DotAutolayouter::~DotAutolayouter()
00027 {
00028 dot_cleanup(gg->_agraph);
00029 }
00030
00031
00032 void DotAutolayouter::run()
00033 {
00034
00035
00036
00037
00038
00039
00040 dot_layout( gg->_agraph );
00041 }
00042
00043 }
This file is part of the documentation for umbrello Version 3.1.0.