CMS 3D CMS Logo

FWModelChangeSignal.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWModelChangeSignal_h
2 #define Fireworks_Core_FWModelChangeSignal_h
3 // -*- C++ -*-
4 //
5 // Package: Core
6 // Class : FWModelChangeSignal
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Mon Jan 21 19:30:17 EST 2008
19 //
20 
21 // system include files
22 #include <set>
23 #include <vector>
24 #include "sigc++/signal.h"
25 
26 // user include files
27 
28 // forward declarations
29 class FWModelId;
30 typedef std::set<FWModelId> FWModelIds;
31 typedef sigc::signal<void(const FWModelIds&)> FWModelChangeSignal;
32 #endif
std::set< FWModelId > FWModelIds
sigc::signal< void(const FWModelIds &)> FWModelChangeSignal