main_win.h
branchgui
changeset 68 1a27576aa199
parent 57 1f158566c3bf
child 82 ee009c0f4bcf
equal deleted inserted replaced
10:366ad7f9b94b 11:840de8a0e213
    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