new_map_win.h
changeset 199 128195bbab73
parent 174 95872af46fc4
child 201 879e47e5b731
equal deleted inserted replaced
9:74ea7b4f342d 10:827293fa9577
    17  */
    17  */
    18 
    18 
    19 #ifndef NEWMAPWIN_H
    19 #ifndef NEWMAPWIN_H
    20 #define NEWMAPWIN_H
    20 #define NEWMAPWIN_H
    21 
    21 
    22 class NewMapWin;
       
    23 
       
    24 #include <all_include.h>
    22 #include <all_include.h>
    25 #include <nbtab.h>
       
    26 #include <libgnomecanvasmm.h>
    23 #include <libgnomecanvasmm.h>
    27 #include <libgnomecanvasmm/polygon.h>
    24 #include <libgnomecanvasmm/polygon.h>
    28 #include <stack>
    25 #include <stack>
       
    26 
       
    27 class NoteBookTab;
    29 
    28 
    30 ///Graphical interface for node/edge map creation.
    29 ///Graphical interface for node/edge map creation.
    31 
    30 
    32 ///This class is responsible for creating a window,
    31 ///This class is responsible for creating a window,
    33 ///on which the parameters of a new map can be set.
    32 ///on which the parameters of a new map can be set.