CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 // $Id: FWModelChangeSignal.h,v 1.3 2009/01/23 21:35:41 amraktad Exp $
20 //
21 
22 // system include files
23 #include <set>
24 #include <vector>
25 #include "sigc++/signal.h"
26 
27 // user include files
28 
29 // forward declarations
30 class FWModelId;
31 typedef std::set<FWModelId> FWModelIds;
32 typedef sigc::signal<void,const FWModelIds& > FWModelChangeSignal;
33 #endif
sigc::signal< void, const FWModelIds & > FWModelChangeSignal
std::set< FWModelId > FWModelIds