COIN-OR::LEMON - Graph Library

Changeset 1733:5e0d97823ba2 in lemon-0.x for gui/map_win.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/map_win.h

    r1731 r1733  
    99#include "graph_displayer_canvas.h"
    1010#include "mapstorage.h"
     11#include "new_map_win.h"
    1112#include "mapselector.h"
    1213#include <libgnomecanvasmm.h>
     
    2829  MapStorage & ms;
    2930
     31  NewMapWin & nmw;
     32
    3033  Gtk::Table * table;
    3134 
     
    3841public:
    3942  ///Constructor of MapWin creates the widgets shown in MapWin.
    40   MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &);
     43  MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &, NewMapWin &);
    4144
    4245  ///This function is created to set the appropriate maps on the newly created node
Note: See TracChangeset for help on using the changeset viewer.