equal
deleted
inserted
replaced
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), |