graph_displayer_canvas.h
branchgui
changeset 19 164783ceb9be
parent 16 319a4fa65e05
child 20 a3bd39d50930
     1.1 --- a/graph_displayer_canvas.h	Wed Jun 15 13:05:32 2005 +0000
     1.2 +++ b/graph_displayer_canvas.h	Thu Jun 16 18:08:04 2005 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  
     1.5  #include <all_include.h>
     1.6  #include <mapstorage.h>
     1.7 +#include <broken_edge.h>
     1.8  #include <libgnomecanvasmm.h>
     1.9  #include <libgnomecanvasmm/polygon.h>
    1.10  
    1.11 @@ -83,7 +84,7 @@
    1.12    Graph::NodeMap<Gnome::Canvas::Ellipse *> nodesmap;
    1.13  
    1.14    ///Map of edges of graph
    1.15 -  Graph::EdgeMap<Gnome::Canvas::Line *> edgesmap;
    1.16 +  Graph::EdgeMap<BrokenEdge *> edgesmap;
    1.17  
    1.18    ///Map of texts to write on edges
    1.19    Graph::EdgeMap<Gnome::Canvas::Text *> edgetextmap;
    1.20 @@ -110,6 +111,7 @@
    1.21    Graph::EdgeIt active_edge;
    1.22  
    1.23    static const int zoom_step = 5;
    1.24 +
    1.25  };
    1.26  
    1.27  #endif //GRAPH_DISPLAYER_CANVAS_H