graph_displayer_canvas.h
changeset 166 302d75b08b27
parent 160 14a76109b561
child 172 fc1e478697d3
equal deleted inserted replaced
42:e50543069509 43:25a6b24a9ce2
   415   ///Attraction factor during graph design
   415   ///Attraction factor during graph design
   416   double attraction;
   416   double attraction;
   417 
   417 
   418   ///Propulsation factor during graph design
   418   ///Propulsation factor during graph design
   419   double propulsation;
   419   double propulsation;
       
   420 
       
   421   ///Was redesign run on this graph already?
       
   422   ///
       
   423   ///If not, the layout will be modified randomly
       
   424   ///to avoid frozen layout because of wrong
       
   425   ///initial state
       
   426   bool was_redesigned;
   420   
   427   
   421 private:
   428 private:
   422 
   429 
   423   ///reference to the container, in which the canvas is
   430   ///reference to the container, in which the canvas is
   424   NoteBookTab & mytab;
   431   NoteBookTab & mytab;