COIN-OR::LEMON - Graph Library

Changeset 9:0bb1675306cb in glemon-0.x for main_win.h


Ignore:
Timestamp:
06/10/05 13:58:03 (19 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@1948
Message:

Hopefully, node creation works well, after a small structural consideration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main_win.h

    r6 r9  
    77#include <mapstorage.h>
    88#include <map_win.h>
     9#include <edit_win.h>
    910#include <libgnomecanvasmm.h>
    1011#include <libgnomecanvasmm/polygon.h>
     
    2627  MapWin mapwin;
    2728
     29  ///Window of editorial tools. Its type is \ref EditWin
     30  EditWin editwin;
     31
    2832  ///The graph will be drawn on this \ref GraphDisplayerCanvas
    2933  GraphDisplayerCanvas gd_canvas;
     
    4044  ///This function makes map-setup window popped up.
    4145  virtual void showMaps();
     46  ///This function makes editorial window popped up.
     47  virtual void showEditorials();
    4248  ///Callback for 'FileNew' action.
    4349  virtual void newFile();
Note: See TracChangeset for help on using the changeset viewer.