COIN-OR::LEMON - Graph Library

Changeset 172:fc1e478697d3 in glemon-0.x for mapstorage.h


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

Currently visualized map can be saved and loaded from file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mapstorage.h

    r118 r172  
    8686  sigc::signal<void, std::string> signal_edge_map;
    8787
     88  /// Signal emitted, when entry in \ref MapWin should be changed.
     89  sigc::signal<void, bool, int, std::string> signal_map_win;
     90
    8891public:
    8992  ///Constructor of MapStorage.
     
    110113  void changeActiveMap(bool itisedge , int prop , std::string mapname);
    111114
     115  ///Emits signals that let change the active maps in \ref MapWin.
     116  void broadcastActiveMaps();
     117
    112118  /// Returns the active edgemap shown by a visualization property.
    113119
     
    136142  ///returns \ref signal_edge_map to be able to connect functions to it
    137143  sigc::signal<void, std::string> signal_edge_map_ch(){return signal_edge_map;};
     144
     145  ///returns \ref signal_map_win to be able to connect functions to it
     146  sigc::signal<void, bool, int, std::string> signal_map_win_ch(){return signal_map_win;};
    138147
    139148  ///Adds given map to storage.
Note: See TracChangeset for help on using the changeset viewer.