COIN-OR::LEMON - Graph Library

Changeset 1838:b61682f0ee96 in lemon-0.x for gui/main_win.h


Ignore:
Timestamp:
11/30/05 14:24:23 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2391
Message:

MapWin? is created and disposed from now instead of being show and hide.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/main_win.h

    r1837 r1838  
    2828
    2929protected:
    30   ///Window of map-showing setup. Its type is \ref MapWin
    3130  MapWin * mapwin;
     31  bool mapwinexists;
    3232
    3333  ///The graph will be drawn on this \ref GraphDisplayerCanvas
     
    6767  void registerNewNodeMap(std::string);
    6868
     69  void createMapWin();
     70  void closeMapWin();
    6971};
    7072
Note: See TracChangeset for help on using the changeset viewer.