Ignore:
Timestamp:
07/16/02 09:26:09 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgui
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MCamDisplay.cc

    r1405 r1406  
    584584// Execute a mouse event on the camera
    585585//
    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  
    5757    ~MCamDisplay();
    5858
     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
    5962    void SetAutoScale(Bool_t input=kTRUE) { fAutoScale = input; }
    6063    void DrawPhotNum(const MCerPhotEvt *event);
     
    6265    void DrawPixelNumbers();
    6366
    64     void Reset();
    65     void Draw(Option_t *option="");
    66     void SavePrimitive(ofstream &out, Option_t *);
     67    virtual void Reset();
     68    virtual void Draw(Option_t *option="");
     69    virtual void SavePrimitive(ofstream &out, Option_t *);
    6770
    6871    void SetPalette(Int_t ncolors, Int_t *colors);
  • trunk/MagicSoft/Mars/mgui/MineSweeper.cc

    r1403 r1406  
    474474    Update(flg);
    475475
    476     if (vis==fNumPixels)
     476    if (vis==fNumPixels && !fDone)
    477477        Done("Great! Congratulations, you did it!", 3);
    478478
Note: See TracChangeset for help on using the changeset viewer.