Changeset 1406
- Timestamp:
- 07/16/02 09:26:09 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile
r1405 r1406 38 38 mmc \ 39 39 mgui \ 40 mfileio \41 40 manalysis \ 42 41 mfileio \ -
trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
r1405 r1406 584 584 // Execute a mouse event on the camera 585 585 // 586 void MCamDisplay::ExecuteEvent(Int_t event, Int_t px, Int_t py) 587 { 588 cout << "Execute Event Camera " << event << " @ " << px << " " << py << endl; 589 } 586 /* 587 void MCamDisplay::ExecuteEvent(Int_t event, Int_t px, Int_t py) 588 { 589 cout << "Execute Event Camera " << event << " @ " << px << " " << py << endl; 590 } 591 */ -
trunk/MagicSoft/Mars/mgui/MCamDisplay.h
r1390 r1406 57 57 ~MCamDisplay(); 58 58 59 virtual Int_t DistancetoPrimitive(Int_t px, Int_t py); 60 //virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py); 61 59 62 void SetAutoScale(Bool_t input=kTRUE) { fAutoScale = input; } 60 63 void DrawPhotNum(const MCerPhotEvt *event); … … 62 65 void DrawPixelNumbers(); 63 66 64 v oid Reset();65 v oid Draw(Option_t *option="");66 v oid SavePrimitive(ofstream &out, Option_t *);67 virtual void Reset(); 68 virtual void Draw(Option_t *option=""); 69 virtual void SavePrimitive(ofstream &out, Option_t *); 67 70 68 71 void SetPalette(Int_t ncolors, Int_t *colors); -
trunk/MagicSoft/Mars/mgui/MineSweeper.cc
r1403 r1406 474 474 Update(flg); 475 475 476 if (vis==fNumPixels )476 if (vis==fNumPixels && !fDone) 477 477 Done("Great! Congratulations, you did it!", 3); 478 478
Note:
See TracChangeset
for help on using the changeset viewer.