Changeset 1499:9316dcc0a355 in lemon-0.x for gui/graph_displayer_canvas.h
- Timestamp:
- 06/16/05 20:08:04 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1980
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/graph_displayer_canvas.h
r1496 r1499 6 6 #include <all_include.h> 7 7 #include <mapstorage.h> 8 #include <broken_edge.h> 8 9 #include <libgnomecanvasmm.h> 9 10 #include <libgnomecanvasmm/polygon.h> … … 84 85 85 86 ///Map of edges of graph 86 Graph::EdgeMap< Gnome::Canvas::Line *> edgesmap;87 Graph::EdgeMap<BrokenEdge *> edgesmap; 87 88 88 89 ///Map of texts to write on edges … … 111 112 112 113 static const int zoom_step = 5; 114 113 115 }; 114 116
Note: See TracChangeset
for help on using the changeset viewer.