main_win.h
branchgui
changeset 82 ee009c0f4bcf
parent 68 1a27576aa199
child 90 e9f8f44f12a3
equal deleted inserted replaced
11:840de8a0e213 12:c33fe4289592
    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 
    28   ///Window of map-showing setup. Its type is \ref MapWin
    31   ///Window of map-showing setup. Its type is \ref MapWin
    29   MapWin mapwin;
    32   MapWin mapwin;
    30 
       
    31   ///We need to store newmapwin, to be able to set the appropriate values for properties of new map.
       
    32   NewMapWin newmapwin;
       
    33 
    33 
    34   ///The graph will be drawn on this \ref GraphDisplayerCanvas
    34   ///The graph will be drawn on this \ref GraphDisplayerCanvas
    35   GraphDisplayerCanvas gd_canvas;
    35   GraphDisplayerCanvas gd_canvas;
    36 
    36 
    37   ///ActionGroup for menu
    37   ///ActionGroup for menu