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 // $Id: FWLongParameterSetter.h,v 1.6 2012/02/22 03:45:59 amraktad Exp $
20 //
21 
22 // system include files
23 #include <Rtypes.h>
24 
25 // user include files
28 
29 // forward declarations
30 class TGNumberEntry;
31 
33 {
34 public:
36  virtual ~FWLongParameterSetter();
37 
38  // ---------- const member functions ---------------------
39 
40  // ---------- static member functions --------------------
41 
42  // ---------- member functions ---------------------------
43 
44  virtual void attach(FWParameterBase*);
45  virtual TGFrame* build(TGFrame* iParent, bool labelBack = true);
46 
47  void doUpdate(Long_t);
48 
49 private:
50  FWLongParameterSetter(const FWLongParameterSetter&); // stop default
51  const FWLongParameterSetter& operator=(const FWLongParameterSetter&); // stop default
52 
53  // ---------- member data --------------------------------
54 
56  TGNumberEntry* m_widget;
57 };
58 
59 #endif
const FWLongParameterSetter & operator=(const FWLongParameterSetter &)
virtual void attach(FWParameterBase *)
virtual TGFrame * build(TGFrame *iParent, bool labelBack=true)