CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FWBoolParameterSetter.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWBoolParameterSetter_h
2 #define Fireworks_Core_FWBoolParameterSetter_h
3 // -*- C++ -*-
4 //
5 // Package: Core
6 // Class : FWBoolParameterSetter
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Mon Mar 10 11:22:26 CDT 2008
19 // $Id: FWBoolParameterSetter.h,v 1.6 2011/02/11 19:56:36 amraktad Exp $
20 //
21 
22 // system include files
23 #include <Rtypes.h>
24 
25 // user include files
28 
29 // forward declarations
30 class TGCheckButton;
31 
33 {
34 
35 public:
37  virtual ~FWBoolParameterSetter();
38 
39  // ---------- const member functions ---------------------
40 
41  // ---------- static member functions --------------------
42 
43  // ---------- member functions ---------------------------
44  virtual void attach(FWParameterBase*) ;
45  virtual TGFrame* build(TGFrame* iParent, bool labelBack = true) ;
46  virtual void setEnabled(bool);
47  void doUpdate();
48 
49 private:
50  FWBoolParameterSetter(const FWBoolParameterSetter&); // stop default
51 
52  const FWBoolParameterSetter& operator=(const FWBoolParameterSetter&); // stop default
53 
54  // ---------- member data --------------------------------
56  TGCheckButton* m_widget;
57 };
58 
59 
60 #endif
virtual void attach(FWParameterBase *)
virtual void setEnabled(bool)
const FWBoolParameterSetter & operator=(const FWBoolParameterSetter &)
virtual TGFrame * build(TGFrame *iParent, bool labelBack=true)