COIN-OR::LEMON - Graph Library

Changeset 1814:0f02ced2e2ba in lemon-0.x for gui/graph_displayer_canvas.h


Ignore:
Timestamp:
11/17/05 16:34:18 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2361
Message:

As initial value of a new map expression with ()+-/* operators can be given. These operators work on numbers, or on maps. If maps are given, then the new value for a given graph element will be calculated using the value from the given maps that belong to that graph element.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/graph_displayer_canvas.h

    r1731 r1814  
    144144  Gnome::Canvas::Group displayed_graph;
    145145
     146public:
    146147  ///Here we store the maps that can be displayed through properties.
    147148  MapStorage & mapstorage;
    148149
     150private:
    149151  ///Indicates whether the button of mouse is pressed or not
    150152  int isbutton;
     
    170172  static const int zoom_step = 5;
    171173
     174public:
    172175  ///We need to store mapwin, to be able to ask the appropriate values for properties of new items.
    173176  MapWin & mapwin;
     177
     178private:
    174179
    175180  ///pointer to the parent window
Note: See TracChangeset for help on using the changeset viewer.