nbtab.h
changeset 196 c220f9de6545
parent 194 6b2b718420eb
child 198 d6cc0579b94b
equal deleted inserted replaced
10:a84ba6596e9b 11:93c5686e3e2b
   232 
   232 
   233   ///\ref MapWin calls this function when it updates the maplist in comboboxes.
   233   ///\ref MapWin calls this function when it updates the maplist in comboboxes.
   234   void active_maps_needed();
   234   void active_maps_needed();
   235 
   235 
   236 private:
   236 private:
       
   237   ///Called when title of tab has changed
       
   238   void title_changed(std::string);
       
   239 
   237   ///Signal connection from \ref MapStorage to \ref MapWin
   240   ///Signal connection from \ref MapStorage to \ref MapWin
   238 
   241 
   239   ///If \ref MapWin is closed this connection has to be disconnected,
   242   ///If \ref MapWin is closed this connection has to be disconnected,
   240   ///therefore we have to store it.
   243   ///therefore we have to store it.
   241   sigc::connection mapst2mapwin;
   244   sigc::connection mapst2mapwin;