CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FWIntValueListener.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWIntValueListener_h
2 #define Fireworks_Core_FWIntValueListener_h
3 
5 #include <sigc++/sigc++.h>
6 
8 public:
10  }
11  virtual ~FWIntValueListener() {
12  }
13 
14  // ---------- member, functions -------------------------
15  virtual void setValueImp(Int_t entry);
16  sigc::signal<void,Int_t> valueChanged_;
17 
18 private:
19  FWIntValueListener(const FWIntValueListener&); // stop default
20  const FWIntValueListener& operator=(const FWIntValueListener&); // stop default
21 };
22 
23 #endif
sigc::signal< void, Int_t > valueChanged_
const FWIntValueListener & operator=(const FWIntValueListener &)
virtual void setValueImp(Int_t entry)