COIN-OR::LEMON - Graph Library

Changeset 19:164783ceb9be in glemon-0.x for graph_displayer_canvas.h


Ignore:
Timestamp:
06/16/05 20:08:04 (19 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@1980
Message:

Little red arrows appear in breakpoints of edges.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph_displayer_canvas.h

    r16 r19  
    66#include <all_include.h>
    77#include <mapstorage.h>
     8#include <broken_edge.h>
    89#include <libgnomecanvasmm.h>
    910#include <libgnomecanvasmm/polygon.h>
     
    8485
    8586  ///Map of edges of graph
    86   Graph::EdgeMap<Gnome::Canvas::Line *> edgesmap;
     87  Graph::EdgeMap<BrokenEdge *> edgesmap;
    8788
    8889  ///Map of texts to write on edges
     
    111112
    112113  static const int zoom_step = 5;
     114
    113115};
    114116
Note: See TracChangeset for help on using the changeset viewer.