Changeset 1733:5e0d97823ba2 in lemon-0.x for gui/map_win.h
- Timestamp:
- 10/21/05 15:32:12 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2260
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/map_win.h
r1731 r1733 9 9 #include "graph_displayer_canvas.h" 10 10 #include "mapstorage.h" 11 #include "new_map_win.h" 11 12 #include "mapselector.h" 12 13 #include <libgnomecanvasmm.h> … … 28 29 MapStorage & ms; 29 30 31 NewMapWin & nmw; 32 30 33 Gtk::Table * table; 31 34 … … 38 41 public: 39 42 ///Constructor of MapWin creates the widgets shown in MapWin. 40 MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas & );43 MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &, NewMapWin &); 41 44 42 45 ///This function is created to set the appropriate maps on the newly created node
Note: See TracChangeset
for help on using the changeset viewer.