nbtab.h
changeset 177 40f3006fba2e
parent 174 95872af46fc4
child 191 af2ed974ab68
     1.1 --- a/nbtab.h	Mon Oct 30 13:08:04 2006 +0000
     1.2 +++ b/nbtab.h	Mon Oct 30 14:57:48 2006 +0000
     1.3 @@ -202,15 +202,6 @@
     1.4    ///Let the graph redesign, based on gravity and edge elasticity.
     1.5    void reDesignGraph();
     1.6  
     1.7 -  ///Indicates that attraction factor is changed
     1.8 -  void attraction_ch(double);
     1.9 -
    1.10 -  ///Indicates that propulsation factor is changed
    1.11 -  void propulsation_ch(double);
    1.12 -
    1.13 -  ///Indicates that iteration number of redesign is changed
    1.14 -  void iteration_ch(int);
    1.15 -
    1.16    ///\ref MapWin calls this function when it updates the maplist in comboboxes.
    1.17    void active_maps_needed();
    1.18  
    1.19 @@ -220,6 +211,12 @@
    1.20    ///If \ref MapWin is closed this connection has to be disconnected,
    1.21    ///therefore we have to store it.
    1.22    sigc::connection mapst2mapwin;
    1.23 +
    1.24 +  ///Signal connection from \ref MapStorage to \ref DesignWin
    1.25 +
    1.26 +  ///If \ref DesignWin is closed this connection has to be disconnected,
    1.27 +  ///therefore we have to store it.
    1.28 +  sigc::connection mapst2designwin;
    1.29  };
    1.30  
    1.31  #endif //NBTAB_H