nbtab.h
changeset 194 6b2b718420eb
parent 191 af2ed974ab68
child 196 c220f9de6545
equal deleted inserted replaced
9:10b58810aae2 10:a84ba6596e9b
    17  */
    17  */
    18 
    18 
    19 #ifndef NBTAB_H
    19 #ifndef NBTAB_H
    20 #define NBTAB_H
    20 #define NBTAB_H
    21 
    21 
    22 class NoteBookTab;
    22 class MapStorage;
    23 
       
    24 #include "mapstorage.h"
       
    25 #include "map_win.h"
       
    26 //#include "eps_win.h"
       
    27 class EpsWin;
    23 class EpsWin;
    28 #include "design_win.h"
    24 class MapWin;
    29 #include "graph_displayer_canvas.h"
    25 class DesignWin;
       
    26 class GraphDisplayerCanvas;
       
    27 
    30 #include <libgnomecanvasmm.h>
    28 #include <libgnomecanvasmm.h>
    31 #include <libgnomecanvasmm/polygon.h>
    29 #include <libgnomecanvasmm/polygon.h>
    32 
    30 
    33 ///One tab in the Notebook that is placed in the main window (\ref MainWin).
    31 ///One tab in the Notebook that is placed in the main window (\ref MainWin).
    34 
    32 
    57   ///It initiates the \re GraphDisplayerCanvas, on which the graph will be drawn
    55   ///It initiates the \re GraphDisplayerCanvas, on which the graph will be drawn
    58   ///Signals of \ref MapStorage will be bound to the appropriate callback functions here.
    56   ///Signals of \ref MapStorage will be bound to the appropriate callback functions here.
    59   NoteBookTab();
    57   NoteBookTab();
    60   
    58   
    61   ///Maps assigned to the graph displayed in this \ref NoteBookTab of notebook.
    59   ///Maps assigned to the graph displayed in this \ref NoteBookTab of notebook.
    62   MapStorage mapstorage;
    60   MapStorage * mapstorage;
    63     
    61     
    64   ///Title changement indicator.
    62   ///Title changement indicator.
    65 
    63 
    66   ///If graph is loaded from disk or saved to disk or changed its name somehow
    64   ///If graph is loaded from disk or saved to disk or changed its name somehow
    67   ///this signal will be emit to let
    65   ///this signal will be emit to let