diff -r 638124c0ef08 -r d0ccb2fdeeff gui/main_win.h --- a/gui/main_win.h Thu Jun 09 21:49:48 2005 +0000 +++ b/gui/main_win.h Fri Jun 10 11:58:03 2005 +0000 @@ -6,6 +6,7 @@ #include #include #include +#include #include #include @@ -25,6 +26,9 @@ ///Window of map-showing setup. Its type is \ref MapWin MapWin mapwin; + ///Window of editorial tools. Its type is \ref EditWin + EditWin editwin; + ///The graph will be drawn on this \ref GraphDisplayerCanvas GraphDisplayerCanvas gd_canvas; @@ -39,6 +43,8 @@ ///This function makes map-setup window popped up. virtual void showMaps(); + ///This function makes editorial window popped up. + virtual void showEditorials(); ///Callback for 'FileNew' action. virtual void newFile(); ///Callback for 'FileOpen' action.