Changeset 2229 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 06/24/03 15:01:48 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mgui
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/MCamEvent.cc
r2206 r2229 24 24 25 25 ////////////////////////////////////////////////////////////////////////////// 26 // // 27 // MCamEvent // 28 // // 26 // 27 // MCamEvent 28 // 29 // A base class describing an event in the camera. 30 // 29 31 ////////////////////////////////////////////////////////////////////////////// 30 32 #include "MCamEvent.h" -
trunk/MagicSoft/Mars/mgui/MCamEvent.h
r2206 r2229 2 2 #define MARS_MCamEvent 3 3 4 //////////////////////////////////////////////////////////////5 //6 // MCamEvent7 //8 // A Hexagon for the MAGIC event display9 //10 //////////////////////////////////////////////////////////////11 4 #ifndef MARS_MParContainer 12 5 #include "MParContainer.h" -
trunk/MagicSoft/Mars/mgui/MHexagon.cc
r2173 r2229 83 83 // ------------------------------------------------------------------------ 84 84 // 85 // default destructor for MHexagon86 //87 MHexagon::~MHexagon()88 {89 }90 91 // ------------------------------------------------------------------------92 //93 85 // copy this hexagon to hexagon 94 86 // -
trunk/MagicSoft/Mars/mgui/MHexagon.h
r2189 r2229 42 42 MHexagon(MGeomPix &pix); 43 43 MHexagon(const MHexagon &hexagon); 44 virtual ~MHexagon();45 44 46 45 virtual void Copy(TObject &hexagon)
Note:
See TracChangeset
for help on using the changeset viewer.