equal
deleted
inserted
replaced
25 MapStorage mapstorage; |
25 MapStorage mapstorage; |
26 |
26 |
27 void readFile(const std::string &); |
27 void readFile(const std::string &); |
28 |
28 |
29 protected: |
29 protected: |
30 ///Window of map-showing setup. Its type is \ref MapWin |
|
31 MapWin * mapwin; |
30 MapWin * mapwin; |
|
31 bool mapwinexists; |
32 |
32 |
33 ///The graph will be drawn on this \ref GraphDisplayerCanvas |
33 ///The graph will be drawn on this \ref GraphDisplayerCanvas |
34 GraphDisplayerCanvas * gd_canvas; |
34 GraphDisplayerCanvas * gd_canvas; |
35 |
35 |
36 ///ActionGroup for menu |
36 ///ActionGroup for menu |
64 std::string getActiveNodeMap(int); |
64 std::string getActiveNodeMap(int); |
65 |
65 |
66 void registerNewEdgeMap(std::string); |
66 void registerNewEdgeMap(std::string); |
67 void registerNewNodeMap(std::string); |
67 void registerNewNodeMap(std::string); |
68 |
68 |
|
69 void createMapWin(); |
|
70 void closeMapWin(); |
69 }; |
71 }; |
70 |
72 |
71 #endif //MAIN_WIN_H |
73 #endif //MAIN_WIN_H |