dotautolayouter.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef AUTOLAYOUTDOTAUTOLAYOUTER_H
00016 #define AUTOLAYOUTDOTAUTOLAYOUTER_H
00017 #include "baseinclude.h"
00018 #include "graphvizautolayouter.h"
00019
00020 namespace Autolayout {
00021
00025 class DotAutolayouter : virtual public Autolayout::GraphvizAutolayouter
00026 {
00027 public:
00028 DotAutolayouter();
00029
00030 virtual ~DotAutolayouter();
00031
00032 virtual void run();
00033
00034 };
00035
00036 }
00037
00038 #endif
This file is part of the documentation for umbrello Version 3.1.0.