Changeset 1015 for trunk/MagicSoft/Mars/mgui
- Timestamp:
- 10/30/01 13:38:00 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mgui
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgui/GuiLinkDef.h
r715 r1015 5 5 #pragma link off all functions; 6 6 7 #pragma link C++ class MHexagon ;7 #pragma link C++ class MHexagon+; 8 8 9 #pragma link C++ class MGeomPix ;10 #pragma link C++ class MGeomCam ;11 #pragma link C++ class MGeomCamCT1 ;12 #pragma link C++ class MGeomCamMagic ;9 #pragma link C++ class MGeomPix+; 10 #pragma link C++ class MGeomCam+; 11 #pragma link C++ class MGeomCamCT1+; 12 #pragma link C++ class MGeomCamMagic+; 13 13 14 #pragma link C++ class MCamDisplay ;14 #pragma link C++ class MCamDisplay+; 15 15 16 16 #endif -
trunk/MagicSoft/Mars/mgui/MCamDisplay.h
r980 r1015 1 #ifndef M CAMDISPLAY_H2 #define M CAMDISPLAY_H1 #ifndef MARS_MCamDisplay 2 #define MARS_MCamDisplay 3 3 4 #ifndef MA GIC_H4 #ifndef MARS_MAGIC 5 5 #include "MAGIC.h" 6 6 #endif -
trunk/MagicSoft/Mars/mgui/MGeomCam.h
r986 r1015 1 #ifndef M GEOMCAM_H2 #define M GEOMCAM_H1 #ifndef MARS_MGeomCam 2 #define MARS_MGeomCam 3 3 4 #ifndef MAGIC_H 5 #include "MAGIC.h" 6 #endif 7 #ifndef MPARCONTAINER_H 4 #ifndef MARS_MParContainer 8 5 #include "MParContainer.h" 9 6 #endif -
trunk/MagicSoft/Mars/mgui/MGeomCamCT1.h
r963 r1015 1 #ifndef M GEOMCAMCT1_H2 #define M GEOMCAMCT1_H1 #ifndef MARS_MGeomCamCT1 2 #define MARS_MGeomCamCT1 3 3 4 #ifndef MAGIC_H 5 #include "MAGIC.h" 6 #endif 7 #ifndef MGEOMCAM_H 4 #ifndef MARS_MGeomCam 8 5 #include "MGeomCam.h" 9 6 #endif -
trunk/MagicSoft/Mars/mgui/MGeomCamMagic.h
r963 r1015 1 #ifndef M GEOMCAMMAGIC_H2 #define M GEOMCAMMAGIC_H1 #ifndef MARS_MGeomCamMagic 2 #define MARS_MGeomCamMagic 3 3 4 #ifndef MAGIC_H 5 #include "MAGIC.h" 6 #endif 7 #ifndef MGEOMCAM_H 4 #ifndef MARS_MGeomCam 8 5 #include "MGeomCam.h" 9 6 #endif -
trunk/MagicSoft/Mars/mgui/MGeomPix.h
r986 r1015 1 #ifndef M GEOMPIX_H2 #define M GEOMPIX_H1 #ifndef MARS_MGeomPix 2 #define MARS_MGeomPix 3 3 4 #ifndef MA GIC_H5 #include "M AGIC.h"4 #ifndef MARS_MParContainer 5 #include "MParContainer.h" 6 6 #endif 7 7 8 class MGeomPix : public TObject8 class MGeomPix : public MParContainer 9 9 { 10 10 private: -
trunk/MagicSoft/Mars/mgui/MHexagon.h
r986 r1015 1 #ifndef M HEXAGON_H2 #define M HEXAGON_H1 #ifndef MARS_MHexagon 2 #define MARS_MHexagon 3 3 4 4 ////////////////////////////////////////////////////////////// … … 9 9 // 10 10 ////////////////////////////////////////////////////////////// 11 12 #ifndef MARS_MAGIC 13 #include "MAGIC.h" 14 #endif 11 15 12 16 #ifndef ROOT_TObject
Note:
See TracChangeset
for help on using the changeset viewer.