CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/Fireworks/Core/interface/FWHFView.h

Go to the documentation of this file.
00001 #ifndef Fireworks_Core_FWHFView_h
00002 #define Fireworks_Core_FWHFView_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     Core
00006 // Class  :     FWHFView
00007 // 
00016 //
00017 // Original Author:  Yanjun
00018 //         Created:  Mon May 31 13:42:21 CEST 2010
00019 // $Id: FWHFView.h,v 1.8 2011/02/22 18:37:31 amraktad Exp $
00020 //
00021 
00022 // system include files
00023 
00024 // user include files
00025 #include "Fireworks/Core/interface/FWLegoViewBase.h"
00026 
00027 // forward declarations
00028 
00029 class FWHFView : public FWLegoViewBase
00030 {
00031 public:
00032    FWHFView(TEveWindowSlot*, FWViewType::EType);
00033    virtual ~FWHFView();
00034 
00035    virtual void setContext(const fireworks::Context&);
00036    // ---------- const member functions ---------------------
00037 
00038    // ---------- static member functions --------------------
00039 
00040    // ---------- member functions ---------------------------
00041 
00042 private:
00043    FWHFView(const FWHFView&); // stop default
00044 
00045    const FWHFView& operator=(const FWHFView&); // stop default
00046 
00047    // ---------- member data --------------------------------
00048 };
00049 
00050 
00051 #endif