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 // $Id: FWDetailViewFactory.h,v 1.4 2009/10/31 22:37:35 chrjones Exp $
20 //
21 
22 // system include files
24 
25 // user include files
26 
27 // forward declarations
28 
30 
32 
33 #define REGISTER_FWDETAILVIEW(_classname_,_name_) \
34  DEFINE_EDM_PLUGIN(FWDetailViewFactory,_classname_,_classname_::classRegisterTypeName()+"@" # _name_ "@" # _classname_)
35 
36 
37 #endif
edmplugin::PluginFactory< FWDetailViewBase *()> FWDetailViewFactory