COIN-OR::LEMON - Graph Library

Changeset 162:aaa517c9dc23 in glemon-0.x for algobox.h


Ignore:
Timestamp:
10/13/06 15:53:10 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@2986
Message:

Dijkstra in GUI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • algobox.h

    r125 r162  
    4545  ///In that case will be this signal emitted.
    4646  sigc::signal<void, std::string, bool> signal_newmapwin_need;
     47
     48  ///Signal emitted when maplists are updated after tab change
     49  sigc::signal<void> signal_maplist_updated;
     50
    4751
    4852protected:
     
    97101  ///Emitted if user wants to create a new map for inpuit or output.
    98102  sigc::signal<void, std::string, bool> signal_newmapwin_needed(){return signal_newmapwin_need;};
     103
     104  sigc::signal<void> signal_upon_maplist_updated(){return signal_maplist_updated;};
    99105
    100106  ///Emits signal that requires list of maps for the recently selected \ref NoteBookTab.
Note: See TracChangeset for help on using the changeset viewer.