diff -r 25a4698cbe0c -r 3a263e57e1d9 main_win.h --- a/main_win.h Tue Jan 03 14:56:45 2006 +0000 +++ b/main_win.h Tue Jan 03 17:30:22 2006 +0000 @@ -4,6 +4,7 @@ #define MAIN_WIN_H #include "all_include.h" +#include "algowin.h" #include "map_win.h" #include "new_map_win.h" #include "nbtab.h" @@ -26,6 +27,8 @@ std::vector tabs; std::vector tabnames; + std::set< AlgoWin* > aws; + public: ///Constructor of the \ref NoteBookTab. It creates the menu and the \ref GraphDisplayerCanvas on which the graph will be drawn. @@ -66,6 +69,10 @@ virtual void createMapWin(); + virtual void createAlgoWin(int); + virtual void deRegisterAlgoWin(AlgoWin *); + virtual void updateAlgoWins(); + virtual void changeEditorialTool(int); virtual void createNewMapWinAfterSignal(NoteBookTab *, bool);