mapstorage.h
branchgui
changeset 108 bf355fd6563e
parent 98 f60f89147531
child 111 ab3107255754
     1.1 --- a/mapstorage.h	Thu Jan 05 01:54:24 2006 +0000
     1.2 +++ b/mapstorage.h	Thu Jan 05 12:30:09 2006 +0000
     1.3 @@ -60,6 +60,8 @@
     1.4  protected:
     1.5    typedef sigc::signal<void, bool, int> Signal_Prop;
     1.6    Signal_Prop signal_prop;
     1.7 +  sigc::signal<void, std::string> signal_node_map;
     1.8 +  sigc::signal<void, std::string> signal_edge_map;
     1.9  
    1.10  public:
    1.11    ///Constructor of MapStorage. Expects the Graph of
    1.12 @@ -82,6 +84,9 @@
    1.13  
    1.14    Signal_Prop signal_prop_ch();
    1.15  
    1.16 +  sigc::signal<void, std::string> signal_node_map_ch(){return signal_node_map;};
    1.17 +  sigc::signal<void, std::string> signal_edge_map_ch(){return signal_edge_map;};
    1.18 +
    1.19    ///Adds given map to storage. A name and the map itself has to be provided.
    1.20    ///\param name is the name of map
    1.21    ///\nodemap is the pointer of the given nodemap