equal
deleted
inserted
replaced
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 |