nbtab.h
changeset 190 2cac5b936a2b
parent 174 95872af46fc4
child 191 af2ed974ab68
equal deleted inserted replaced
7:42719a4f88ef 8:4522d58bf6b1
   200   void getView(bool &, bool &, double&, double&);
   200   void getView(bool &, bool &, double&, double&);
   201 
   201 
   202   ///Let the graph redesign, based on gravity and edge elasticity.
   202   ///Let the graph redesign, based on gravity and edge elasticity.
   203   void reDesignGraph();
   203   void reDesignGraph();
   204 
   204 
   205   ///Indicates that attraction factor is changed
       
   206   void attraction_ch(double);
       
   207 
       
   208   ///Indicates that propulsation factor is changed
       
   209   void propulsation_ch(double);
       
   210 
       
   211   ///Indicates that iteration number of redesign is changed
       
   212   void iteration_ch(int);
       
   213 
       
   214   ///\ref MapWin calls this function when it updates the maplist in comboboxes.
   205   ///\ref MapWin calls this function when it updates the maplist in comboboxes.
   215   void active_maps_needed();
   206   void active_maps_needed();
   216 
   207 
   217 private:
   208 private:
   218   ///Signal connection from \ref MapStorage to \ref MapWin
   209   ///Signal connection from \ref MapStorage to \ref MapWin
   219 
   210 
   220   ///If \ref MapWin is closed this connection has to be disconnected,
   211   ///If \ref MapWin is closed this connection has to be disconnected,
   221   ///therefore we have to store it.
   212   ///therefore we have to store it.
   222   sigc::connection mapst2mapwin;
   213   sigc::connection mapst2mapwin;
       
   214 
       
   215   ///Signal connection from \ref MapStorage to \ref DesignWin
       
   216 
       
   217   ///If \ref DesignWin is closed this connection has to be disconnected,
       
   218   ///therefore we have to store it.
       
   219   sigc::connection mapst2designwin;
   223 };
   220 };
   224 
   221 
   225 #endif //NBTAB_H
   222 #endif //NBTAB_H