main_win.h
branchgui
changeset 47 9a0e6e92d06c
parent 41 06f1f9a8d51f
child 50 eedecee61922
     1.1 --- a/main_win.h	Wed Jul 27 11:35:13 2005 +0000
     1.2 +++ b/main_win.h	Thu Jul 28 14:31:32 2005 +0000
     1.3 @@ -7,7 +7,6 @@
     1.4  #include <mapstorage.h>
     1.5  #include <map_win.h>
     1.6  #include <new_map_win.h>
     1.7 -#include <edit_win.h>
     1.8  #include <libgnomecanvasmm.h>
     1.9  #include <libgnomecanvasmm/polygon.h>
    1.10  
    1.11 @@ -27,9 +26,6 @@
    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    ///We need to store newmapwin, to be able to set the appropriate values for properties of new map.
    1.19    NewMapWin newmapwin;
    1.20  
    1.21 @@ -45,10 +41,6 @@
    1.22    ///Container
    1.23    Gtk::VBox vbox;
    1.24  
    1.25 -  ///This function makes map-setup window popped up.
    1.26 -  virtual void showMaps();
    1.27 -  ///This function makes editorial window popped up.
    1.28 -  virtual void showEditorials();
    1.29    ///Callback for 'FileNew' action.
    1.30    virtual void newFile();
    1.31    ///Callback for 'FileOpen' action.
    1.32 @@ -57,8 +49,6 @@
    1.33    virtual void saveFile();
    1.34    ///Callback for 'FileSaveAs' action.
    1.35    virtual void saveFileAs();
    1.36 -  ///Callback for 'Quit' action.
    1.37 -  virtual void quit();
    1.38  };
    1.39  
    1.40  #endif //MAIN_WIN_H