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.
hegyi@17
     1
// -*- C++ -*- //
hegyi@17
     2
hegyi@17
     3
#ifndef BROKEN_EDGE_H
hegyi@17
     4
#define BROKEN_EDGE_H
hegyi@17
     5
hegyi@17
     6
#include <all_include.h>
hegyi@17
     7
#include <libgnomecanvasmm.h>
hegyi@17
     8
#include <libgnomecanvasmm/polygon.h>
hegyi@17
     9
hegyi@17
    10
class BrokenEdge : public Gnome::Canvas::Line
hegyi@17
    11
{
hegyi@17
    12
 public:
hegyi@17
    13
  BrokenEdge(Gnome::Canvas::Group &, Gnome::Canvas::Points);
hegyi@17
    14
};
hegyi@17
    15
hegyi@17
    16
hegyi@17
    17
#endif //BROKEN_EDGE_H
hegyi@17
    18