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
src
Fireworks
Core
interface
FWParameterSetterEditorBase.h
Go to the documentation of this file.
1
#ifndef Fireworks_Core_FWParameterSetterEditorBase_h
2
#define Fireworks_Core_FWParameterSetterEditorBase_h
3
// -*- C++ -*-
4
//
5
// Package: Core
6
// Class : FWParameterSetterEditorBase
7
//
16
//
17
// Original Author:
18
// Created: Thu Jun 26 11:17:59 EDT 2008
19
//
20
21
// system include files
22
23
// user include files
24
25
// forward declarations
26
27
class
FWParameterSetterEditorBase
{
28
public
:
29
FWParameterSetterEditorBase
();
30
virtual
~FWParameterSetterEditorBase
();
31
32
// ---------- const member functions ---------------------
33
34
// ---------- static member functions --------------------
35
36
// ---------- member functions ---------------------------
37
38
virtual
void
updateEditor
();
39
40
FWParameterSetterEditorBase
(
const
FWParameterSetterEditorBase
&) =
delete
;
// stop default
41
42
const
FWParameterSetterEditorBase
&
operator=
(
const
FWParameterSetterEditorBase
&) =
delete
;
// stop default
43
private
:
44
// ---------- member data --------------------------------
45
};
46
47
#endif
FWParameterSetterEditorBase::updateEditor
virtual void updateEditor()
Definition:
FWParameterSetterEditorBase.cc:55
FWParameterSetterEditorBase::FWParameterSetterEditorBase
FWParameterSetterEditorBase()
Definition:
FWParameterSetterEditorBase.cc:30
FWParameterSetterEditorBase::~FWParameterSetterEditorBase
virtual ~FWParameterSetterEditorBase()
Definition:
FWParameterSetterEditorBase.cc:37
FWParameterSetterEditorBase::operator=
const FWParameterSetterEditorBase & operator=(const FWParameterSetterEditorBase &)=delete
FWParameterSetterEditorBase
Definition:
FWParameterSetterEditorBase.h:27
Generated for CMSSW Reference Manual by
1.8.14