COIN-OR::LEMON - Graph Library

Changeset 88:c397e85ec555 in glemon-0.x for graph_displayer_canvas.h


Ignore:
Timestamp:
11/17/05 16:34:18 (18 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@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
  • graph_displayer_canvas.h

    r81 r88  
    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.