CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FWISpyView.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWISpyView_h
2 #define Fireworks_Core_FWISpyView_h
3 // -*- C++ -*-
4 //
5 // Package: Core
6 // Class : FWISpyView
7 //
16 //
17 // Original Author: Alja Mrak-Tadel
18 // Created: Wed Apr 7 14:41:32 CEST 2010
19 //
20 
21 // system include files
22 
23 // user include files
25 
26 // forward declarations
27 class TEveBoxSet;
28 
29 class FWISpyView : public FW3DViewBase
30 {
31 public:
32  FWISpyView(TEveWindowSlot*, FWViewType::EType, unsigned int version=9);
33  virtual ~FWISpyView();
34  virtual void setContext(const fireworks::Context& x);
35 
36  virtual void populateController(ViewerParameterGUI&) const;
37  void showEcalBarrel(bool);
38  // ---------- const member functions ---------------------
39 
40  // ---------- static member functions --------------------
41 
42  // ---------- member functions ---------------------------
43 
44 private:
45  FWISpyView(const FWISpyView&); // stop default
46 
47  const FWISpyView& operator=(const FWISpyView&); // stop default
48 
49  // ---------- member data --------------------------------
50  TEveBoxSet* m_ecalBarrel;
52 };
53 
54 
55 #endif
virtual void setContext(const fireworks::Context &x)
Definition: FWISpyView.cc:61
const FWISpyView & operator=(const FWISpyView &)
FWBoolParameter m_showEcalBarrel
Definition: FWISpyView.h:51
virtual ~FWISpyView()
Definition: FWISpyView.cc:56
void showEcalBarrel(bool)
Definition: FWISpyView.cc:70
FWISpyView(TEveWindowSlot *, FWViewType::EType, unsigned int version=9)
Definition: FWISpyView.cc:38
TEveBoxSet * m_ecalBarrel
Definition: FWISpyView.h:50
Definition: DDAxes.h:10
virtual void populateController(ViewerParameterGUI &) const
Definition: FWISpyView.cc:90