CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  virtual ~FWLongParameterSetter();
36 
37  // ---------- const member functions ---------------------
38 
39  // ---------- static member functions --------------------
40 
41  // ---------- member functions ---------------------------
42 
43  virtual void attach(FWParameterBase*);
44  virtual TGFrame* build(TGFrame* iParent, bool labelBack = true);
45 
46  void doUpdate(Long_t);
47 
48 private:
49  FWLongParameterSetter(const FWLongParameterSetter&); // stop default
50  const FWLongParameterSetter& operator=(const FWLongParameterSetter&); // stop default
51 
52  // ---------- member data --------------------------------
53 
55  TGNumberEntry* m_widget;
56 };
57 
58 #endif
const FWLongParameterSetter & operator=(const FWLongParameterSetter &)
virtual void attach(FWParameterBase *)
virtual TGFrame * build(TGFrame *iParent, bool labelBack=true)