src
Fireworks
Core
src
FWParameterSetterEditorBase.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: Core
4
// Class : FWParameterSetterEditorBase
5
//
6
// Implementation:
7
// <Notes on implementation>
8
//
9
// Original Author:
10
// Created: Thu Jun 26 11:18:08 EDT 2008
11
//
12
13
// system include files
14
15
// user include files
16
#include "
Fireworks/Core/interface/FWParameterSetterEditorBase.h
"
17
18
//
19
// constants, enums and typedefs
20
//
21
22
//
23
// static data member definitions
24
//
25
26
//
27
// constructors and destructor
28
//
29
30
FWParameterSetterEditorBase::FWParameterSetterEditorBase
() {}
31
32
// FWParameterSetterEditorBase::FWParameterSetterEditorBase(const FWParameterSetterEditorBase& rhs)
33
// {
34
// // do actual copying here;
35
// }
36
37
FWParameterSetterEditorBase::~FWParameterSetterEditorBase
() {}
38
39
//
40
// assignment operators
41
//
42
// const FWParameterSetterEditorBase& FWParameterSetterEditorBase::operator=(const FWParameterSetterEditorBase& rhs)
43
// {
44
// //An exception safe implementation is
45
// FWParameterSetterEditorBase temp(rhs);
46
// swap(rhs);
47
//
48
// return *this;
49
// }
50
51
//
52
// member functions
53
//
54
55
void
FWParameterSetterEditorBase::updateEditor
() {}
56
57
//
58
// const member functions
59
//
60
61
//
62
// static member functions
63
//
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.h
Generated for CMSSW Reference Manual by
1.8.14