CMS 3D CMS Logo

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 
28 public:
31 
32  // ---------- const member functions ---------------------
33 
34  // ---------- static member functions --------------------
35 
36  // ---------- member functions ---------------------------
37 
38  virtual void updateEditor();
39 
40 private:
41  FWParameterSetterEditorBase(const FWParameterSetterEditorBase&) = delete; // stop default
42 
43  const FWParameterSetterEditorBase& operator=(const FWParameterSetterEditorBase&) = delete; // stop default
44 
45  // ---------- member data --------------------------------
46 };
47 
48 #endif
FWParameterSetterEditorBase
Definition: FWParameterSetterEditorBase.h:27
FWParameterSetterEditorBase::operator=
const FWParameterSetterEditorBase & operator=(const FWParameterSetterEditorBase &)=delete
FWParameterSetterEditorBase::updateEditor
virtual void updateEditor()
Definition: FWParameterSetterEditorBase.cc:55
FWParameterSetterEditorBase::~FWParameterSetterEditorBase
virtual ~FWParameterSetterEditorBase()
Definition: FWParameterSetterEditorBase.cc:37
FWParameterSetterEditorBase::FWParameterSetterEditorBase
FWParameterSetterEditorBase()
Definition: FWParameterSetterEditorBase.cc:30