graph_displayer_canvas.h
changeset 150 86273bfe0e4d
parent 149 930e838ad5b6
child 151 72f1c33f89d4
     1.1 --- a/graph_displayer_canvas.h	Tue Sep 19 07:43:55 2006 +0000
     1.2 +++ b/graph_displayer_canvas.h	Thu Sep 21 10:29:29 2006 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  #include "nbtab.h"
     1.5  #include <libgnomecanvasmm.h>
     1.6  #include <libgnomecanvasmm/polygon.h>
     1.7 -#include <lemon/xy.h>
     1.8 +#include <lemon/dim2.h>
     1.9  
    1.10  ///This class is the canvas, on which the graph can be drawn.
    1.11  class GraphDisplayerCanvas : public Gnome::Canvas::CanvasAA
    1.12 @@ -268,7 +268,7 @@
    1.13  
    1.14  public:
    1.15    ///Moves the text to new place
    1.16 -  void textReposition(xy<double>);
    1.17 +  void textReposition(XY);
    1.18  
    1.19    ///Activates an edge belonging to an EdgeBase
    1.20