|
| TPadPainter () |
| Empty ctor. We need it only because of explicit copy ctor. More...
|
|
void | ClearDrawable () |
| Clear the current gVirtualX window. More...
|
|
void | CopyDrawable (Int_t device, Int_t px, Int_t py) |
| Copy a gVirtualX pixmap. More...
|
|
Int_t | CreateDrawable (UInt_t w, UInt_t h) |
| Create a gVirtualX Pixmap. More...
|
|
void | DestroyDrawable (Int_t device) |
| Close the current gVirtualX pixmap. More...
|
|
void | DrawBox (Double_t x1, Double_t y1, Double_t x2, Double_t y2, EBoxMode mode) |
| Paint a simple box. More...
|
|
void | DrawFillArea (Int_t n, const Double_t *x, const Double_t *y) |
| Paint filled area. More...
|
|
void | DrawFillArea (Int_t n, const Float_t *x, const Float_t *y) |
| Paint filled area. More...
|
|
void | DrawLine (Double_t x1, Double_t y1, Double_t x2, Double_t y2) |
| Paint a simple line. More...
|
|
void | DrawLineNDC (Double_t u1, Double_t v1, Double_t u2, Double_t v2) |
| 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) |
| Noop, for non-gl pad TASImage calls gVirtualX->CopyArea. More...
|
|
void | DrawPolyLine (Int_t n, const Double_t *x, const Double_t *y) |
| Paint Polyline. More...
|
|
void | DrawPolyLine (Int_t n, const Float_t *x, const Float_t *y) |
| Paint polyline. More...
|
|
void | DrawPolyLineNDC (Int_t n, const Double_t *u, const Double_t *v) |
| Paint polyline in normalized coordinates. More...
|
|
void | DrawPolyMarker (Int_t n, const Double_t *x, const Double_t *y) |
| Paint polymarker. More...
|
|
void | DrawPolyMarker (Int_t n, const Float_t *x, const Float_t *y) |
| Paint polymarker. More...
|
|
void | DrawText (Double_t x, Double_t y, const char *text, ETextMode mode) |
| Paint text. More...
|
|
void | DrawText (Double_t x, Double_t y, const wchar_t *text, ETextMode mode) |
| Special version working with wchar_t and required by TMathText. More...
|
|
void | DrawTextNDC (Double_t u, Double_t v, const char *text, ETextMode mode) |
| Paint text in normalized coordinates. More...
|
|
void | DrawTextNDC (Double_t u, Double_t v, const wchar_t *text, ETextMode mode) |
| Paint text in normalized coordinates. More...
|
|
Color_t | GetFillColor () const |
| Delegate to gVirtualX. More...
|
|
Style_t | GetFillStyle () const |
| Delegate to gVirtualX. More...
|
|
Color_t | GetLineColor () const |
| Delegate to gVirtualX. More...
|
|
Style_t | GetLineStyle () const |
| Delegate to gVirtualX. More...
|
|
Width_t | GetLineWidth () const |
| Delegate to gVirtualX. More...
|
|
Short_t | GetTextAlign () const |
| Delegate to gVirtualX. More...
|
|
Float_t | GetTextAngle () const |
| Delegate to gVirtualX. More...
|
|
Color_t | GetTextColor () const |
| Delegate to gVirtualX. More...
|
|
Font_t | GetTextFont () const |
| Delegate to gVirtualX. More...
|
|
Float_t | GetTextMagnitude () const |
| Delegate to gVirtualX. More...
|
|
Float_t | GetTextSize () const |
| Delegate to gVirtualX. More...
|
|
Bool_t | IsTransparent () const |
| Delegate to gVirtualX. More...
|
|
void | SaveImage (TVirtualPad *pad, const char *fileName, Int_t type) const |
| Save the image displayed in the canvas pointed by "pad" into a binary file. More...
|
|
void | SelectDrawable (Int_t device) |
| Select the window in which the graphics will go. More...
|
|
void | SetFillColor (Color_t fcolor) |
| Delegate to gVirtualX. More...
|
|
void | SetFillStyle (Style_t fstyle) |
| Delegate to gVirtualX. More...
|
|
void | SetLineColor (Color_t lcolor) |
| Delegate to gVirtualX. More...
|
|
void | SetLineStyle (Style_t lstyle) |
| Delegate to gVirtualX. More...
|
|
void | SetLineWidth (Width_t lwidth) |
| Delegate to gVirtualX. More...
|
|
void | SetOpacity (Int_t percent) |
| Delegate to gVirtualX. More...
|
|
void | SetTextAlign (Short_t align) |
| Delegate to gVirtualX. More...
|
|
void | SetTextAngle (Float_t tangle) |
| Delegate to gVirtualX. More...
|
|
void | SetTextColor (Color_t tcolor) |
| Delegate to gVirtualX. More...
|
|
void | SetTextFont (Font_t tfont) |
| Delegate to gVirtualX. More...
|
|
void | SetTextSize (Float_t tsize) |
| Delegate to gVirtualX. More...
|
|
void | SetTextSizePixels (Int_t npixels) |
| Delegate to gVirtualX. More...
|
|
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 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 |
|