COIN-OR::LEMON - Graph Library

Changeset 81:5ad61c33487c in glemon-0.x for map_win.h


Ignore:
Timestamp:
10/20/05 17:50:23 (19 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2258
Message:

Mapselector widget reached its first release, but there are still work to do on it, I know...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • map_win.h

    r53 r81  
    99#include "graph_displayer_canvas.h"
    1010#include "mapstorage.h"
     11#include "mapselector.h"
    1112#include <libgnomecanvasmm.h>
    1213#include <libgnomecanvasmm/polygon.h>
     
    2930  Gtk::Table * table;
    3031 
    31   Gtk::Combo * e_combo_array, * n_combo_array;
     32  MapSelector ** e_combo_array, ** n_combo_array;
    3233
    3334  Gtk::Label * label;
     
    3839  ///Constructor of MapWin creates the widgets shown in MapWin.
    3940  MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &);
    40 
    41   ///If a radiobutton is clicked, this function determines
    42   ///which button was that and after that calls the
    43   ///appropriate function of the \ref GraphDisplayerCanvas
    44   ///to change the visible values of that attribute.
    45   virtual void eComboChanged(int);
    46   ///If a radiobutton is clicked, this function determines
    47   ///which button was that and after that calls the
    48   ///appropriate function of the \ref GraphDisplayerCanvas
    49   ///to change the visible values of that attribute.
    50   virtual void nComboChanged(int);
    5141
    5242  ///This function is created to set the appropriate maps on the newly created node
Note: See TracChangeset for help on using the changeset viewer.