Changeset 1731:616bc933c2bc in lemon-0.x for gui/map_win.h
- Timestamp:
- 10/20/05 17:50:23 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2258
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/map_win.h
r1606 r1731 9 9 #include "graph_displayer_canvas.h" 10 10 #include "mapstorage.h" 11 #include "mapselector.h" 11 12 #include <libgnomecanvasmm.h> 12 13 #include <libgnomecanvasmm/polygon.h> … … 29 30 Gtk::Table * table; 30 31 31 Gtk::Combo * e_combo_array,* n_combo_array;32 MapSelector ** e_combo_array, ** n_combo_array; 32 33 33 34 Gtk::Label * label; … … 38 39 ///Constructor of MapWin creates the widgets shown in MapWin. 39 40 MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &); 40 41 ///If a radiobutton is clicked, this function determines42 ///which button was that and after that calls the43 ///appropriate function of the \ref GraphDisplayerCanvas44 ///to change the visible values of that attribute.45 virtual void eComboChanged(int);46 ///If a radiobutton is clicked, this function determines47 ///which button was that and after that calls the48 ///appropriate function of the \ref GraphDisplayerCanvas49 ///to change the visible values of that attribute.50 virtual void nComboChanged(int);51 41 52 42 ///This function is created to set the appropriate maps on the newly created node
Note: See TracChangeset
for help on using the changeset viewer.