gui/map_win.h
changeset 1733 5e0d97823ba2
parent 1731 616bc933c2bc
child 1819 fd82adfbe905
     1.1 --- a/gui/map_win.h	Fri Oct 21 08:34:47 2005 +0000
     1.2 +++ b/gui/map_win.h	Fri Oct 21 13:32:12 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 "new_map_win.h"
     1.8  #include "mapselector.h"
     1.9  #include <libgnomecanvasmm.h>
    1.10  #include <libgnomecanvasmm/polygon.h>
    1.11 @@ -27,6 +28,8 @@
    1.12    ///The \ref MapStorage in which the visualizable maps are stored
    1.13    MapStorage & ms;
    1.14  
    1.15 +  NewMapWin & nmw;
    1.16 +
    1.17    Gtk::Table * table;
    1.18    
    1.19    MapSelector ** e_combo_array, ** n_combo_array;
    1.20 @@ -37,7 +40,7 @@
    1.21  
    1.22  public:
    1.23    ///Constructor of MapWin creates the widgets shown in MapWin.
    1.24 -  MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &);
    1.25 +  MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &, NewMapWin &);
    1.26  
    1.27    ///This function is created to set the appropriate maps on the newly created node
    1.28    void updateNode(Graph::Node);