COIN-OR::LEMON - Graph Library

Changeset 172:fc1e478697d3 in glemon-0.x for nbtab.h


Ignore:
Timestamp:
10/25/06 15:21:24 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@3017
Message:

Currently visualized map can be saved and loaded from file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nbtab.h

    r160 r172  
    184184  void getView(bool &, bool &, double&, double&);
    185185
     186  ///Let the graph redesign, based on gravity and edge elasticity.
    186187  void reDesignGraph();
    187188
     189  ///Indicates that attraction factor is changed
    188190  void attraction_ch(double);
    189191
     192  ///Indicates that propulsation factor is changed
    190193  void propulsation_ch(double);
    191194
     195  ///Indicates that iteration number of redesign is changed
    192196  void iteration_ch(int);
     197
     198  ///\ref MapWin calls this function when it updates the maplist in comboboxes.
     199  void active_maps_needed();
     200
     201private:
     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;
    193207};
    194208
Note: See TracChangeset for help on using the changeset viewer.