Changeset 1501:39d59aee2a1a in lemon-0.x for gui/broken_edge.h
- Timestamp:
- 06/17/05 14:25:53 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1982
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/broken_edge.h
r1500 r1501 4 4 #define BROKEN_EDGE_H 5 5 6 class BrokenEdge; 7 6 8 #include <all_include.h> 7 9 #include <libgnomecanvasmm.h> 8 10 #include <libgnomecanvasmm/polygon.h> 11 #include <graph_displayer_canvas.h> 9 12 10 13 class BrokenEdge : public Gnome::Canvas::Line 11 14 { 15 GraphDisplayerCanvas & gdc; 12 16 Gnome::Canvas::Polygon * arrow; 13 17 Gnome::Art::Point * my_points; 18 14 19 15 20 ///Indicates whether the button of mouse is pressed or not … … 23 28 bool edge_former_event_handler(GdkEvent*); 24 29 public: 25 BrokenEdge(Gnome::Canvas::Group &, Gnome::Canvas::Points );30 BrokenEdge(Gnome::Canvas::Group &, Gnome::Canvas::Points, GraphDisplayerCanvas &); 26 31 ~BrokenEdge(); 27 32 void set_points(Gnome::Canvas::Points, bool move=false);
Note: See TracChangeset
for help on using the changeset viewer.