gui/broken_edge.h
author hegyi
Wed, 15 Jun 2005 13:05:09 +0000
changeset 1497 529e48eb9786
child 1499 9316dcc0a355
permissions -rw-r--r--
Broken edges are appearing.
hegyi@1497
     1
// -*- C++ -*- //
hegyi@1497
     2
hegyi@1497
     3
#ifndef BROKEN_EDGE_H
hegyi@1497
     4
#define BROKEN_EDGE_H
hegyi@1497
     5
hegyi@1497
     6
#include <all_include.h>
hegyi@1497
     7
#include <libgnomecanvasmm.h>
hegyi@1497
     8
#include <libgnomecanvasmm/polygon.h>
hegyi@1497
     9
hegyi@1497
    10
class BrokenEdge : public Gnome::Canvas::Line
hegyi@1497
    11
{
hegyi@1497
    12
 public:
hegyi@1497
    13
  BrokenEdge(Gnome::Canvas::Group &, Gnome::Canvas::Points);
hegyi@1497
    14
};
hegyi@1497
    15
hegyi@1497
    16
hegyi@1497
    17
#endif //BROKEN_EDGE_H
hegyi@1497
    18