COIN-OR::LEMON - Graph Library

Changeset 196:c220f9de6545 in glemon-0.x for design_win.h


Ignore:
Timestamp:
03/01/07 14:33:46 (17 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@3207
Message:

EpsWin? and DesignWin? does not need to know NoteBookTab?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • design_win.h

    r194 r196  
    2020#define DESWIN_H
    2121
    22 class NoteBookTab;
    23 
    2422#include <all_include.h>
    2523#include <libgnomecanvasmm.h>
     
    2927{
    3028private:
    31   ///\ref NoteBookTab to that the \ref MapWin belongs to.
    32   NoteBookTab & mytab;
    33 
    3429  Gtk::SpinButton * attraction;
    3530  Gtk::SpinButton * propulsation;
     
    5550
    5651  ///It builds the window.
    57   DesignWin(const std::string&, double, double, int, NoteBookTab & mw);
     52  DesignWin(const std::string&, double, double, int);
    5853
    5954  sigc::signal<void, double> signal_attraction(){return signal_attraction_ch;};
Note: See TracChangeset for help on using the changeset viewer.