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
src
Fireworks
Core
interface
FWViewContext.h
Go to the documentation of this file.
1
#ifndef Fireworks_Core_FWViewContext_h
2
#define Fireworks_Core_FWViewContext_h
3
// -*- C++ -*-
4
//
5
// Package: Core
6
// Class : FWViewContext
7
//
16
//
17
// Original Author: Alja Mrak-Tadel
18
// Created: Wed Apr 14 18:31:27 CEST 2010
19
//
20
21
// system include files
22
#include <sigc++/sigc++.h>
23
#include <map>
24
#include <string>
25
#include "Rtypes.h"
26
27
// user include files
28
29
// forward declarations
30
class
FWViewEnergyScale
;
31
32
class
FWViewContext
{
33
public
:
34
FWViewContext
();
35
virtual
~FWViewContext
();
36
37
FWViewEnergyScale
*
getEnergyScale
()
const
;
38
void
setEnergyScale
(
FWViewEnergyScale
*);
39
40
void
scaleChanged
();
41
42
mutable
sigc::signal<void(const FWViewContext*)>
scaleChanged_
;
43
44
FWViewContext
(
const
FWViewContext
&) =
delete
;
// stop default
45
46
const
FWViewContext
&
operator=
(
const
FWViewContext
&) =
delete
;
// stop default
47
48
private
:
49
// ---------- member data --------------------------------
50
51
FWViewEnergyScale
*
m_energyScale
;
52
};
53
54
#endif
FWViewContext::scaleChanged
void scaleChanged()
Definition:
FWViewContext.cc:23
FWViewContext::operator=
const FWViewContext & operator=(const FWViewContext &)=delete
FWViewContext::scaleChanged_
sigc::signal< void(const FWViewContext *)> scaleChanged_
Definition:
FWViewContext.h:42
FWViewContext::m_energyScale
FWViewEnergyScale * m_energyScale
Definition:
FWViewContext.h:51
FWViewContext
Definition:
FWViewContext.h:32
FWViewContext::getEnergyScale
FWViewEnergyScale * getEnergyScale() const
Definition:
FWViewContext.cc:25
FWViewContext::FWViewContext
FWViewContext()
Definition:
FWViewContext.cc:19
FWViewEnergyScale
Definition:
FWViewEnergyScale.h:34
FWViewContext::~FWViewContext
virtual ~FWViewContext()
Definition:
FWViewContext.cc:21
FWViewContext::setEnergyScale
void setEnergyScale(FWViewEnergyScale *)
Definition:
FWViewContext.cc:27
Generated for CMSSW Reference Manual by
1.8.14