Ignore:
Timestamp:
09/18/16 14:54:03 (8 years ago)
Author:
tbretz
Message:
Dientengle from root and Mars, added the drawing function from their previous location.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/drive/MGImage.h

    r18618 r18628  
    5454    void DisableSyncMode() { ResetBit(kSyncMode); }
    5555
    56     ClassDef(MGImage, 0)
     56    static UChar_t Color(int col);
     57    static void    DrawCircle(UChar_t *buf, int w, int h, Float_t x, Float_t y, Float_t r, UChar_t col);
     58    static void    DrawHexagon(UChar_t *buf, int w, int h, Float_t x, Float_t y, Float_t r, UChar_t col, Int_t style=1);
     59    static void    DrawLine(UChar_t *buf, int w, int h, Float_t x1, Float_t y1, Float_t x2, Float_t y2, UChar_t col, Int_t style=1);
     60    static void    DrawBox(UChar_t *buf, int w, int h, Float_t x1, Float_t y1, Float_t x2, Float_t y2, UChar_t col, Int_t style=1);
     61    static void    DrawDot(UChar_t *buf, int w, int h, Float_t cx, Float_t cy, UChar_t col);
     62    static void    DrawMultiply(UChar_t *buf, int w, int h, Float_t cx, Float_t cy, Float_t size, UChar_t col);
     63    static void    DrawCross(UChar_t *buf, int w, int h, Float_t cx, Float_t cy, Float_t size, UChar_t col);
    5764};
    5865
Note: See TracChangeset for help on using the changeset viewer.