COIN-OR::LEMON - Graph Library

Changeset 53:e73d7540bd24 in glemon-0.x for graph_displayer_canvas.h


Ignore:
Timestamp:
07/29/05 14:01:37 (19 years ago)
Author:
Akos Ladanyi
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2111
Message:

added support for saving files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph_displayer_canvas.h

    r46 r53  
    66class GraphDisplayerCanvas;
    77
    8 #include <all_include.h>
    9 #include <map_win.h>
    10 #include <mapstorage.h>
    11 #include <broken_edge.h>
     8#include "all_include.h"
     9#include "mapstorage.h"
     10#include "broken_edge.h"
     11#include "map_win.h"
    1212#include <libgnomecanvasmm.h>
    1313#include <libgnomecanvasmm/polygon.h>
     
    1919
    2020public:
    21   GraphDisplayerCanvas(Graph &, CoordinatesMap &, MapStorage &, MapWin *);
     21  GraphDisplayerCanvas(MapStorage &, MapWin &);
    2222  virtual ~GraphDisplayerCanvas();
    2323
     
    110110  int getActualTool();
    111111
     112  void drawGraph();
     113  void clear();
     114
    112115  ///creates a new Nodemap
    113116  int addNewNodeMap(double,std::string);
     
    124127
    125128private:
    126 
    127   ///The graph, on which we work
    128   Graph & g;
    129129
    130130  ///Map of nodes of graph
     
    176176
    177177  ///We need to store mapwin, to be able to ask the appropriate values for properties of new items.
    178   MapWin * mapwin;
     178  MapWin & mapwin;
    179179
    180180};
Note: See TracChangeset for help on using the changeset viewer.