|
| TWebPadPainter () |
|
void | ClearDrawable () override |
|
void | CopyDrawable (Int_t, Int_t, Int_t) override |
|
Int_t | CreateDrawable (UInt_t, UInt_t) override |
|
void | DestroyDrawable (Int_t) override |
|
void | DrawBox (Double_t x1, Double_t y1, Double_t x2, Double_t y2, EBoxMode mode) override |
| Paint a simple box. More...
|
|
void | DrawFillArea (Int_t n, const Double_t *x, const Double_t *y) override |
| Paint filled area. More...
|
|
void | DrawFillArea (Int_t n, const Float_t *x, const Float_t *y) override |
| Paint filled area. More...
|
|
void | DrawLine (Double_t x1, Double_t y1, Double_t x2, Double_t y2) override |
| Paint a simple line. More...
|
|
void | DrawLineNDC (Double_t u1, Double_t v1, Double_t u2, Double_t v2) override |
| Paint a simple line in normalized coordinates. More...
|
|
void | DrawPixels (const unsigned char *pixelData, UInt_t width, UInt_t height, Int_t dstX, Int_t dstY, Bool_t enableAlphaBlending) override |
| Noop, for non-gl pad TASImage calls gVirtualX->CopyArea. More...
|
|
void | DrawPolyLine (Int_t n, const Double_t *x, const Double_t *y) override |
| Paint Polyline. More...
|
|
void | DrawPolyLine (Int_t n, const Float_t *x, const Float_t *y) override |
| Paint polyline. More...
|
|
void | DrawPolyLineNDC (Int_t n, const Double_t *u, const Double_t *v) override |
| Paint polyline in normalized coordinates. More...
|
|
void | DrawPolyMarker (Int_t n, const Double_t *x, const Double_t *y) override |
| Paint polymarker. More...
|
|
void | DrawPolyMarker (Int_t n, const Float_t *x, const Float_t *y) override |
| Paint polymarker. More...
|
|
void | DrawText (Double_t x, Double_t y, const char *text, ETextMode mode) override |
| Paint text. More...
|
|
void | DrawText (Double_t x, Double_t y, const wchar_t *text, ETextMode mode) override |
| Special version working with wchar_t and required by TMathText. More...
|
|
void | DrawTextNDC (Double_t u, Double_t v, const char *text, ETextMode mode) override |
| Paint text in normalized coordinates. More...
|
|
void | DrawTextNDC (Double_t u, Double_t v, const wchar_t *text, ETextMode mode) override |
| Paint text in normalized coordinates. More...
|
|
Color_t | GetFillColor () const override |
| Return the fill area color. More...
|
|
Style_t | GetFillStyle () const override |
| Return the fill area style. More...
|
|
Color_t | GetLineColor () const override |
| Return the line color. More...
|
|
Style_t | GetLineStyle () const override |
| Return the line style. More...
|
|
Width_t | GetLineWidth () const override |
| Return the line width. More...
|
|
Short_t | GetTextAlign () const override |
| Return the text alignment. More...
|
|
Float_t | GetTextAngle () const override |
| Return the text angle. More...
|
|
Color_t | GetTextColor () const override |
| Return the text color. More...
|
|
Font_t | GetTextFont () const override |
| Return the text font. More...
|
|
Float_t | GetTextMagnitude () const override |
|
Float_t | GetTextSize () const override |
| Return the text size. More...
|
|
TClass * | IsA () const override |
|
Bool_t | IsTransparent () const override |
|
void | SaveImage (TVirtualPad *, const char *, Int_t) const override |
| Produce image from WebPadPainter. More...
|
|
void | SelectDrawable (Int_t) override |
|
void | SetFillColor (Color_t fcolor) override |
| Set the fill area color. More...
|
|
void | SetFillStyle (Style_t fstyle) override |
| Set the fill area style. More...
|
|
void | SetLineColor (Color_t lcolor) override |
| Set the line color. More...
|
|
void | SetLineStyle (Style_t lstyle) override |
| Set the line style. More...
|
|
void | SetLineWidth (Width_t lwidth) override |
| Set the line width. More...
|
|
void | SetOpacity (Int_t percent) override |
|
void | SetPainting (TWebPainting *p) |
|
void | SetTextAlign (Short_t align) override |
| Set the text alignment. More...
|
|
void | SetTextAngle (Float_t tangle) override |
| Set the text angle. More...
|
|
void | SetTextColor (Color_t tcolor) override |
| Set the text color. More...
|
|
void | SetTextFont (Font_t tfont) override |
| Set the text font. More...
|
|
void | SetTextSize (Float_t tsize) override |
| Set the text size. More...
|
|
void | SetTextSizePixels (Int_t npixels) override |
| Set the text size in pixel. More...
|
|
void | Streamer (TBuffer &) override |
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
virtual | ~TVirtualPadPainter () |
| Virtual dtor. More...
|
|
virtual void | ClearDrawable ()=0 |
|
virtual void | CopyDrawable (Int_t device, Int_t px, Int_t py)=0 |
|
virtual Int_t | CreateDrawable (UInt_t w, UInt_t h)=0 |
|
virtual void | DestroyDrawable (Int_t device)=0 |
|
virtual void | DrawBox (Double_t x1, Double_t y1, Double_t x2, Double_t y2, EBoxMode mode)=0 |
|
virtual void | DrawFillArea (Int_t n, const Double_t *x, const Double_t *y)=0 |
|
virtual void | DrawFillArea (Int_t n, const Float_t *x, const Float_t *y)=0 |
|
virtual void | DrawLine (Double_t x1, Double_t y1, Double_t x2, Double_t y2)=0 |
|
virtual void | DrawLineNDC (Double_t u1, Double_t v1, Double_t u2, Double_t v2)=0 |
|
virtual void | DrawPixels (const unsigned char *pixelData, UInt_t width, UInt_t height, Int_t dstX, Int_t dstY, Bool_t enableAlphaBlending)=0 |
|
virtual void | DrawPolyLine (Int_t n, const Double_t *x, const Double_t *y)=0 |
|
virtual void | DrawPolyLine (Int_t n, const Float_t *x, const Float_t *y)=0 |
|
virtual void | DrawPolyLineNDC (Int_t n, const Double_t *u, const Double_t *v)=0 |
|
virtual void | DrawPolyMarker (Int_t n, const Double_t *x, const Double_t *y)=0 |
|
virtual void | DrawPolyMarker (Int_t n, const Float_t *x, const Float_t *y)=0 |
|
virtual void | DrawText (Double_t x, Double_t y, const char *text, ETextMode mode)=0 |
|
virtual void | DrawText (Double_t x, Double_t y, const wchar_t *text, ETextMode mode)=0 |
|
virtual void | DrawTextNDC (Double_t u, Double_t v, const char *text, ETextMode mode)=0 |
|
virtual void | DrawTextNDC (Double_t u, Double_t v, const wchar_t *text, ETextMode mode)=0 |
|
virtual Color_t | GetFillColor () const =0 |
|
virtual Style_t | GetFillStyle () const =0 |
|
virtual Color_t | GetLineColor () const =0 |
|
virtual Style_t | GetLineStyle () const =0 |
|
virtual Width_t | GetLineWidth () const =0 |
|
virtual Short_t | GetTextAlign () const =0 |
|
virtual Float_t | GetTextAngle () const =0 |
|
virtual Color_t | GetTextColor () const =0 |
|
virtual Font_t | GetTextFont () const =0 |
|
virtual Float_t | GetTextMagnitude () const =0 |
|
virtual Float_t | GetTextSize () const =0 |
|
virtual void | InitPainter () |
| Empty definition. More...
|
|
virtual void | InvalidateCS () |
| Empty definition. More...
|
|
virtual TClass * | IsA () const |
|
virtual Bool_t | IsTransparent () const =0 |
|
virtual void | LockPainter () |
| Empty definition. More...
|
|
virtual void | SaveImage (TVirtualPad *pad, const char *fileName, Int_t type) const =0 |
|
virtual void | SelectDrawable (Int_t device)=0 |
|
virtual void | SetFillColor (Color_t fcolor)=0 |
|
virtual void | SetFillStyle (Style_t fstyle)=0 |
|
virtual void | SetLineColor (Color_t lcolor)=0 |
|
virtual void | SetLineStyle (Style_t lstyle)=0 |
|
virtual void | SetLineWidth (Width_t lwidth)=0 |
|
virtual void | SetOpacity (Int_t percent)=0 |
|
virtual void | SetTextAlign (Short_t align=11)=0 |
|
virtual void | SetTextAngle (Float_t tangle=0)=0 |
|
virtual void | SetTextColor (Color_t tcolor=1)=0 |
|
virtual void | SetTextFont (Font_t tfont=62)=0 |
|
virtual void | SetTextSize (Float_t tsize=1)=0 |
|
virtual void | SetTextSizePixels (Int_t npixels)=0 |
|
virtual void | Streamer (TBuffer &) |
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
| TAttLine () |
| AttLine default constructor. More...
|
|
| TAttLine (Color_t lcolor, Style_t lstyle, Width_t lwidth) |
| AttLine normal constructor. More...
|
|
virtual | ~TAttLine () |
| AttLine destructor. More...
|
|
void | Copy (TAttLine &attline) const |
| Copy this line attributes to a new TAttLine. More...
|
|
Int_t | DistancetoLine (Int_t px, Int_t py, Double_t xp1, Double_t yp1, Double_t xp2, Double_t yp2) |
| Compute distance from point px,py to a line. More...
|
|
virtual Color_t | GetLineColor () const |
| Return the line color. More...
|
|
virtual Style_t | GetLineStyle () const |
| Return the line style. More...
|
|
virtual Width_t | GetLineWidth () const |
| Return the line width. More...
|
|
virtual TClass * | IsA () const |
|
virtual void | Modify () |
| Change current line attributes if necessary. More...
|
|
virtual void | ResetAttLine (Option_t *option="") |
| Reset this line attributes to default values. More...
|
|
virtual void | SaveLineAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1) |
| Save line attributes as C++ statement(s) on output stream out. More...
|
|
virtual void | SetLineAttributes () |
| Invoke the DialogCanvas Line attributes. More...
|
|
virtual void | SetLineColor (Color_t lcolor) |
| Set the line color. More...
|
|
virtual void | SetLineColorAlpha (Color_t lcolor, Float_t lalpha) |
| Set a transparent line color. More...
|
|
virtual void | SetLineStyle (Style_t lstyle) |
| Set the line style. More...
|
|
virtual void | SetLineWidth (Width_t lwidth) |
| Set the line width. More...
|
|
virtual void | Streamer (TBuffer &) |
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
| TAttFill () |
| AttFill default constructor. More...
|
|
| TAttFill (Color_t fcolor, Style_t fstyle) |
| AttFill normal constructor. More...
|
|
virtual | ~TAttFill () |
| AttFill destructor. More...
|
|
void | Copy (TAttFill &attfill) const |
| Copy this fill attributes to a new TAttFill. More...
|
|
virtual Color_t | GetFillColor () const |
| Return the fill area color. More...
|
|
virtual Style_t | GetFillStyle () const |
| Return the fill area style. More...
|
|
virtual TClass * | IsA () const |
|
virtual Bool_t | IsTransparent () const |
|
virtual void | Modify () |
| Change current fill area attributes if necessary. More...
|
|
virtual void | ResetAttFill (Option_t *option="") |
| Reset this fill attributes to default values. More...
|
|
virtual void | SaveFillAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001) |
| Save fill attributes as C++ statement(s) on output stream out. More...
|
|
virtual void | SetFillAttributes () |
| Invoke the DialogCanvas Fill attributes. More...
|
|
virtual void | SetFillColor (Color_t fcolor) |
| Set the fill area color. More...
|
|
virtual void | SetFillColorAlpha (Color_t fcolor, Float_t falpha) |
| Set a transparent fill color. More...
|
|
virtual void | SetFillStyle (Style_t fstyle) |
| Set the fill area style. More...
|
|
virtual void | Streamer (TBuffer &) |
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
| TAttText () |
| AttText default constructor. More...
|
|
| TAttText (Int_t align, Float_t angle, Color_t color, Style_t font, Float_t tsize) |
| AttText normal constructor. More...
|
|
virtual | ~TAttText () |
| AttText destructor. More...
|
|
void | Copy (TAttText &atttext) const |
| Copy this text attributes to a new TAttText. More...
|
|
virtual Short_t | GetTextAlign () const |
| Return the text alignment. More...
|
|
virtual Float_t | GetTextAngle () const |
| Return the text angle. More...
|
|
virtual Color_t | GetTextColor () const |
| Return the text color. More...
|
|
virtual Font_t | GetTextFont () const |
| Return the text font. More...
|
|
virtual Float_t | GetTextSize () const |
| Return the text size. More...
|
|
virtual Float_t | GetTextSizePercent (Float_t size) |
| Return the text in percent of the pad size. More...
|
|
virtual TClass * | IsA () const |
|
virtual void | Modify () |
| Change current text attributes if necessary. More...
|
|
virtual void | ResetAttText (Option_t *toption="") |
| Reset this text attributes to default values. More...
|
|
virtual void | SaveTextAttributes (std::ostream &out, const char *name, Int_t alidef=12, Float_t angdef=0, Int_t coldef=1, Int_t fondef=61, Float_t sizdef=1) |
| Save text attributes as C++ statement(s) on output stream out. More...
|
|
virtual void | SetTextAlign (Short_t align=11) |
| Set the text alignment. More...
|
|
virtual void | SetTextAngle (Float_t tangle=0) |
| Set the text angle. More...
|
|
virtual void | SetTextAttributes () |
| Invoke the DialogCanvas Text attributes. More...
|
|
virtual void | SetTextColor (Color_t tcolor=1) |
| Set the text color. More...
|
|
virtual void | SetTextColorAlpha (Color_t tcolor, Float_t talpha) |
| Set a transparent marker color. More...
|
|
virtual void | SetTextFont (Font_t tfont=62) |
| Set the text font. More...
|
|
virtual void | SetTextSize (Float_t tsize=1) |
| Set the text size. More...
|
|
virtual void | SetTextSizePixels (Int_t npixels) |
| Set the text size in pixel. More...
|
|
virtual void | Streamer (TBuffer &) |
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
| TAttMarker () |
| TAttMarker default constructor. More...
|
|
| TAttMarker (Color_t color, Style_t style, Size_t msize) |
| TAttMarker normal constructor. More...
|
|
virtual | ~TAttMarker () |
| TAttMarker destructor. More...
|
|
void | Copy (TAttMarker &attmarker) const |
| Copy this marker attributes to a new TAttMarker. More...
|
|
virtual Color_t | GetMarkerColor () const |
| Return the marker color. More...
|
|
virtual Size_t | GetMarkerSize () const |
| Return the marker size. More...
|
|
virtual Style_t | GetMarkerStyle () const |
| Return the marker style. More...
|
|
virtual TClass * | IsA () const |
|
virtual void | Modify () |
| Change current marker attributes if necessary. More...
|
|
virtual void | ResetAttMarker (Option_t *toption="") |
| Reset this marker attributes to the default values. More...
|
|
virtual void | SaveMarkerAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t sizdef=1) |
| Save line attributes as C++ statement(s) on output stream out. More...
|
|
virtual void | SetMarkerAttributes () |
| Invoke the DialogCanvas Marker attributes. More...
|
|
virtual void | SetMarkerColor (Color_t mcolor=1) |
| Set the marker color. More...
|
|
virtual void | SetMarkerColorAlpha (Color_t mcolor, Float_t malpha) |
| Set a transparent marker color. More...
|
|
virtual void | SetMarkerSize (Size_t msize=1) |
| Set the marker size. More...
|
|
virtual void | SetMarkerStyle (Style_t mstyle=1) |
| Set the marker style. More...
|
|
virtual void | Streamer (TBuffer &) |
|
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|