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
src
CSGConnector.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: Core
4
// Class : CSGConnector
5
//
6
// Implementation:
7
// <Notes on implementation>
8
//
9
// Original Author: Chris Jones
10
// Created: Thu May 29 20:58:15 CDT 2008
11
//
12
13
// system include files
14
15
// user include files
16
#include "
Fireworks/Core/src/CSGConnector.h
"
17
#include "
Fireworks/Core/interface/CSGActionSupervisor.h
"
18
19
ClassImp
(
CSGConnector
);
20
21
//
22
// constants, enums and typedefs
23
//
24
25
//
26
// static data member definitions
27
//
28
29
//
30
// constructors and destructor
31
//
32
//CSGConnector::CSGConnector()
33
//{
34
//}
35
36
// CSGConnector::CSGConnector(const CSGConnector& rhs)
37
// {
38
// // do actual copying here;
39
// }
40
41
//CSGConnector::~CSGConnector()
42
//{
43
//}
44
45
//
46
// assignment operators
47
//
48
// const CSGConnector& CSGConnector::operator=(const CSGConnector& rhs)
49
// {
50
// //An exception safe implementation is
51
// CSGConnector temp(rhs);
52
// swap(rhs);
53
//
54
// return *this;
55
// }
56
57
//
58
// member functions
59
//
60
void
CSGConnector::handleMenu
(Int_t
entry
) {
m_supervisor
->
activateMenuEntry
(
entry
); }
61
62
void
CSGConnector::handleToolBar
(Int_t
entry
) {
m_supervisor
->
activateToolBarEntry
(
entry
); }
63
64
//
65
// const member functions
66
//
67
68
//
69
// static member functions
70
//
CSGConnector.h
ClassImp
ClassImp(CSGConnector)
CSGConnector::m_supervisor
CSGActionSupervisor * m_supervisor
Definition:
CSGConnector.h:47
CSGActionSupervisor::activateMenuEntry
Bool_t activateMenuEntry(int entry)
Definition:
CSGActionSupervisor.cc:54
CSGConnector::handleMenu
void handleMenu(Int_t entry)
Definition:
CSGConnector.cc:60
mps_splice.entry
entry
Definition:
mps_splice.py:68
CSGConnector::handleToolBar
void handleToolBar(Int_t entry)
Definition:
CSGConnector.cc:62
CSGConnector
Definition:
CSGConnector.h:30
CSGActionSupervisor.h
CSGActionSupervisor::activateToolBarEntry
Bool_t activateToolBarEntry(int entry)
Definition:
CSGActionSupervisor.cc:65
Generated for CMSSW Reference Manual by
1.8.14