CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/Fireworks/Core/interface/FWParameterSetterEditorBase.h

Go to the documentation of this file.
00001 #ifndef Fireworks_Core_FWParameterSetterEditorBase_h
00002 #define Fireworks_Core_FWParameterSetterEditorBase_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     Core
00006 // Class  :     FWParameterSetterEditorBase
00007 //
00016 //
00017 // Original Author:
00018 //         Created:  Thu Jun 26 11:17:59 EDT 2008
00019 // $Id: FWParameterSetterEditorBase.h,v 1.3 2009/01/23 21:35:41 amraktad Exp $
00020 //
00021 
00022 // system include files
00023 
00024 // user include files
00025 
00026 // forward declarations
00027 
00028 class FWParameterSetterEditorBase
00029 {
00030 
00031 public:
00032    FWParameterSetterEditorBase();
00033    virtual ~FWParameterSetterEditorBase();
00034 
00035    // ---------- const member functions ---------------------
00036 
00037    // ---------- static member functions --------------------
00038 
00039    // ---------- member functions ---------------------------
00040    virtual void updateEditor();
00041 
00042 private:
00043    FWParameterSetterEditorBase(const FWParameterSetterEditorBase&);    // stop default
00044 
00045    const FWParameterSetterEditorBase& operator=(const FWParameterSetterEditorBase&);    // stop default
00046 
00047    // ---------- member data --------------------------------
00048 
00049 };
00050 
00051 
00052 #endif