Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Fireworks
Core
interface
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
24
#include "
Fireworks/Core/interface/FWLegoViewBase.h
"
25
26
// forward declarations
27
28
class
FWHFView
:
public
FWLegoViewBase
{
29
public
:
30
FWHFView
(TEveWindowSlot*,
FWViewType::EType
);
31
~FWHFView
()
override
;
32
33
void
setContext
(
const
fireworks::Context
&)
override
;
34
// ---------- const member functions ---------------------
35
36
// ---------- static member functions --------------------
37
38
// ---------- member functions ---------------------------
39
40
FWHFView
(
const
FWHFView
&) =
delete
;
// stop default
41
42
const
FWHFView
&
operator=
(
const
FWHFView
&) =
delete
;
// stop default
43
44
// ---------- member data --------------------------------
45
};
46
47
#endif
FWHFView::FWHFView
FWHFView(TEveWindowSlot *, FWViewType::EType)
Definition:
FWHFView.cc:37
FWHFView::operator=
const FWHFView & operator=(const FWHFView &)=delete
fireworks::Context
Definition:
Context.h:41
FWHFView::setContext
void setContext(const fireworks::Context &) override
Definition:
FWHFView.cc:70
FWLegoViewBase.h
FWViewType::EType
EType
Definition:
FWViewType.h:31
FWLegoViewBase
Definition:
FWLegoViewBase.h:39
FWHFView
Definition:
FWHFView.h:28
FWHFView::~FWHFView
~FWHFView() override
Definition:
FWHFView.cc:44
Generated for CMSSW Reference Manual by
1.8.14