Main Page
Namespaces
Classes
Package Documentation
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
) {
61
m_supervisor->activateMenuEntry(entry);
62
}
63
64
void
CSGConnector::handleToolBar
(Int_t
entry
) {
65
m_supervisor
->
activateToolBarEntry
(entry);
66
}
67
68
//
69
// const member functions
70
//
71
72
//
73
// static member functions
74
//
CSGConnector.h
CSGConnector::m_supervisor
CSGActionSupervisor * m_supervisor
Definition:
CSGConnector.h:49
mps_splice.entry
entry
Definition:
mps_splice.py:67
CSGConnector::handleToolBar
void handleToolBar(Int_t entry)
Definition:
CSGConnector.cc:64
CSGConnector
Definition:
CSGConnector.h:30
CSGActionSupervisor.h
CSGActionSupervisor::activateToolBarEntry
Bool_t activateToolBarEntry(int entry)
Definition:
CSGActionSupervisor.cc:83
ClassImp
ClassImp(CSGConnector) void CSGConnector
Definition:
CSGConnector.cc:19
Generated for CMSSW Reference Manual by
1.8.11