COIN-OR::LEMON - Graph Library

Changeset 123:a3781bff1032 in glemon-0.x for mapselector.h


Ignore:
Timestamp:
01/12/06 16:24:24 (18 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2468
Message:

Documenatation of MapWin?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mapselector.h

    r122 r123  
    9494  MapSelector(std::vector<std::string> optionlist, std::string act, std::string purpose, bool itisedge, bool def=true);
    9595
    96   ///Signal emitted if the user has changed the selection.
     96  ///Returns signal emitted if the user has changed the selection. (\ref signal_cbt)
    9797  sigc::signal<void, std::string> signal_cbt_ch();
    9898
    99   ///Signal emitted if the user has pressed New button (\ref newbut)
     99  ///Returns signal emitted if the user has pressed New button (\ref newbut) (\ref signal_newmapwin)
    100100  sigc::signal<void, bool> signal_newmapwin_needed();
    101101
Note: See TracChangeset for help on using the changeset viewer.