Changeset 90:e9f8f44f12a3 in glemon-0.x for map_win.h
- Timestamp:
- 11/21/05 19:03:20 (19 years ago)
- Branch:
- gui
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2373
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
map_win.h
r89 r90 25 25 ///The \ref MapStorage in which the visualizable maps are stored 26 26 MapStorage & ms; 27 NewMapWin & nmw;28 27 29 28 int id; … … 49 48 public: 50 49 51 MapSelector(GraphDisplayerCanvas &, MapStorage &, NewMapWin &,int, bool);50 MapSelector(GraphDisplayerCanvas &, MapStorage &, int, bool); 52 51 53 52 void update_list(); … … 83 82 MapStorage & ms; 84 83 85 NewMapWin & nmw;86 87 84 Gtk::Table * table; 88 85 … … 95 92 public: 96 93 ///Constructor of MapWin creates the widgets shown in MapWin. 97 MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas & , NewMapWin &);94 MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &); 98 95 99 96 ///This function is created to set the appropriate maps on the newly created node
Note: See TracChangeset
for help on using the changeset viewer.