COIN-OR::LEMON - Graph Library

Changeset 177:40f3006fba2e in glemon-0.x for design_win.cc


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
  • design_win.cc

    r174 r177  
    9090  Gtk::Window::set_title("Design Setup - "+tabname);
    9191}
     92
     93void DesignWin::set_data(double attr, double propuls, int it)
     94{
     95  attraction->set_value(attr);
     96  propulsation->set_value(propuls);
     97  iteration->set_value(it);
     98}
Note: See TracChangeset for help on using the changeset viewer.