Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
//
20
// constants, enums and typedefs
21
//
22
23
//
24
// static data member definitions
25
//
26
27
//
28
// constructors and destructor
29
//
30
31
FWParameterSetterEditorBase::FWParameterSetterEditorBase
()
32
{
33
}
34
35
// FWParameterSetterEditorBase::FWParameterSetterEditorBase(const FWParameterSetterEditorBase& rhs)
36
// {
37
// // do actual copying here;
38
// }
39
40
FWParameterSetterEditorBase::~FWParameterSetterEditorBase
()
41
{
42
}
43
44
//
45
// assignment operators
46
//
47
// const FWParameterSetterEditorBase& FWParameterSetterEditorBase::operator=(const FWParameterSetterEditorBase& rhs)
48
// {
49
// //An exception safe implementation is
50
// FWParameterSetterEditorBase temp(rhs);
51
// swap(rhs);
52
//
53
// return *this;
54
// }
55
56
//
57
// member functions
58
//
59
60
void
61
FWParameterSetterEditorBase::updateEditor
()
62
{
63
}
64
65
//
66
// const member functions
67
//
68
69
//
70
// static member functions
71
//
FWParameterSetterEditorBase::updateEditor
virtual void updateEditor()
Definition:
FWParameterSetterEditorBase.cc:61
FWParameterSetterEditorBase::FWParameterSetterEditorBase
FWParameterSetterEditorBase()
Definition:
FWParameterSetterEditorBase.cc:31
FWParameterSetterEditorBase::~FWParameterSetterEditorBase
virtual ~FWParameterSetterEditorBase()
Definition:
FWParameterSetterEditorBase.cc:40
FWParameterSetterEditorBase.h
Generated for CMSSW Reference Manual by
1.8.5