COIN-OR::LEMON - Graph Library

Changeset 172:fc1e478697d3 in glemon-0.x for design_win.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
  • design_win.h

    r161 r172  
    44#define DESWIN_H
    55
     6class DesignWin;
     7
    68#include <all_include.h>
     9#include <nbtab.h>
    710#include <libgnomecanvasmm.h>
    811#include <libgnomecanvasmm/polygon.h>
     
    1114{
    1215private:
     16  ///\ref NoteBookTab to that the \ref MapWin belongs to.
     17  NoteBookTab & mytab;
     18
    1319  Gtk::SpinButton * attraction;
    1420  Gtk::SpinButton * propulsation;
     
    3440
    3541  ///It builds the window.
    36   DesignWin(const std::string&, double, double, int);
     42  DesignWin(const std::string&, double, double, int, NoteBookTab & mw);
    3743
    3844  sigc::signal<void, double> signal_attraction(){return signal_attraction_ch;};
     
    4046  sigc::signal<void, int> signal_iteration(){return signal_iteration_ch;};
    4147  sigc::signal<void> close_run(){return close_run_pr;};
     48
     49  void set_title(std::string);
    4250};
    4351#endif //DESWIN_H
Note: See TracChangeset for help on using the changeset viewer.