COIN-OR::LEMON - Graph Library

Changeset 82:ee009c0f4bcf in glemon-0.x for main_win.h


Ignore:
Timestamp:
10/21/05 15:32:12 (18 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@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
  • main_win.h

    r68 r82  
    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.