Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Fireworks
Core
interface
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
22
#include "
FWCore/PluginManager/interface/PluginFactory.h
"
23
24
// user include files
25
26
// forward declarations
27
28
class
FWDetailViewBase
;
29
30
typedef
edmplugin::PluginFactory<FWDetailViewBase*()>
FWDetailViewFactory
;
31
32
#define REGISTER_FWDETAILVIEW(_classname_, _name_, ...) \
33
DEFINE_EDM_PLUGIN(FWDetailViewFactory, \
34
_classname_, \
35
_classname_::classRegisterTypeName() + "@" #_name_ "@" #_classname_ "&" #__VA_ARGS__)
36
37
#endif
FWDetailViewBase
Definition:
FWDetailViewBase.h:35
edmplugin::PluginFactory
Definition:
PluginFactory.h:35
PluginFactory.h
FWDetailViewFactory
edmplugin::PluginFactory< FWDetailViewBase *()> FWDetailViewFactory
Definition:
FWDetailViewFactory.h:28
Generated for CMSSW Reference Manual by
1.8.14