COIN-OR::LEMON - Graph Library

Changeset 117:004b239908e6 in glemon-0.x for new_map_win.h


Ignore:
Timestamp:
01/09/06 13:41:06 (18 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2462
Message:

The tree that is created for evaluation of expression string at new map creation is deleted after usage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • new_map_win.h

    r96 r117  
    2929  ///Constructor of NewMapWin creates the widgets shown in NewMapWin.
    3030  NewMapWin(const std::string& title, NoteBookTab &, bool itisedge=true, bool edgenode=true);
    31  
     31
    3232  ///Signal on button is connected to this function,
    3333  ///Therefore this function determines whether to
     
    4848  bool validVariable(std::string, bool);
    4949
     50  void deleteTree(tree_node *);
     51
    5052  std::map<char, std::string> ch2var;
    5153
Note: See TracChangeset for help on using the changeset viewer.