main_win.h
branchgui
changeset 103 3a263e57e1d9
parent 97 23f0afd1a323
child 104 623ae8ed0877
     1.1 --- a/main_win.h	Tue Jan 03 14:56:45 2006 +0000
     1.2 +++ b/main_win.h	Tue Jan 03 17:30:22 2006 +0000
     1.3 @@ -4,6 +4,7 @@
     1.4  #define MAIN_WIN_H
     1.5  
     1.6  #include "all_include.h"
     1.7 +#include "algowin.h"
     1.8  #include "map_win.h"
     1.9  #include "new_map_win.h"
    1.10  #include "nbtab.h"
    1.11 @@ -26,6 +27,8 @@
    1.12    std::vector<NoteBookTab *> tabs;
    1.13    std::vector<std::string> tabnames;
    1.14  
    1.15 +  std::set< AlgoWin* > aws;
    1.16 +
    1.17  public:
    1.18    
    1.19    ///Constructor of the \ref NoteBookTab. It creates the menu and the \ref GraphDisplayerCanvas on which the graph will be drawn.
    1.20 @@ -66,6 +69,10 @@
    1.21  
    1.22    virtual void createMapWin();
    1.23  
    1.24 +  virtual void createAlgoWin(int);
    1.25 +  virtual void deRegisterAlgoWin(AlgoWin *);
    1.26 +  virtual void updateAlgoWins();
    1.27 +
    1.28    virtual void changeEditorialTool(int);
    1.29  
    1.30    virtual void createNewMapWinAfterSignal(NoteBookTab *, bool);