equal
deleted
inserted
replaced
53 void updateNode(Graph::Node); |
53 void updateNode(Graph::Node); |
54 |
54 |
55 ///This function is created to set the appropriate maps on the newly created edge |
55 ///This function is created to set the appropriate maps on the newly created edge |
56 void updateEdge(Graph::Edge); |
56 void updateEdge(Graph::Edge); |
57 |
57 |
|
58 ///This function inserts name of the new edgemap in the list in the combo box |
|
59 void registerNewEdgeMap(std::string); |
|
60 |
|
61 ///This function inserts name of the new nodemap in the list in the combo box |
|
62 void registerNewNodeMap(std::string); |
|
63 |
58 virtual bool closeIfEscapeIsPressed(GdkEventKey*); |
64 virtual bool closeIfEscapeIsPressed(GdkEventKey*); |
|
65 |
59 }; |
66 }; |
60 |
67 |
61 #endif //MAP_WIN_H |
68 #endif //MAP_WIN_H |