nbtab.h
changeset 173 8339178ae43d
parent 160 14a76109b561
child 174 95872af46fc4
equal deleted inserted replaced
5:ad6ac35f7c6a 6:5a2b9107d576
   181   void setView(bool, bool, double, double);
   181   void setView(bool, bool, double, double);
   182 
   182 
   183   ///Gets node representation settings
   183   ///Gets node representation settings
   184   void getView(bool &, bool &, double&, double&);
   184   void getView(bool &, bool &, double&, double&);
   185 
   185 
       
   186   ///Let the graph redesign, based on gravity and edge elasticity.
   186   void reDesignGraph();
   187   void reDesignGraph();
   187 
   188 
       
   189   ///Indicates that attraction factor is changed
   188   void attraction_ch(double);
   190   void attraction_ch(double);
   189 
   191 
       
   192   ///Indicates that propulsation factor is changed
   190   void propulsation_ch(double);
   193   void propulsation_ch(double);
   191 
   194 
       
   195   ///Indicates that iteration number of redesign is changed
   192   void iteration_ch(int);
   196   void iteration_ch(int);
       
   197 
       
   198   ///\ref MapWin calls this function when it updates the maplist in comboboxes.
       
   199   void active_maps_needed();
       
   200 
       
   201 private:
       
   202   ///Signal connection from \ref MapStorage to \ref MapWin
       
   203 
       
   204   ///If \ref MapWin is closed this connection has to be disconnected,
       
   205   ///therefore we have to store it.
       
   206   sigc::connection mapst2mapwin;
   193 };
   207 };
   194 
   208 
   195 #endif //NBTAB_H
   209 #endif //NBTAB_H