main_win.h
changeset 160 14a76109b561
parent 157 7e6ad28aeb9e
child 174 95872af46fc4
     1.1 --- a/main_win.h	Mon Oct 09 08:06:31 2006 +0000
     1.2 +++ b/main_win.h	Thu Oct 12 11:39:29 2006 +0000
     1.3 @@ -145,6 +145,12 @@
     1.4    ///\ref NoteBookTab
     1.5    virtual void createMapWin();
     1.6  
     1.7 +  ///Callback for Show Design menupoint.
     1.8 +
     1.9 +  ///It calls the appropriate function in
    1.10 +  ///\ref NoteBookTab
    1.11 +  virtual void createDesignWin();
    1.12 +
    1.13    ///Pops up an Algorithm window.
    1.14  
    1.15    ///It not only creates but registrates the newly created \ref AlgoWin.
    1.16 @@ -237,6 +243,8 @@
    1.17    virtual void onChangeTab(GtkNotebookPage*, guint);
    1.18  
    1.19    virtual void nodeViewChanged();
    1.20 +
    1.21 +  virtual void reDesignGraph();
    1.22  };
    1.23  
    1.24  #endif //MAIN_WIN_H