COIN-OR::LEMON - Graph Library

Changeset 1474:75c6d2eb187a in lemon-0.x for gui/graph_displayer_canvas.h


Ignore:
Timestamp:
06/13/05 12:30:08 (19 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1954
Message:

Edge creation is available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/graph_displayer_canvas.h

    r1468 r1474  
    9797  ///1. we cannot query the item at he cursor as fast as it could not cause a Segmentation Fault
    9898  ///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;
    100100  Graph::NodeIt active_node;
     101  Graph::EdgeIt active_edge;
    101102
    102103  static const int zoom_step = 5;
Note: See TracChangeset for help on using the changeset viewer.