diff -r 9fc3d5170b24 -r 40f3006fba2e nbtab.h --- a/nbtab.h Mon Oct 30 13:08:04 2006 +0000 +++ b/nbtab.h Mon Oct 30 14:57:48 2006 +0000 @@ -202,15 +202,6 @@ ///Let the graph redesign, based on gravity and edge elasticity. void reDesignGraph(); - ///Indicates that attraction factor is changed - void attraction_ch(double); - - ///Indicates that propulsation factor is changed - void propulsation_ch(double); - - ///Indicates that iteration number of redesign is changed - void iteration_ch(int); - ///\ref MapWin calls this function when it updates the maplist in comboboxes. void active_maps_needed(); @@ -220,6 +211,12 @@ ///If \ref MapWin is closed this connection has to be disconnected, ///therefore we have to store it. sigc::connection mapst2mapwin; + + ///Signal connection from \ref MapStorage to \ref DesignWin + + ///If \ref DesignWin is closed this connection has to be disconnected, + ///therefore we have to store it. + sigc::connection mapst2designwin; }; #endif //NBTAB_H