Changeset 1524:587a823bcdd0 in lemon-0.x for gui/map_win.h
- Timestamp:
- 06/29/05 17:41:33 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2010
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/map_win.h
r1512 r1524 43 43 ///appropriate function of the \ref GraphDisplayerCanvas 44 44 ///to change the visible values of that attribute. 45 virtual void e _combo_changed(int);45 virtual void eComboChanged(int); 46 46 ///If a radiobutton is clicked, this function determines 47 47 ///which button was that and after that calls the 48 48 ///appropriate function of the \ref GraphDisplayerCanvas 49 49 ///to change the visible values of that attribute. 50 virtual void n _combo_changed(int);50 virtual void nComboChanged(int); 51 51 52 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 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
Note: See TracChangeset
for help on using the changeset viewer.