equal
deleted
inserted
replaced
3 #ifndef MAP_WIN_H |
3 #ifndef MAP_WIN_H |
4 #define MAP_WIN_H |
4 #define MAP_WIN_H |
5 |
5 |
6 class MapWin; |
6 class MapWin; |
7 |
7 |
8 #include <all_include.h> |
8 #include "all_include.h" |
9 #include <mapstorage.h> |
9 #include "graph_displayer_canvas.h" |
10 #include <graph_displayer_canvas.h> |
10 #include "mapstorage.h" |
11 #include <libgnomecanvasmm.h> |
11 #include <libgnomecanvasmm.h> |
12 #include <libgnomecanvasmm/polygon.h> |
12 #include <libgnomecanvasmm/polygon.h> |
13 |
13 |
14 ///This class is responsible for creating a window, |
14 ///This class is responsible for creating a window, |
15 ///on which the visualization attributes can be |
15 ///on which the visualization attributes can be |
61 ///This function inserts name of the new nodemap in the list in the combo box |
61 ///This function inserts name of the new nodemap in the list in the combo box |
62 void registerNewNodeMap(std::string); |
62 void registerNewNodeMap(std::string); |
63 |
63 |
64 virtual bool closeIfEscapeIsPressed(GdkEventKey*); |
64 virtual bool closeIfEscapeIsPressed(GdkEventKey*); |
65 |
65 |
|
66 void update(); |
66 }; |
67 }; |
67 |
68 |
68 #endif //MAP_WIN_H |
69 #endif //MAP_WIN_H |