graphviznode.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef AUTOLAYOUTGRAPHVIZNODE_H
00015 #define AUTOLAYOUTGRAPHVIZNODE_H
00016
00017 #include "node.h"
00018
00019 class Agnode_t;
00020
00021 namespace Autolayout {
00022
00026 class GraphvizNode : virtual public Autolayout::Node
00027 {
00028
00029 GraphvizNode (Agnode_t* n);
00030 Agnode_t* n;
00031 virtual ~GraphvizNode();
00032 public:
00033
00034
00035 int getX();
00036 int getY();
00037 friend class GraphvizGraph;
00038 };
00039
00040 }
00041
00042 #endif
This file is part of the documentation for umbrello Version 3.1.0.