CMS 3D CMS Logo

FWProxyBuilderFactory.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWProxyBuilderFactory_h
2 #define Fireworks_Core_FWProxyBuilderFactory_h
3 // -*- C++ -*-
4 //
5 // Package: Core
6 // Class : FWProxyBuilderFactory
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Thu Jun 5 20:13:55 EDT 2008
19 //
20 
21 // system include files
22 
23 // user include files
26 
27 // forward declarations
28 
30 
32 
33 #define REGISTER_FWPROXYBUILDER(_name_,_type_,_purpose_,_view_) \
34  DEFINE_PROXYBUILDER_METHODS(_name_,_type_,_purpose_,_view_); \
35  DEFINE_EDM_PLUGIN(FWProxyBuilderFactory,_name_,_name_::typeOfBuilder()+_name_::classRegisterTypeName()+(_name_::representsSubPart()?"!":"_")+"@"+_name_::classPurpose()+"@"+_name_::classView()+"#" # _name_)
36 
37 
38 #endif
edmplugin::PluginFactory< FWProxyBuilderBase *()> FWProxyBuilderFactory