CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FWDetailViewFactory.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWDetailViewFactory_h
2 #define Fireworks_Core_FWDetailViewFactory_h
3 // -*- C++ -*-
4 //
5 // Package: Core
6 // Class : FWDetailViewFactory
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Mon Jan 12 09:48:04 EST 2009
19 //
20 
21 // system include files
23 
24 // user include files
25 
26 // forward declarations
27 
29 
31 
32 #define REGISTER_FWDETAILVIEW(_classname_,_name_, ...) \
33  DEFINE_EDM_PLUGIN(FWDetailViewFactory,_classname_,_classname_::classRegisterTypeName()+"@" # _name_ "@" # _classname_ "&" # __VA_ARGS__)
34 
35 
36 #endif
edmplugin::PluginFactory< FWDetailViewBase *()> FWDetailViewFactory