CMS 3D CMS Logo

FWLongParameterSetter.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWLongParameterSetter_h
2 #define Fireworks_Core_FWLongParameterSetter_h
3 // -*- C++ -*-
4 //
5 // Package: Core
6 // Class : FWLongParameterSetter
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Mon Mar 10 11:22:26 CDT 2008
19 //
20 
21 // system include files
22 #include <Rtypes.h>
23 
24 // user include files
27 
28 // forward declarations
29 class TGNumberEntry;
30 
32 {
33 public:
35  ~FWLongParameterSetter() override;
36 
37  // ---------- const member functions ---------------------
38 
39  // ---------- static member functions --------------------
40 
41  // ---------- member functions ---------------------------
42 
43  void attach(FWParameterBase*) override;
44  TGFrame* build(TGFrame* iParent, bool labelBack = true) override;
45 
46  void doUpdate(Long_t);
47 
48 private:
49  FWLongParameterSetter(const FWLongParameterSetter&) = delete; // stop default
50  const FWLongParameterSetter& operator=(const FWLongParameterSetter&) = delete; // stop default
51 
52  // ---------- member data --------------------------------
53 
55  TGNumberEntry* m_widget;
56 };
57 
58 #endif
const FWLongParameterSetter & operator=(const FWLongParameterSetter &)=delete
void attach(FWParameterBase *) override
TGFrame * build(TGFrame *iParent, bool labelBack=true) override