COIN-OR::LEMON - Graph Library

Changeset 1731:616bc933c2bc in lemon-0.x for gui/graph_displayer_canvas.h


Ignore:
Timestamp:
10/20/05 17:50:23 (19 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2258
Message:

Mapselector widget reached its first release, but there are still work to do on it, I know...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/graph_displayer_canvas.h

    r1648 r1731  
    2525  ///\param mapname is the name of the map which contains the new values
    2626  int changeEdgeWidth (std::string mapname, Edge new_item=INVALID);
     27  int resetEdgeWidth (Edge new_item=INVALID);
    2728
    2829  ///Changes the linecolor attribute according to the given map.
    2930  ///\param mapname is the name of the map which contains the new values
    3031  int changeEdgeColor (std::string mapname, Edge new_item=INVALID);
     32  int resetEdgeColor (Edge new_item=INVALID);
    3133
    3234  ///Changes the text of line attribute according to the given map.
    3335  ///\param mapname is the name of the map which contains the new values
    3436  int changeEdgeText (std::string mapname, Edge new_item=INVALID);
     37  int resetEdgeText (Edge new_item=INVALID);
    3538
    3639  ///Changes the linewidth attribute according to the given map.
    3740  ///\param mapname is the name of the map which contains the new values
    3841  int changeNodeRadius (std::string mapname, Node new_item=INVALID);
     42  int resetNodeRadius (Node new_item=INVALID);
    3943
    4044  ///Changes the linecolor attribute according to the given map.
    4145  ///\param mapname is the name of the map which contains the new values
    4246  int changeNodeColor (std::string mapname, Node new_item=INVALID);
     47  int resetNodeColor (Node new_item=INVALID);
    4348
    4449  ///Changes the text of line attribute according to the given map.
    4550  ///\param mapname is the name of the map which contains the new values
    4651  int changeNodeText (std::string mapname, Node new_item=INVALID);
     52  int resetNodeText (Node new_item=INVALID);
    4753
    4854  ///Callback for 'ViewZoomIn' action.
Note: See TracChangeset for help on using the changeset viewer.