COIN-OR::LEMON - Graph Library

Changeset 35:79bffdf6aea2 in glemon-0.x for graph_displayer_canvas.h


Ignore:
Timestamp:
07/21/05 21:28:29 (19 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2081
Message:

Edge and nodemap edition is done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph_displayer_canvas.h

    r34 r35  
    9898  void textReposition(xy<double>);
    9999  ///Activates an edge belonging to a BrokenEdge
     100  ///
     101  ///After we have activated an edge this way,
     102  ///the GDC object will know, which edge is under forming
     103  ///therefore it can redraw the necessarz elementy on the canvas,
     104  ///for example the text belonging to the \ref BrokenEdge can be
     105  ///redrawn (\ref textReposition).
    100106  void toggleEdgeActivity(BrokenEdge*, bool);
    101107
     
    158164  Graph::NodeIt active_node;
    159165  Graph::EdgeIt active_edge;
     166  Graph::EdgeIt forming_edge;
     167
     168  std::string nodemap_to_edit, edgemap_to_edit;
    160169
    161170  static const int zoom_step = 5;
Note: See TracChangeset for help on using the changeset viewer.