Ignore:
Timestamp:
10/05/07 15:35:31 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtools/MCalendar.cc

    r7923 r8750  
    13911391// DrawImage cd()'s to the new pad.
    13921392//
    1393 TASImage *MCalendar::DrawImage(const TASImage &img, Float_t x1, Float_t y1, Float_t x2, Float_t y2, Bool_t rot) const
     1393TASImage *MCalendar::DrawImage(const TASImage &img, Float_t x1, Float_t y1, Float_t x2, Float_t y2, Bool_t rot)
    13941394{
    13951395    TPad *pad=new TPad("Img", "Image", x1, y1, x2, y2);
  • trunk/MagicSoft/Mars/mtools/MCalendar.h

    r7893 r8750  
    177177
    178178    // Calendar sheet interface
    179     TASImage *DrawImage(const TASImage &img, Float_t x1, Float_t y1, Float_t x2, Float_t y2, Bool_t rot=kFALSE) const;
     179    static TASImage *DrawImage(const TASImage &img, Float_t x1, Float_t y1, Float_t x2, Float_t y2, Bool_t rot=kFALSE);
    180180    TASImage *GetImage(TEnv *env=NULL, const char *path="");
    181181    void      DrawLatex(Float_t x, Float_t y, const char *text, const TAttText &att);
Note: See TracChangeset for help on using the changeset viewer.