broken_edge.h
author hegyi
Wed, 15 Jun 2005 13:05:09 +0000
branchgui
changeset 17 c95aff79e893
child 19 164783ceb9be
permissions -rw-r--r--
Broken edges are appearing.
     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 
    10 class 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