diff -r 0e3ef435bdc3 -r 1a8630f2e944 gui/map_win.h --- a/gui/map_win.h Mon Jul 25 10:33:03 2005 +0000 +++ b/gui/map_win.h Mon Jul 25 11:17:23 2005 +0000 @@ -55,7 +55,14 @@ ///This function is created to set the appropriate maps on the newly created edge void updateEdge(Graph::Edge); + ///This function inserts name of the new edgemap in the list in the combo box + void registerNewEdgeMap(std::string); + + ///This function inserts name of the new nodemap in the list in the combo box + void registerNewNodeMap(std::string); + virtual bool closeIfEscapeIsPressed(GdkEventKey*); + }; #endif //MAP_WIN_H