COIN-OR::LEMON - Graph Library

Changeset 201:879e47e5b731 in glemon-0.x for new_map_win.h


Ignore:
Timestamp:
01/02/08 22:03:09 (16 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@3431
Message:

Merge branches/akos to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • new_map_win.h

    r194 r201  
    3636  NoteBookTab & mytab;
    3737
     38  MapType map_type;
     39  Gtk::Label lblType;
     40  Gtk::ComboBoxText cbType;
     41
     42  Gtk::Label lblErrorMsg;
     43  void setErrorMsg(const Glib::ustring& msg);
     44
     45  std::vector<double>* evaluate_expr(const std::string polishform, bool itisedge);
     46
    3847public:
    3948
     
    6069  ///It creates the widgets shown in
    6170  ///NewMapWin.
    62   NewMapWin(const std::string& title, NoteBookTab &, bool itisedge=true, bool edgenode=true);
     71  NewMapWin(const std::string& title, NoteBookTab &, bool itisedge=true, bool edgenode=true, MapType type = ALL);
    6372
    6473  ///Callback function for OK button. It creates the map.
Note: See TracChangeset for help on using the changeset viewer.