test
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 //
20 
21 // system include files
22 
23 // user include files
25 
26 // forward declarations
27 
28 class FWHFView : public FWLegoViewBase
29 {
30 public:
31  FWHFView(TEveWindowSlot*, FWViewType::EType);
32  virtual ~FWHFView();
33 
34  virtual void setContext(const fireworks::Context&);
35  // ---------- const member functions ---------------------
36 
37  // ---------- static member functions --------------------
38 
39  // ---------- member functions ---------------------------
40 
41 private:
42  FWHFView(const FWHFView&); // stop default
43 
44  const FWHFView& operator=(const FWHFView&); // stop default
45 
46  // ---------- member data --------------------------------
47 };
48 
49 
50 #endif
FWHFView(TEveWindowSlot *, FWViewType::EType)
Definition: FWHFView.cc:37
virtual ~FWHFView()
Definition: FWHFView.cc:47
virtual void setContext(const fireworks::Context &)
Definition: FWHFView.cc:77
const FWHFView & operator=(const FWHFView &)