40 |
40 |
41 ///If a radiobutton is clicked, this function determines |
41 ///If a radiobutton is clicked, this function determines |
42 ///which button was that and after that calls the |
42 ///which button was that and after that calls the |
43 ///appropriate function of the \ref GraphDisplayerCanvas |
43 ///appropriate function of the \ref GraphDisplayerCanvas |
44 ///to change the visible values of that attribute. |
44 ///to change the visible values of that attribute. |
45 virtual void e_combo_changed(int); |
45 virtual void eComboChanged(int); |
46 ///If a radiobutton is clicked, this function determines |
46 ///If a radiobutton is clicked, this function determines |
47 ///which button was that and after that calls the |
47 ///which button was that and after that calls the |
48 ///appropriate function of the \ref GraphDisplayerCanvas |
48 ///appropriate function of the \ref GraphDisplayerCanvas |
49 ///to change the visible values of that attribute. |
49 ///to change the visible values of that attribute. |
50 virtual void n_combo_changed(int); |
50 virtual void nComboChanged(int); |
51 |
51 |
52 ///This function is created to set the appropriate maps on the newly created node |
52 ///This function is created to set the appropriate maps on the newly created node |
53 void update_node(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 update_edge(Graph::Edge); |
56 void updateEdge(Graph::Edge); |
57 |
57 |
58 virtual bool close_if_escape_is_pressed(GdkEventKey*); |
58 virtual bool closeIfEscapeIsPressed(GdkEventKey*); |
59 }; |
59 }; |
60 |
60 |
61 #endif //MAP_WIN_H |
61 #endif //MAP_WIN_H |