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 // $Id: FWISpyView.h,v 1.2 2010/04/16 13:44:06 amraktad Exp $
20 //
21 
22 // system include files
23 
24 // user include files
26 
27 // forward declarations
28 
29 class FWISpyView : public FW3DViewBase
30 {
31 
32 public:
33  FWISpyView(TEveWindowSlot*, FWViewType::EType);
34  virtual ~FWISpyView();
35 
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 
51 
52 #endif
FWISpyView(TEveWindowSlot *, FWViewType::EType)
Definition: FWISpyView.cc:33
const FWISpyView & operator=(const FWISpyView &)
virtual ~FWISpyView()
Definition: FWISpyView.cc:44