CMS 3D CMS Logo

FWEveLegoView.h
Go to the documentation of this file.
1 #ifndef Fireworks_Core_FWEveLegoView_h
2 #define Fireworks_Core_FWEveLegoView_h
3 // -*- C++ -*-
4 //
5 // Package: Core
6 // Class : FWEveLegoView
7 //
16 //
17 // Original Author: Alja Mrak-Tadel
18 // Created: Mon May 31 13:09:38 CEST 2010
19 //
20 
22 
23 class TEveStraightLineSet;
24 
26 {
27 public:
28  FWEveLegoView(TEveWindowSlot*, FWViewType::EType);
29  virtual ~FWEveLegoView();
30 
31  virtual void setContext(const fireworks::Context&);
32  virtual void setBackgroundColor(Color_t);
33 
34  // ---------- const member functions ---------------------
35 
36  // ---------- static member functions --------------------
37 
38  // ---------- member functions ---------------------------
39 
40 private:
41  FWEveLegoView(const FWEveLegoView&); // stop default
42 
43  const FWEveLegoView& operator=(const FWEveLegoView&); // stop default
44 
45  // ---------- member data --------------------------------
46  TEveStraightLineSet* m_boundaries;
47 };
48 
49 
50 #endif
FWEveLegoView(TEveWindowSlot *, FWViewType::EType)
const FWEveLegoView & operator=(const FWEveLegoView &)
virtual void setBackgroundColor(Color_t)
virtual void setContext(const fireworks::Context &)
TEveStraightLineSet * m_boundaries
Definition: FWEveLegoView.h:46
virtual ~FWEveLegoView()