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  ~FWEveLegoView() override;
30 
31  void setContext(const fireworks::Context&) override;
32  void setBackgroundColor(Color_t) override;
33 
34  // ---------- const member functions ---------------------
35 
36  // ---------- static member functions --------------------
37 
38  // ---------- member functions ---------------------------
39 
40 private:
41  FWEveLegoView(const FWEveLegoView&) = delete; // stop default
42 
43  const FWEveLegoView& operator=(const FWEveLegoView&) = delete; // stop default
44 
45  // ---------- member data --------------------------------
46  TEveStraightLineSet* m_boundaries;
47 };
48 
49 
50 #endif
void setContext(const fireworks::Context &) override
FWEveLegoView(TEveWindowSlot *, FWViewType::EType)
void setBackgroundColor(Color_t) override
~FWEveLegoView() override
const FWEveLegoView & operator=(const FWEveLegoView &)=delete
TEveStraightLineSet * m_boundaries
Definition: FWEveLegoView.h:46