main_win.h
changeset 163 443bc769b344
parent 157 7e6ad28aeb9e
child 174 95872af46fc4
equal deleted inserted replaced
25:0396162b2dd8 26:886299eb79df
   142   ///Callback for Show Maps menupoint.
   142   ///Callback for Show Maps menupoint.
   143 
   143 
   144   ///It calls the appropriate function in
   144   ///It calls the appropriate function in
   145   ///\ref NoteBookTab
   145   ///\ref NoteBookTab
   146   virtual void createMapWin();
   146   virtual void createMapWin();
       
   147 
       
   148   ///Callback for Show Design menupoint.
       
   149 
       
   150   ///It calls the appropriate function in
       
   151   ///\ref NoteBookTab
       
   152   virtual void createDesignWin();
   147 
   153 
   148   ///Pops up an Algorithm window.
   154   ///Pops up an Algorithm window.
   149 
   155 
   150   ///It not only creates but registrates the newly created \ref AlgoWin.
   156   ///It not only creates but registrates the newly created \ref AlgoWin.
   151   ///It is necessary, because in case of changement between tabs or maps
   157   ///It is necessary, because in case of changement between tabs or maps
   235   ///Sets the variables that have to store the actual state, and it
   241   ///Sets the variables that have to store the actual state, and it
   236   ///updates the title of window to the actually selected \ref NoteBookTab.
   242   ///updates the title of window to the actually selected \ref NoteBookTab.
   237   virtual void onChangeTab(GtkNotebookPage*, guint);
   243   virtual void onChangeTab(GtkNotebookPage*, guint);
   238 
   244 
   239   virtual void nodeViewChanged();
   245   virtual void nodeViewChanged();
       
   246 
       
   247   virtual void reDesignGraph();
   240 };
   248 };
   241 
   249 
   242 #endif //MAIN_WIN_H
   250 #endif //MAIN_WIN_H