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