COIN-OR::LEMON - Graph Library

Changeset 11:09b2a893fc9d in glemon-0.x for graph_displayer_canvas.h


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

Edge creation is available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph_displayer_canvas.h

    r9 r11  
    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.