COIN-OR::LEMON - Graph Library

Changeset 90:e9f8f44f12a3 in glemon-0.x for map_win.h


Ignore:
Timestamp:
11/21/05 19:03:20 (18 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2373
Message:

NewMapWin? has become Dialog instead of Window. Therefore it is created dynamically, when there is need for it, instead of keeping one instance in memory. This solution is slower, but more correct than before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • map_win.h

    r89 r90  
    2525    ///The \ref MapStorage in which the visualizable maps are stored
    2626    MapStorage & ms;
    27     NewMapWin & nmw;
    2827
    2928    int id;
     
    4948  public:
    5049
    51     MapSelector(GraphDisplayerCanvas &, MapStorage &, NewMapWin &, int, bool);
     50    MapSelector(GraphDisplayerCanvas &, MapStorage &, int, bool);
    5251
    5352    void update_list();
     
    8382  MapStorage & ms;
    8483
    85   NewMapWin & nmw;
    86 
    8784  Gtk::Table * table;
    8885 
     
    9592public:
    9693  ///Constructor of MapWin creates the widgets shown in MapWin.
    97   MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &, NewMapWin &);
     94  MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &);
    9895
    9996  ///This function is created to set the appropriate maps on the newly created node
Note: See TracChangeset for help on using the changeset viewer.