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 //
8 
9 // system include files
10 #include <Rtypes.h>
11 
12 // user include files
15 
16 // forward declarations
17 class TGTextEntry;
18 
20 {
21 
22 public:
24  virtual ~FWStringParameterSetter();
25 
26  // ---------- const member functions ---------------------
27 
28  // ---------- static member functions --------------------
29 
30  // ---------- member functions ---------------------------
31  virtual void attach(FWParameterBase*) ;
32  virtual TGFrame* build(TGFrame* iParent, bool labelBack = true) ;
33  void doUpdate();
34 
35 private:
36  FWStringParameterSetter(const FWStringParameterSetter&); // stop default
37 
38  const FWStringParameterSetter& operator=(const FWStringParameterSetter&); // stop default
39 
40  // ---------- member data --------------------------------
42  TGTextEntry* m_widget;
43 };
44 
45 
46 #endif
virtual void attach(FWParameterBase *)
const FWStringParameterSetter & operator=(const FWStringParameterSetter &)
virtual TGFrame * build(TGFrame *iParent, bool labelBack=true)