COIN-OR::LEMON - Graph Library

Changeset 90:e9f8f44f12a3 in glemon-0.x for main_win.h


Ignore:
Timestamp:
11/21/05 19:03:20 (18 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2373
Message:

NewMapWin? has become Dialog instead of Window. Therefore it is created dynamically, when there is need for it, instead of keeping one instance in memory. This solution is slower, but more correct than before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main_win.h

    r82 r90  
    2626
    2727protected:
    28   ///We need to store newmapwin, to be able to set the appropriate values for properties of new map.
    29   NewMapWin newmapwin;
    30 
    3128  ///Window of map-showing setup. Its type is \ref MapWin
    3229  MapWin mapwin;
Note: See TracChangeset for help on using the changeset viewer.