gui/main_win.h
changeset 1650 422906271d22
parent 1616 78704393218d
child 1733 5e0d97823ba2
equal deleted inserted replaced
10:d258fd973ac5 11:7ff41f6bc37d
    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