CMS 3D CMS Logo

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 
28 class FWISpyView : public FW3DViewBase {
29 public:
30  FWISpyView(TEveWindowSlot*, FWViewType::EType, unsigned int version = 9);
31  ~FWISpyView() override;
32  void setContext(const fireworks::Context& x) override;
33 
34  void populateController(ViewerParameterGUI&) const override;
35  // ---------- const member functions ---------------------
36 
37  // ---------- static member functions --------------------
38 
39  // ---------- member functions ---------------------------
40 
41  FWISpyView(const FWISpyView&) = delete; // stop default
42 
43  const FWISpyView& operator=(const FWISpyView&) = delete; // stop default
44 
45  // ---------- member data --------------------------------};
46 };
47 
48 #endif
void populateController(ViewerParameterGUI &) const override
Definition: FWISpyView.cc:47
void setContext(const fireworks::Context &x) override
Definition: FWISpyView.cc:45
FWISpyView(TEveWindowSlot *, FWViewType::EType, unsigned int version=9)
Definition: FWISpyView.cc:35
const FWISpyView & operator=(const FWISpyView &)=delete
~FWISpyView() override
Definition: FWISpyView.cc:43