equal
deleted
inserted
replaced
16 class MainWin : public Gtk::Window |
16 class MainWin : public Gtk::Window |
17 { |
17 { |
18 public: |
18 public: |
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(); |
22 |
22 |
23 MapStorage mapstorage; |
23 MapStorage mapstorage; |
24 |
24 |
25 void readFile(const std::string &); |
25 void readFile(const std::string &); |
26 |
26 |