COIN-OR::LEMON - Graph Library

Changeset 1733:5e0d97823ba2 in lemon-0.x for gui/main_win.h


Ignore:
Timestamp:
10/21/05 15:32:12 (19 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2260
Message:

MapSelector? widget is able to pop up NewMap? window. At the moment I hope MapSelector? widget is done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/main_win.h

    r1650 r1733  
    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
    2831  ///Window of map-showing setup. Its type is \ref MapWin
    2932  MapWin mapwin;
    30 
    31   ///We need to store newmapwin, to be able to set the appropriate values for properties of new map.
    32   NewMapWin newmapwin;
    3333
    3434  ///The graph will be drawn on this \ref GraphDisplayerCanvas
Note: See TracChangeset for help on using the changeset viewer.