branch | gui |
changeset 54 | 9128e364fb19 |
parent 51 | 25405e400292 |
child 59 | c38925cc6a4d |
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]; |