CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FWStringParameterSetter.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWStringParameterSetter_h
2 #define Fireworks_Core_FWStringParameterSetter_h
3 // -*- C++ -*-
4 //
5 // Package: Core
6 // Class : FWStringParameterSetter
7 // $Id: FWStringParameterSetter.h,v 1.3 2011/02/11 19:56:36 amraktad Exp $
8 //
9 
10 // system include files
11 #include <Rtypes.h>
12 
13 // user include files
16 
17 // forward declarations
18 class TGTextEntry;
19 
21 {
22 
23 public:
25  virtual ~FWStringParameterSetter();
26 
27  // ---------- const member functions ---------------------
28 
29  // ---------- static member functions --------------------
30 
31  // ---------- member functions ---------------------------
32  virtual void attach(FWParameterBase*) ;
33  virtual TGFrame* build(TGFrame* iParent, bool labelBack = true) ;
34  void doUpdate();
35 
36 private:
37  FWStringParameterSetter(const FWStringParameterSetter&); // stop default
38 
39  const FWStringParameterSetter& operator=(const FWStringParameterSetter&); // stop default
40 
41  // ---------- member data --------------------------------
43  TGTextEntry* m_widget;
44 };
45 
46 
47 #endif
virtual void attach(FWParameterBase *)
const FWStringParameterSetter & operator=(const FWStringParameterSetter &)
virtual TGFrame * build(TGFrame *iParent, bool labelBack=true)