COIN-OR::LEMON - Graph Library

Changeset 30:f70bbee5350a in glemon-0.x for graph_displayer_canvas.cc


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

Function names are corrected according to naming conventions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph_displayer_canvas.cc

    r28 r30  
    66{
    77 
    8   actual_handler=signal_event().connect(sigc::mem_fun(*this, &GraphDisplayerCanvas::create_node_event_handler), false);
     8  actual_handler=signal_event().connect(sigc::mem_fun(*this, &GraphDisplayerCanvas::createNodeEventHandler), false);
    99  actual_tool=CREATE_NODE;
    1010
     
    3131    //initializing edge-text as well, to empty string
    3232
    33     xy<double> text_pos=edgesmap[i]->get_arrow_pos();
     33    xy<double> text_pos=edgesmap[i]->getArrowPos();
    3434    text_pos+=(xy<double>(10,10));
    3535
Note: See TracChangeset for help on using the changeset viewer.