CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 // $Id: FWEveLegoView.h,v 1.32 2010/11/21 11:18:13 amraktad Exp $
20 //
21 
23 
24 class TEveStraightLineSet;
25 
27 {
28 public:
29  FWEveLegoView(TEveWindowSlot*, FWViewType::EType);
30  virtual ~FWEveLegoView();
31 
32  virtual void setContext(const fireworks::Context&);
33  virtual void setBackgroundColor(Color_t);
34 
35  // ---------- const member functions ---------------------
36 
37  // ---------- static member functions --------------------
38 
39  // ---------- member functions ---------------------------
40 
41 private:
42  FWEveLegoView(const FWEveLegoView&); // stop default
43 
44  const FWEveLegoView& operator=(const FWEveLegoView&); // stop default
45 
46  // ---------- member data --------------------------------
47  TEveStraightLineSet* m_boundaries;
48 };
49 
50 
51 #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:47
virtual ~FWEveLegoView()