CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FWHFView.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWHFView_h
2 #define Fireworks_Core_FWHFView_h
3 // -*- C++ -*-
4 //
5 // Package: Core
6 // Class : FWHFView
7 //
16 //
17 // Original Author: Yanjun
18 // Created: Mon May 31 13:42:21 CEST 2010
19 // $Id: FWHFView.h,v 1.7 2010/09/21 17:20:55 amraktad Exp $
20 //
21 
22 // system include files
23 
24 // user include files
26 
27 // forward declarations
28 
29 class FWHFView : public FWLegoViewBase
30 {
31 public:
32  FWHFView(TEveWindowSlot*, FWViewType::EType);
33  virtual ~FWHFView();
34 
35  virtual void setContext(const fireworks::Context&);
36  // ---------- const member functions ---------------------
37 
38  // ---------- static member functions --------------------
39 
40  // ---------- member functions ---------------------------
41 
42 private:
43  FWHFView(const FWHFView&); // stop default
44 
45  const FWHFView& operator=(const FWHFView&); // stop default
46 
47  // ---------- member data --------------------------------
48 };
49 
50 
51 #endif
FWHFView(TEveWindowSlot *, FWViewType::EType)
Definition: FWHFView.cc:38
virtual ~FWHFView()
Definition: FWHFView.cc:48
virtual void setContext(const fireworks::Context &)
Definition: FWHFView.cc:78
const FWHFView & operator=(const FWHFView &)