gui/graph_displayer_canvas.cc
changeset 1819 fd82adfbe905
parent 1648 dd8672338691
child 1837 8dd6160ff699
equal deleted inserted replaced
32:48de9875a447 33:2ff39da36fa3
     1 #include "graph_displayer_canvas.h"
     1 #include "graph_displayer_canvas.h"
     2 #include "broken_edge.h"
       
     3 #include <cmath>
     2 #include <cmath>
     4 
     3 
     5 GraphDisplayerCanvas::GraphDisplayerCanvas(MapStorage & ms, MapWin & mw, Gtk::Window * mainwin) :
     4 GraphDisplayerCanvas::GraphDisplayerCanvas(MapStorage & ms, MapWin & mw, Gtk::Window * mainwin) :
     6   nodesmap(ms.graph), edgesmap(ms.graph), edgetextmap(ms.graph),
     5   nodesmap(ms.graph), edgesmap(ms.graph), edgetextmap(ms.graph),
     7   nodetextmap(ms.graph), displayed_graph(*(root()), 0, 0), mapstorage(ms),
     6   nodetextmap(ms.graph), displayed_graph(*(root()), 0, 0), mapstorage(ms),