COIN-OR::LEMON - Graph Library

Changeset 1733:5e0d97823ba2 in lemon-0.x for gui/mapselector.h


Ignore:
Timestamp:
10/21/05 15:32:12 (19 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2260
Message:

MapSelector? widget is able to pop up NewMap? window. At the moment I hope MapSelector? widget is done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/mapselector.h

    r1731 r1733  
    88#include "all_include.h"
    99#include "mapstorage.h"
    10 #include "map_win.h"
     10#include "new_map_win.h"
    1111#include "graph_displayer_canvas.h"
    1212#include <libgnomecanvasmm.h>
     
    1919  ///The \ref MapStorage in which the visualizable maps are stored
    2020  MapStorage & ms;
    21   MapWin & mw;
     21  NewMapWin & nmw;
    2222
    2323  int id;
     
    4141public:
    4242
    43   MapSelector(GraphDisplayerCanvas &, MapStorage &, MapWin &, int, bool);
     43  MapSelector(GraphDisplayerCanvas &, MapStorage &, NewMapWin &, int, bool);
    4444
    4545  void update_list();
Note: See TracChangeset for help on using the changeset viewer.