Changeset 11:09b2a893fc9d in glemon-0.x for graph_displayer_canvas.h
- Timestamp:
- 06/13/05 12:30:08 (18 years ago)
- Branch:
- gui
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@1954
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
graph_displayer_canvas.h
r9 r11 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.