Fireworks
Core
src
CSGConnector.h
Go to the documentation of this file.
1
#ifndef Fireworks_Core_CSGConnector_h
2
#define Fireworks_Core_CSGConnector_h
3
// -*- C++ -*-
4
//
5
// Package: Core
6
// Class : CSGConnector
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Thu May 29 18:16:04 CDT 2008
19
//
20
21
// system include files
22
#include "TQObject.h"
23
24
// user include files
25
26
// forward declarations
27
class
CSGAction
;
28
class
CSGActionSupervisor
;
29
30
class
CSGConnector
:
public
TQObject {
31
public
:
32
CSGConnector
(
CSGAction
*
action
,
CSGActionSupervisor
*supervisor) :
m_action
(
action
),
m_supervisor
(supervisor){};
33
//virtual ~CSGConnector();
34
35
// ---------- member functions ---------------------------
36
void
handleMenu
(Int_t
entry
);
37
void
handleToolBar
(Int_t
entry
);
38
ClassDef
(
CSGConnector
, 0);
39
40
private
:
41
CSGConnector
(
const
CSGConnector
&);
// stop default
42
43
const
CSGConnector
&
operator=
(
const
CSGConnector
&);
// stop default
44
45
// ---------- member data --------------------------------
46
CSGAction
*
m_action
;
47
CSGActionSupervisor
*
m_supervisor
;
48
};
49
50
#endif
CSGConnector::handleMenu
void handleMenu(Int_t entry)
Definition:
CSGConnector.cc:60
CSGActionSupervisor
Definition:
CSGActionSupervisor.h:27
mps_splice.entry
entry
Definition:
mps_splice.py:68
CSGConnector::handleToolBar
void handleToolBar(Int_t entry)
Definition:
CSGConnector.cc:62
CSGConnector::m_action
CSGAction * m_action
Definition:
CSGConnector.h:46
CSGAction
Definition:
CSGAction.h:38
CSGConnector::operator=
const CSGConnector & operator=(const CSGConnector &)
CSGConnector::ClassDef
ClassDef(CSGConnector, 0)
CSGConnector
Definition:
CSGConnector.h:30
CSGConnector::CSGConnector
CSGConnector(CSGAction *action, CSGActionSupervisor *supervisor)
Definition:
CSGConnector.h:32
writedatasetfile.action
action
Definition:
writedatasetfile.py:8
CSGConnector::m_supervisor
CSGActionSupervisor * m_supervisor
Definition:
CSGConnector.h:47
Generated for CMSSW Reference Manual by
1.8.16