main_win.h
branchgui
changeset 9 0bb1675306cb
parent 6 603b85626bc0
child 41 06f1f9a8d51f
     1.1 --- a/main_win.h	Mon Jun 06 17:01:12 2005 +0000
     1.2 +++ b/main_win.h	Fri Jun 10 11:58:03 2005 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  #include <all_include.h>
     1.5  #include <mapstorage.h>
     1.6  #include <map_win.h>
     1.7 +#include <edit_win.h>
     1.8  #include <libgnomecanvasmm.h>
     1.9  #include <libgnomecanvasmm/polygon.h>
    1.10  
    1.11 @@ -25,6 +26,9 @@
    1.12    ///Window of map-showing setup. Its type is \ref MapWin
    1.13    MapWin mapwin;
    1.14  
    1.15 +  ///Window of editorial tools. Its type is \ref EditWin
    1.16 +  EditWin editwin;
    1.17 +
    1.18    ///The graph will be drawn on this \ref GraphDisplayerCanvas
    1.19    GraphDisplayerCanvas gd_canvas;
    1.20  
    1.21 @@ -39,6 +43,8 @@
    1.22  
    1.23    ///This function makes map-setup window popped up.
    1.24    virtual void showMaps();
    1.25 +  ///This function makes editorial window popped up.
    1.26 +  virtual void showEditorials();
    1.27    ///Callback for 'FileNew' action.
    1.28    virtual void newFile();
    1.29    ///Callback for 'FileOpen' action.