CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/Fireworks/Core/interface/FWISpyView.h

Go to the documentation of this file.
00001 #ifndef Fireworks_Core_FWISpyView_h
00002 #define Fireworks_Core_FWISpyView_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     Core
00006 // Class  :     FWISpyView
00007 // 
00016 //
00017 // Original Author:  Alja Mrak-Tadel
00018 //         Created:  Wed Apr  7 14:41:32 CEST 2010
00019 // $Id: FWISpyView.h,v 1.2 2010/04/16 13:44:06 amraktad Exp $
00020 //
00021 
00022 // system include files
00023 
00024 // user include files
00025 #include "Fireworks/Core/interface/FW3DViewBase.h"
00026 
00027 // forward declarations
00028 
00029 class FWISpyView : public FW3DViewBase
00030 {
00031 
00032 public:
00033    FWISpyView(TEveWindowSlot*, FWViewType::EType);
00034    virtual ~FWISpyView();
00035 
00036    // ---------- const member functions ---------------------
00037 
00038    // ---------- static member functions --------------------
00039 
00040    // ---------- member functions ---------------------------
00041 
00042 private:
00043    FWISpyView(const FWISpyView&); // stop default
00044 
00045    const FWISpyView& operator=(const FWISpyView&); // stop default
00046 
00047    // ---------- member data --------------------------------
00048 
00049 };
00050 
00051 
00052 #endif