nbtab.h
changeset 172 fc1e478697d3
parent 160 14a76109b561
child 174 95872af46fc4
     1.1 --- a/nbtab.h	Tue Oct 24 07:31:31 2006 +0000
     1.2 +++ b/nbtab.h	Wed Oct 25 13:21:24 2006 +0000
     1.3 @@ -183,13 +183,27 @@
     1.4    ///Gets node representation settings
     1.5    void getView(bool &, bool &, double&, double&);
     1.6  
     1.7 +  ///Let the graph redesign, based on gravity and edge elasticity.
     1.8    void reDesignGraph();
     1.9  
    1.10 +  ///Indicates that attraction factor is changed
    1.11    void attraction_ch(double);
    1.12  
    1.13 +  ///Indicates that propulsation factor is changed
    1.14    void propulsation_ch(double);
    1.15  
    1.16 +  ///Indicates that iteration number of redesign is changed
    1.17    void iteration_ch(int);
    1.18 +
    1.19 +  ///\ref MapWin calls this function when it updates the maplist in comboboxes.
    1.20 +  void active_maps_needed();
    1.21 +
    1.22 +private:
    1.23 +  ///Signal connection from \ref MapStorage to \ref MapWin
    1.24 +
    1.25 +  ///If \ref MapWin is closed this connection has to be disconnected,
    1.26 +  ///therefore we have to store it.
    1.27 +  sigc::connection mapst2mapwin;
    1.28  };
    1.29  
    1.30  #endif //NBTAB_H