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