CMS 3D CMS Logo

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
18 
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 //
61 
63 
64 //
65 // const member functions
66 //
67 
68 //
69 // static member functions
70 //
ClassImp(CSGConnector)
CSGActionSupervisor * m_supervisor
Definition: CSGConnector.h:47
Bool_t activateMenuEntry(int entry)
void handleMenu(Int_t entry)
Definition: CSGConnector.cc:60
void handleToolBar(Int_t entry)
Definition: CSGConnector.cc:62
Bool_t activateToolBarEntry(int entry)