gui/main_win.h
changeset 1832 d0c28d9c9141
parent 1733 5e0d97823ba2
child 1837 8dd6160ff699
equal deleted inserted replaced
12:d6c4ba59d7be 13:5dc0bb3b6ef6
    23   MapStorage mapstorage;
    23   MapStorage mapstorage;
    24 
    24 
    25   void readFile(const std::string &);
    25   void readFile(const std::string &);
    26 
    26 
    27 protected:
    27 protected:
    28   ///We need to store newmapwin, to be able to set the appropriate values for properties of new map.
       
    29   NewMapWin newmapwin;
       
    30 
       
    31   ///Window of map-showing setup. Its type is \ref MapWin
    28   ///Window of map-showing setup. Its type is \ref MapWin
    32   MapWin mapwin;
    29   MapWin mapwin;
    33 
    30 
    34   ///The graph will be drawn on this \ref GraphDisplayerCanvas
    31   ///The graph will be drawn on this \ref GraphDisplayerCanvas
    35   GraphDisplayerCanvas gd_canvas;
    32   GraphDisplayerCanvas gd_canvas;