CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/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.4 2012/02/22 03:45:57 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 
00041    virtual void updateEditor();
00042 
00043 private:
00044    FWParameterSetterEditorBase(const FWParameterSetterEditorBase&);    // stop default
00045 
00046    const FWParameterSetterEditorBase& operator=(const FWParameterSetterEditorBase&);    // stop default
00047 
00048    // ---------- member data --------------------------------
00049 
00050 };
00051 
00052 
00053 #endif