COIN-OR::LEMON - Graph Library

Changeset 1586:1a8630f2e944 in lemon-0.x for gui/map_win.h


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

Continuing adding new maps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/map_win.h

    r1524 r1586  
    5656  void updateEdge(Graph::Edge);
    5757
     58  ///This function inserts name of the new edgemap in the list in the combo box
     59  void registerNewEdgeMap(std::string);
     60
     61  ///This function inserts name of the new nodemap in the list in the combo box
     62  void registerNewNodeMap(std::string);
     63
    5864  virtual bool closeIfEscapeIsPressed(GdkEventKey*);
     65
    5966};
    6067
Note: See TracChangeset for help on using the changeset viewer.