COIN-OR::LEMON - Graph Library

Changeset 1648:dd8672338691 in lemon-0.x for gui/graph_displayer_canvas.h


Ignore:
Timestamp:
08/26/05 09:35:23 (19 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2161
Message:
  • use Gtk::Dialog to set the new values of edge and node maps
  • update all edges/nodes when editing a map so that edge widths and node sizes change properly
  • coordinate maps are no longer selectable in the maps window
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/graph_displayer_canvas.h

    r1643 r1648  
    9191  bool nodeMapEditEventHandler(GdkEvent*);
    9292
    93   ///event handler for the case when the entry widget is changed
    94   bool entryWidgetChangeHandler(GdkEvent*);
    95 
    9693public:
    9794  ///Moves the text to new place
     
    141138  Gnome::Canvas::Group displayed_graph;
    142139
    143   ///Map editor entry
    144   Gtk::Entry entrywidget;
    145 
    146   ///GnomeCanvas holder for entry
    147   Gnome::Canvas::Widget * canvasentrywidget;
    148 
    149140  ///Here we store the maps that can be displayed through properties.
    150141  MapStorage & mapstorage;
     
    176167  MapWin & mapwin;
    177168
    178   ///We need to store the parent window to be able to set the focus on a given widget
    179   ///We will use this variable to activate the set focus on entry widget in the case of editing map values.
     169  ///pointer to the parent window
    180170  Gtk::Window * parentwin;
    181171
Note: See TracChangeset for help on using the changeset viewer.