Ignore:
Timestamp:
05/10/03 18:27:17 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1965 r2109  
    7777    void DrawPixelNumbers();
    7878
    79     void     Paint(Option_t *option="");
    80     void     Reset();
    81     void     Draw(Option_t *option="");
    82     void     SavePrimitive(ofstream &out, Option_t *);
    83     Int_t    DistancetoPrimitive(Int_t px, Int_t py);
     79    void  Paint(Option_t *option="");
     80    void  Reset();
     81    void  Draw(Option_t *option="");
     82    void  SavePrimitive(ofstream &out, Option_t *);
     83    Int_t DistancetoPrimitive(Int_t px, Int_t py);
     84    char *GetObjectInfo(Int_t px, Int_t py) const;
    8485    //virtual void  ExecuteEvent(Int_t event, Int_t px, Int_t py);
    8586
     
    9091    void SetInvDeepBlueSeaPalette(); // *MENU*
    9192
    92     void  SetPix(const Int_t pixnum, const Int_t color, Float_t min, Float_t max);      // New function added by M.Lopez in 31-01-03
     93    void SetPix(const Int_t pixnum, const Int_t color, Float_t min, Float_t max);      // New function added by M.Lopez in 31-01-03
    9394
    9495    ClassDef(MCamDisplay, 0) // Displays the magic camera
Note: See TracChangeset for help on using the changeset viewer.