COIN-OR::LEMON - Graph Library

Changeset 194:6b2b718420eb in glemon-0.x for nbtab.h


Ignore:
Timestamp:
02/28/07 19:20:28 (17 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@3205
Message:

Header reorganising

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nbtab.h

    r191 r194  
    2020#define NBTAB_H
    2121
    22 class NoteBookTab;
    23 
    24 #include "mapstorage.h"
    25 #include "map_win.h"
    26 //#include "eps_win.h"
     22class MapStorage;
    2723class EpsWin;
    28 #include "design_win.h"
    29 #include "graph_displayer_canvas.h"
     24class MapWin;
     25class DesignWin;
     26class GraphDisplayerCanvas;
     27
    3028#include <libgnomecanvasmm.h>
    3129#include <libgnomecanvasmm/polygon.h>
     
    6058 
    6159  ///Maps assigned to the graph displayed in this \ref NoteBookTab of notebook.
    62   MapStorage mapstorage;
     60  MapStorage * mapstorage;
    6361   
    6462  ///Title changement indicator.
Note: See TracChangeset for help on using the changeset viewer.