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 public:
34  ~FWLongParameterSetter() override;
35 
36  // ---------- const member functions ---------------------
37 
38  // ---------- static member functions --------------------
39 
40  // ---------- member functions ---------------------------
41 
42  void attach(FWParameterBase*) override;
43  TGFrame* build(TGFrame* iParent, bool labelBack = true) override;
44 
45  void doUpdate(Long_t);
46 
47  FWLongParameterSetter(const FWLongParameterSetter&) = delete; // stop default
48  const FWLongParameterSetter& operator=(const FWLongParameterSetter&) = delete; // stop default
49 
50 private:
51  // ---------- member data --------------------------------
52 
54  TGNumberEntry* m_widget;
55 };
56 
57 #endif
const FWLongParameterSetter & operator=(const FWLongParameterSetter &)=delete
void attach(FWParameterBase *) override
TGFrame * build(TGFrame *iParent, bool labelBack=true) override