main_win.h
branchgui
changeset 44 9a217bdf53a3
parent 9 0bb1675306cb
child 47 9a0e6e92d06c
equal deleted inserted replaced
4:31c26d528ab0 5:9a0dc33c3070
     4 #define MAIN_WIN_H
     4 #define MAIN_WIN_H
     5 
     5 
     6 #include <all_include.h>
     6 #include <all_include.h>
     7 #include <mapstorage.h>
     7 #include <mapstorage.h>
     8 #include <map_win.h>
     8 #include <map_win.h>
       
     9 #include <new_map_win.h>
     9 #include <edit_win.h>
    10 #include <edit_win.h>
    10 #include <libgnomecanvasmm.h>
    11 #include <libgnomecanvasmm.h>
    11 #include <libgnomecanvasmm/polygon.h>
    12 #include <libgnomecanvasmm/polygon.h>
    12 
    13 
    13 ///This class is the main window of GUI.
    14 ///This class is the main window of GUI.
    26   ///Window of map-showing setup. Its type is \ref MapWin
    27   ///Window of map-showing setup. Its type is \ref MapWin
    27   MapWin mapwin;
    28   MapWin mapwin;
    28 
    29 
    29   ///Window of editorial tools. Its type is \ref EditWin
    30   ///Window of editorial tools. Its type is \ref EditWin
    30   EditWin editwin;
    31   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;
    31 
    35 
    32   ///The graph will be drawn on this \ref GraphDisplayerCanvas
    36   ///The graph will be drawn on this \ref GraphDisplayerCanvas
    33   GraphDisplayerCanvas gd_canvas;
    37   GraphDisplayerCanvas gd_canvas;
    34 
    38 
    35   ///ActionGroup for menu
    39   ///ActionGroup for menu