COIN-OR::LEMON - Graph Library

Changeset 1499:9316dcc0a355 in lemon-0.x for gui/graph_displayer_canvas.h


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

Little red arrows appear in breakpoints of edges.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/graph_displayer_canvas.h

    r1496 r1499  
    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.