diff -r 8db44e105187 -r f70bbee5350a map_win.h --- a/map_win.h Wed Jun 29 12:52:20 2005 +0000 +++ b/map_win.h Wed Jun 29 15:41:33 2005 +0000 @@ -42,20 +42,20 @@ ///which button was that and after that calls the ///appropriate function of the \ref GraphDisplayerCanvas ///to change the visible values of that attribute. - virtual void e_combo_changed(int); + virtual void eComboChanged(int); ///If a radiobutton is clicked, this function determines ///which button was that and after that calls the ///appropriate function of the \ref GraphDisplayerCanvas ///to change the visible values of that attribute. - virtual void n_combo_changed(int); + virtual void nComboChanged(int); ///This function is created to set the appropriate maps on the newly created node - void update_node(Graph::Node); + void updateNode(Graph::Node); ///This function is created to set the appropriate maps on the newly created edge - void update_edge(Graph::Edge); + void updateEdge(Graph::Edge); - virtual bool close_if_escape_is_pressed(GdkEventKey*); + virtual bool closeIfEscapeIsPressed(GdkEventKey*); }; #endif //MAP_WIN_H