COIN-OR::LEMON - Graph Library

Changeset 1505:7121597da9ba in lemon-0.x for gui/graph_displayer_canvas.h


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

Previous commit was also mine, but I forgot to say, that it was my younger brother's birthyear. From this commit texts of activated maps move together with red arrows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/graph_displayer_canvas.h

    r1501 r1505  
    5757  ///reaction of any action happened in the territory
    5858  ///of the canvas
     59  ///DEPRECATED!!!!
    5960  bool event_handler(GdkEvent* e, Node n);
    6061
     
    7475  ///event handler for the case when eraser-tool is active
    7576  bool edge_map_edit_event_handler(GdkEvent*);
     77
     78public:
     79  ///Moves the text to new place
     80  void text_reposition(xy<double>);
     81  ///Activates an edge belonging to a BrokenEdge
     82  void toggle_edge_activity(BrokenEdge*, bool);
    7683
    7784public:
Note: See TracChangeset for help on using the changeset viewer.