COIN-OR::LEMON - Graph Library

Changeset 41:06f1f9a8d51f in glemon-0.x for main_win.h


Ignore:
Timestamp:
07/26/05 23:19:41 (19 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2096
Message:

EdgeMap? and NodeMap? creation is done, at last. Bach 4ever.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main_win.h

    r9 r41  
    77#include <mapstorage.h>
    88#include <map_win.h>
     9#include <new_map_win.h>
    910#include <edit_win.h>
    1011#include <libgnomecanvasmm.h>
     
    2930  ///Window of editorial tools. Its type is \ref EditWin
    3031  EditWin editwin;
     32
     33  ///We need to store newmapwin, to be able to set the appropriate values for properties of new map.
     34  NewMapWin newmapwin;
    3135
    3236  ///The graph will be drawn on this \ref GraphDisplayerCanvas
Note: See TracChangeset for help on using the changeset viewer.