gui/map_win.h
changeset 1731 616bc933c2bc
parent 1606 dc4ea2010dee
child 1733 5e0d97823ba2
     1.1 --- a/gui/map_win.h	Mon Oct 17 10:30:59 2005 +0000
     1.2 +++ b/gui/map_win.h	Thu Oct 20 15:50:23 2005 +0000
     1.3 @@ -8,6 +8,7 @@
     1.4  #include "all_include.h"
     1.5  #include "graph_displayer_canvas.h"
     1.6  #include "mapstorage.h"
     1.7 +#include "mapselector.h"
     1.8  #include <libgnomecanvasmm.h>
     1.9  #include <libgnomecanvasmm/polygon.h>
    1.10  
    1.11 @@ -28,7 +29,7 @@
    1.12  
    1.13    Gtk::Table * table;
    1.14    
    1.15 -  Gtk::Combo * e_combo_array, * n_combo_array;
    1.16 +  MapSelector ** e_combo_array, ** n_combo_array;
    1.17  
    1.18    Gtk::Label * label;
    1.19  
    1.20 @@ -38,17 +39,6 @@
    1.21    ///Constructor of MapWin creates the widgets shown in MapWin.
    1.22    MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &);
    1.23  
    1.24 -  ///If a radiobutton is clicked, this function determines
    1.25 -  ///which button was that and after that calls the
    1.26 -  ///appropriate function of the \ref GraphDisplayerCanvas
    1.27 -  ///to change the visible values of that attribute.
    1.28 -  virtual void eComboChanged(int);
    1.29 -  ///If a radiobutton is clicked, this function determines
    1.30 -  ///which button was that and after that calls the
    1.31 -  ///appropriate function of the \ref GraphDisplayerCanvas
    1.32 -  ///to change the visible values of that attribute.
    1.33 -  virtual void nComboChanged(int);
    1.34 -
    1.35    ///This function is created to set the appropriate maps on the newly created node
    1.36    void updateNode(Graph::Node);
    1.37