diff -r c7ae8642a8d8 -r 879e47e5b731 nbtab.h --- a/nbtab.h Wed May 02 20:33:58 2007 +0000 +++ b/nbtab.h Wed Jan 02 21:03:09 2008 +0000 @@ -27,6 +27,7 @@ #include #include +#include "map_value.h" ///One tab in the Notebook that is placed in the main window (\ref MainWin). @@ -172,7 +173,7 @@ ///a function with the same name and same parameterin \ref MapWin. ///This call-forwarder function is needed, because \ref Mapstorage does not know \ref MapWin ///\param mapname name of new map - void registerNewEdgeMap(std::string mapname); + void registerNewEdgeMap(std::string mapname, MapValue::Type type); ///Registers recently created nodemap in \ref MapWin. @@ -181,7 +182,7 @@ ///a function with the same name and same parameter in \ref MapWin. ///This call-forwarder function is needed, because \ref Mapstorage does not know \ref MapWin ///\param mapname name of new map - void registerNewNodeMap(std::string mapname); + void registerNewNodeMap(std::string mapname, MapValue::Type type); ///Pops up and registrates the \ref MapWin of \ref NoteBookTab.