changeset 1613 | cd237f1936f8 |
parent 1602 | c0d7a9247963 |
child 1632 | 93ac8c521fe5 |
8:9a16c51b98a2 | 9:215b702fcf79 |
---|---|
1 #include <broken_edge.h> |
1 #include "broken_edge.h" |
2 #include <math.h> |
2 #include <math.h> |
3 |
3 |
4 BrokenEdge::BrokenEdge(Gnome::Canvas::Group & g, Gnome::Canvas::Points p, GraphDisplayerCanvas & gc) : Line(g), gdc(gc), isbutton(false) |
4 BrokenEdge::BrokenEdge(Gnome::Canvas::Group & g, Gnome::Canvas::Points p, GraphDisplayerCanvas & gc) : Line(g), gdc(gc), isbutton(false) |
5 { |
5 { |
6 my_points=new Gnome::Art::Point[3]; |
6 my_points=new Gnome::Art::Point[3]; |