Changeset 1505:7121597da9ba in lemon-0.x for gui/graph_displayer_canvas.h
- Timestamp:
- 06/17/05 19:08:45 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/graph_displayer_canvas.h
r1501 r1505 57 57 ///reaction of any action happened in the territory 58 58 ///of the canvas 59 ///DEPRECATED!!!! 59 60 bool event_handler(GdkEvent* e, Node n); 60 61 … … 74 75 ///event handler for the case when eraser-tool is active 75 76 bool edge_map_edit_event_handler(GdkEvent*); 77 78 public: 79 ///Moves the text to new place 80 void text_reposition(xy<double>); 81 ///Activates an edge belonging to a BrokenEdge 82 void toggle_edge_activity(BrokenEdge*, bool); 76 83 77 84 public:
Note: See TracChangeset
for help on using the changeset viewer.