COIN-OR::LEMON - Graph Library

Changeset 1893:4a35c7847c77 in lemon-0.x for gui/mapselector.h


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

Documenatation of MapWin?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/mapselector.h

    r1892 r1893  
    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.