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  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
const FWParameterSetterEditorBase & operator=(const FWParameterSetterEditorBase &)=delete