map_win.h
changeset 172 fc1e478697d3
parent 123 a3781bff1032
child 174 95872af46fc4
equal deleted inserted replaced
17:125e46830052 18:e3e8634aaecc
   110   ///has to call this function or not from the \ref NoteBookTab::mapwinexists
   110   ///has to call this function or not from the \ref NoteBookTab::mapwinexists
   111   ///variable.
   111   ///variable.
   112   ///\param eml edge map list
   112   ///\param eml edge map list
   113   ///\param nml node map list
   113   ///\param nml node map list
   114   void update(std::vector<std::string> eml, std::vector<std::string> nml);
   114   void update(std::vector<std::string> eml, std::vector<std::string> nml);
       
   115 
       
   116   void changeEntry(bool, int, std::string);
       
   117 
       
   118   void set_title(std::string);
   115 };
   119 };
   116 
   120 
   117 #endif //MAP_WIN_H
   121 #endif //MAP_WIN_H