Changeset 1474:75c6d2eb187a in lemon-0.x for gui/graph_displayer_canvas.h
- Timestamp:
- 06/13/05 12:30:08 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1954
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/graph_displayer_canvas.h
r1468 r1474 97 97 ///1. we cannot query the item at he cursor as fast as it could not cause a Segmentation Fault 98 98 ///2. we would like to handle only ony item per movement, therefore quering it is not a working solution 99 Gnome::Canvas::Item * active_item ;99 Gnome::Canvas::Item * active_item, * target_item; 100 100 Graph::NodeIt active_node; 101 Graph::EdgeIt active_edge; 101 102 102 103 static const int zoom_step = 5;
Note: See TracChangeset
for help on using the changeset viewer.