COIN-OR::LEMON - Graph Library

Changeset 1524:587a823bcdd0 in lemon-0.x for gui/map_win.h


Ignore:
Timestamp:
06/29/05 17:41:33 (19 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2010
Message:

Function names are corrected according to naming conventions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/map_win.h

    r1512 r1524  
    4343  ///appropriate function of the \ref GraphDisplayerCanvas
    4444  ///to change the visible values of that attribute.
    45   virtual void e_combo_changed(int);
     45  virtual void eComboChanged(int);
    4646  ///If a radiobutton is clicked, this function determines
    4747  ///which button was that and after that calls the
    4848  ///appropriate function of the \ref GraphDisplayerCanvas
    4949  ///to change the visible values of that attribute.
    50   virtual void n_combo_changed(int);
     50  virtual void nComboChanged(int);
    5151
    5252  ///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);
    5454
    5555  ///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);
    5757
    58   virtual bool close_if_escape_is_pressed(GdkEventKey*);
     58  virtual bool closeIfEscapeIsPressed(GdkEventKey*);
    5959};
    6060
Note: See TracChangeset for help on using the changeset viewer.