COIN-OR::LEMON - Graph Library

Changeset 177:40f3006fba2e in glemon-0.x for nbtab.h


Ignore:
Timestamp:
10/30/06 15:57:48 (17 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@3032
Message:

Redesign parameters can now be saved and loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nbtab.h

    r174 r177  
    203203  void reDesignGraph();
    204204
    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 
    214205  ///\ref MapWin calls this function when it updates the maplist in comboboxes.
    215206  void active_maps_needed();
     
    221212  ///therefore we have to store it.
    222213  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;
    223220};
    224221
Note: See TracChangeset for help on using the changeset viewer.