COIN-OR::LEMON - Graph Library

source: lemon-0.x/gui/broken_edge.h @ 1498:352b1ee13bc0

Last change on this file since 1498:352b1ee13bc0 was 1497:529e48eb9786, checked in by Hegyi Péter, 19 years ago

Broken edges are appearing.

File size: 305 bytes
Line 
1// -*- C++ -*- //
2
3#ifndef BROKEN_EDGE_H
4#define BROKEN_EDGE_H
5
6#include <all_include.h>
7#include <libgnomecanvasmm.h>
8#include <libgnomecanvasmm/polygon.h>
9
10class BrokenEdge : public Gnome::Canvas::Line
11{
12 public:
13  BrokenEdge(Gnome::Canvas::Group &, Gnome::Canvas::Points);
14};
15
16
17#endif //BROKEN_EDGE_H
18
Note: See TracBrowser for help on using the repository browser.