Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:35

0001 // -*- C++ -*-
0002 //
0003 // Package:     Core
0004 // Class  :     CSGConnector
0005 //
0006 // Implementation:
0007 //     <Notes on implementation>
0008 //
0009 // Original Author:  Chris Jones
0010 //         Created:  Thu May 29 20:58:15 CDT 2008
0011 //
0012 
0013 // system include files
0014 
0015 // user include files
0016 #include "Fireworks/Core/src/CSGConnector.h"
0017 #include "Fireworks/Core/interface/CSGActionSupervisor.h"
0018 
0019 ClassImp(CSGConnector);
0020 
0021 //
0022 // constants, enums and typedefs
0023 //
0024 
0025 //
0026 // static data member definitions
0027 //
0028 
0029 //
0030 // constructors and destructor
0031 //
0032 //CSGConnector::CSGConnector()
0033 //{
0034 //}
0035 
0036 // CSGConnector::CSGConnector(const CSGConnector& rhs)
0037 // {
0038 //    // do actual copying here;
0039 // }
0040 
0041 //CSGConnector::~CSGConnector()
0042 //{
0043 //}
0044 
0045 //
0046 // assignment operators
0047 //
0048 // const CSGConnector& CSGConnector::operator=(const CSGConnector& rhs)
0049 // {
0050 //   //An exception safe implementation is
0051 //   CSGConnector temp(rhs);
0052 //   swap(rhs);
0053 //
0054 //   return *this;
0055 // }
0056 
0057 //
0058 // member functions
0059 //
0060 void CSGConnector::handleMenu(Int_t entry) { m_supervisor->activateMenuEntry(entry); }
0061 
0062 void CSGConnector::handleToolBar(Int_t entry) { m_supervisor->activateToolBarEntry(entry); }
0063 
0064 //
0065 // const member functions
0066 //
0067 
0068 //
0069 // static member functions
0070 //