COIN-OR::LEMON - Graph Library

source: glemon-0.x/broken_edge.h @ 17:c95aff79e893

gui
Last change on this file since 17:c95aff79e893 was 17:c95aff79e893, 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.