Changeset 1614:350c1d8bb7cc in lemon-0.x for gui/graph_displayer_canvas.cc
- Timestamp:
- 08/07/05 16:17:11 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/graph_displayer_canvas.cc
r1606 r1614 3 3 #include <math.h> 4 4 5 GraphDisplayerCanvas::GraphDisplayerCanvas(MapStorage & ms, MapWin & mw ) :5 GraphDisplayerCanvas::GraphDisplayerCanvas(MapStorage & ms, MapWin & mw, Gtk::Window * mainwin) : 6 6 nodesmap(ms.graph), edgesmap(ms.graph), edgetextmap(ms.graph), 7 7 nodetextmap(ms.graph), displayed_graph(*(root()), 0, 0), … … 9 9 target_item(NULL), nodemap_to_edit(""), edgemap_to_edit(""), mapwin(mw) 10 10 { 11 parentwin=mainwin; 12 11 13 //base event handler is move tool 12 14 actual_handler=signal_event().connect(sigc::mem_fun(*this, &GraphDisplayerCanvas::moveEventHandler), false);
Note: See TracChangeset
for help on using the changeset viewer.