gui/main_win.h
changeset 1645 4a04bb856ac7
parent 1607 da99ef6dff78
child 1650 422906271d22
equal deleted inserted replaced
9:d0db42316a80 10:d258fd973ac5
    19   ///Constructor of the \ref MainWin. It creates the menu and the \ref GraphDisplayerCanvas on which the graph will be drawn.
    19   ///Constructor of the \ref MainWin. It creates the menu and the \ref GraphDisplayerCanvas on which the graph will be drawn.
    20   ///\param title is the title of the window
    20   ///\param title is the title of the window
    21   MainWin(const std::string& title);
    21   MainWin(const std::string& title);
    22 
    22 
    23   MapStorage mapstorage;
    23   MapStorage mapstorage;
       
    24 
       
    25   void readFile(const std::string &);
    24 
    26 
    25 protected:
    27 protected:
    26   ///Window of map-showing setup. Its type is \ref MapWin
    28   ///Window of map-showing setup. Its type is \ref MapWin
    27   MapWin mapwin;
    29   MapWin mapwin;
    28 
    30