Logo ROOT   6.10/09
Reference Guide
TPad.h
Go to the documentation of this file.
1 // @(#)root/gpad:$Id$
2 // Author: Rene Brun 12/12/94
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6  * All rights reserved. *
7  * *
8  * For the licensing terms see $ROOTSYS/LICENSE. *
9  * For the list of contributors see $ROOTSYS/README/CREDITS. *
10  *************************************************************************/
11 
12 #ifndef ROOT_TPad
13 #define ROOT_TPad
14 
15 
16 #include "TVirtualPad.h"
17 #include "TAttBBox2D.h"
18 #include "TPoint.h"
19 #include "GuiTypes.h"
20 
21 class TVirtualViewer3D;
22 class TVirtualPadPainter;
23 class TBrowser;
24 class TBox;
25 class TLegend;
26 class TArrow;
27 
28 
29 class TPad : public TVirtualPad, public TAttBBox2D {
30 
31 private:
32  TObject *fTip; ///<! tool tip associated with box
33 
34 protected:
35  Double_t fX1; ///< X of lower X coordinate
36  Double_t fY1; ///< Y of lower Y coordinate
37  Double_t fX2; ///< X of upper X coordinate
38  Double_t fY2; ///< Y of upper Y coordinate
39 
40  Double_t fXtoAbsPixelk; ///< Conversion coefficient for X World to absolute pixel
41  Double_t fXtoPixelk; ///< Conversion coefficient for X World to pixel
42  Double_t fXtoPixel; ///< xpixel = fXtoPixelk + fXtoPixel*xworld
43  Double_t fYtoAbsPixelk; ///< Conversion coefficient for Y World to absolute pixel
44  Double_t fYtoPixelk; ///< Conversion coefficient for Y World to pixel
45  Double_t fYtoPixel; ///< ypixel = fYtoPixelk + fYtoPixel*yworld
46 
47  Double_t fUtoAbsPixelk; ///< Conversion coefficient for U NDC to absolute pixel
48  Double_t fUtoPixelk; ///< Conversion coefficient for U NDC to pixel
49  Double_t fUtoPixel; ///< xpixel = fUtoPixelk + fUtoPixel*undc
50  Double_t fVtoAbsPixelk; ///< Conversion coefficient for V NDC to absolute pixel
51  Double_t fVtoPixelk; ///< Conversion coefficient for V NDC to pixel
52  Double_t fVtoPixel; ///< ypixel = fVtoPixelk + fVtoPixel*vndc
53 
54  Double_t fAbsPixeltoXk; ///< Conversion coefficient for absolute pixel to X World
55  Double_t fPixeltoXk; ///< Conversion coefficient for pixel to X World
56  Double_t fPixeltoX; ///< xworld = fPixeltoXk + fPixeltoX*xpixel
57  Double_t fAbsPixeltoYk; ///< Conversion coefficient for absolute pixel to Y World
58  Double_t fPixeltoYk; ///< Conversion coefficient for pixel to Y World
59  Double_t fPixeltoY; ///< yworld = fPixeltoYk + fPixeltoY*ypixel
60 
61  Double_t fXlowNDC; ///< X bottom left corner of pad in NDC [0,1]
62  Double_t fYlowNDC; ///< Y bottom left corner of pad in NDC [0,1]
65  Double_t fWNDC; ///< Width of pad along X in NDC
66  Double_t fHNDC; ///< Height of pad along Y in NDC
67 
68  Double_t fAbsXlowNDC; ///< Absolute X top left corner of pad in NDC [0,1]
69  Double_t fAbsYlowNDC; ///< Absolute Y top left corner of pad in NDC [0,1]
70  Double_t fAbsWNDC; ///< Absolute Width of pad along X in NDC
71  Double_t fAbsHNDC; ///< Absolute Height of pad along Y in NDC
72 
73  Double_t fUxmin; ///< Minimum value on the X axis
74  Double_t fUymin; ///< Minimum value on the Y axis
75  Double_t fUxmax; ///< Maximum value on the X axis
76  Double_t fUymax; ///< Maximum value on the Y axis
77 
78  Double_t fTheta; ///< theta angle to view as lego/surface
79  Double_t fPhi; ///< phi angle to view as lego/surface
80 
81  Double_t fAspectRatio; ///< ratio of w/h in case of fixed ratio
82 
83  Int_t fPixmapID; ///<! Off-screen pixmap identifier
84  Int_t fGLDevice; ///<! OpenGL off-screen pixmap identifier
87  Int_t fNumber; ///< pad number identifier
88  Int_t fTickx; ///< Set to 1 if tick marks along X
89  Int_t fTicky; ///< Set to 1 if tick marks along Y
90  Int_t fLogx; ///< (=0 if X linear scale, =1 if log scale)
91  Int_t fLogy; ///< (=0 if Y linear scale, =1 if log scale)
92  Int_t fLogz; ///< (=0 if Z linear scale, =1 if log scale)
93  Int_t fPadPaint; ///< Set to 1 while painting the pad
94  Int_t fCrosshair; ///< Crosshair type (0 if no crosshair requested)
95  Int_t fCrosshairPos; ///< Position of crosshair
96  Short_t fBorderSize; ///< pad bordersize in pixels
97  Short_t fBorderMode; ///< Bordermode (-1=down, 0 = no border, 1=up)
98  Bool_t fModified; ///< Set to true when pad is modified
99  Bool_t fGridx; ///< Set to true if grid along X
100  Bool_t fGridy; ///< Set to true if grid along Y
101  Bool_t fAbsCoord; ///< Use absolute coordinates
102  Bool_t fEditable; ///< True if canvas is editable
103  Bool_t fFixedAspectRatio; ///< True if fixed aspect ratio
104  TPad *fMother; ///<! pointer to mother of the list
105  TCanvas *fCanvas; ///<! Pointer to mother canvas
106  TList *fPrimitives; ///<->List of primitives (subpads)
107  TList *fExecs; ///< List of commands to be executed when a pad event occurs
108  TString fName; ///< Pad name
109  TString fTitle; ///< Pad title
110  TFrame *fFrame; ///<! Pointer to 2-D frame (if one exists)
111  TView *fView; ///<! Pointer to 3-D view (if one exists)
112  TObject *fPadPointer; ///<! free pointer
113  TObject *fPadView3D; ///<! 3D View of this TPad
114  static Int_t fgMaxPickDistance; ///< Maximum Pick Distance
115  Int_t fNumPaletteColor; ///< Number of objects with an automatic color
116  Int_t fNextPaletteColor; ///< Next automatic color
117  Bool_t *fCollideGrid; ///<! Grid used to find empty space when adding a box (Legend) in a pad
118  Int_t fCGnx; ///<! Size of the collide grid along x
119  Int_t fCGny; ///<! Size of the collide grid along y
120 
121  // 3D Viewer support
122  TVirtualViewer3D *fViewer3D; ///<! Current 3D viewer
123 
125  virtual Int_t DistancetoPrimitive(Int_t px, Int_t py);
126  virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py);
127  virtual void HideToolTip(Int_t event);
128  void PaintBorder(Color_t color, Bool_t tops);
129  virtual void PaintBorderPS(Double_t xl,Double_t yl,Double_t xt,Double_t yt,Int_t bmode,Int_t bsize,Int_t dark,Int_t light);
130  void PaintDate();
131  virtual void SavePrimitive(std::ostream &out, Option_t *option = "");
132  virtual void SetBatch(Bool_t batch=kTRUE);
133 
134 private:
135  TPad(const TPad &pad); // cannot copy pads, use TObject::Clone()
136  TPad &operator=(const TPad &rhs); // idem
137 
139  void CopyBackgroundPixmaps(TPad *start, TPad *stop, Int_t x, Int_t y);
140  void DrawDist(Rectangle_t aBBox, Rectangle_t bBBox, char mode);
141 
142  Bool_t Collide(Int_t i, Int_t j, Int_t w, Int_t h);
143  void FillCollideGrid(TObject *o);
144  void FillCollideGridTBox(TObject *o);
147  void FillCollideGridTH1(TObject *o);
148  void LineNotFree(Int_t x1, Int_t x2, Int_t y1, Int_t y2);
149 
150 public:
151  // TPad status bits
152  enum {
153  kFraming = BIT(6), ///< Frame is requested
154  kHori = BIT(9), ///< Pad is horizontal
155  kClipFrame = BIT(10), ///< Clip on frame
156  kPrintingPS = BIT(11), ///< PS Printing
157  kCannotMove = BIT(12), ///< Fixed position
158  kClearAfterCR = BIT(14) ///< Clear after CR
159  };
160 
161  TPad();
162  TPad(const char *name, const char *title, Double_t xlow,
163  Double_t ylow, Double_t xup, Double_t yup,
164  Color_t color=-1, Short_t bordersize=-1, Short_t bordermode=-2);
165  virtual ~TPad();
166  void AbsCoordinates(Bool_t set) { fAbsCoord = set; }
167  Double_t AbsPixeltoX(Int_t px) {return fAbsPixeltoXk + px*fPixeltoX;}
168  Double_t AbsPixeltoY(Int_t py) {return fAbsPixeltoYk + py*fPixeltoY;}
169  virtual void AbsPixeltoXY(Int_t xpixel, Int_t ypixel, Double_t &x, Double_t &y);
170  virtual void AddExec(const char *name, const char *command);
171  virtual void AutoExec();
172  virtual void Browse(TBrowser *b);
173  virtual TLegend *BuildLegend(Double_t x1=0.3, Double_t y1=0.21, Double_t x2=0.3, Double_t y2=0.21, const char *title="", Option_t *option = ""); // *MENU*
174  TVirtualPad* cd(Int_t subpadnumber=0); // *MENU*
175  void Clear(Option_t *option="");
176  virtual Int_t Clip(Float_t *x, Float_t *y, Float_t xclipl, Float_t yclipb, Float_t xclipr, Float_t yclipt);
177  virtual Int_t Clip(Double_t *x, Double_t *y, Double_t xclipl, Double_t yclipb, Double_t xclipr, Double_t yclipt);
178  virtual Int_t ClippingCode(Double_t x, Double_t y, Double_t xcl1, Double_t ycl1, Double_t xcl2, Double_t ycl2);
179  virtual Int_t ClipPolygon(Int_t n, Double_t *x, Double_t *y, Int_t nn, Double_t *xc, Double_t *yc, Double_t xclipl, Double_t yclipb, Double_t xclipr, Double_t yclipt);
180  virtual void Close(Option_t *option="");
181  virtual void Closed() { Emit("Closed()"); } // *SIGNAL*
182  virtual void CopyPixmap();
183  virtual void CopyPixmaps();
184  virtual void DeleteExec(const char *name);
185  virtual void Divide(Int_t nx=1, Int_t ny=1, Float_t xmargin=0.01, Float_t ymargin=0.01, Int_t color=0); // *MENU*
186  virtual void DivideSquare(Int_t n, Float_t xmargin=0.01, Float_t ymargin=0.01, Int_t color=0);
187  virtual void Draw(Option_t *option="");
188  virtual void DrawClassObject(const TObject *obj, Option_t *option="");
189  static void DrawColorTable();
190  virtual void DrawCrosshair();
191  TH1F *DrawFrame(Double_t xmin, Double_t ymin, Double_t xmax, Double_t ymax, const char *title="");
192  virtual void ExecuteEventAxis(Int_t event, Int_t px, Int_t py, TAxis *axis);
193  virtual TObject *FindObject(const char *name) const;
194  virtual TObject *FindObject(const TObject *obj) const;
195  virtual void UseCurrentStyle(); // *MENU*
196  virtual Short_t GetBorderMode() const { return fBorderMode;}
197  virtual Short_t GetBorderSize() const { return fBorderSize;}
198  Int_t GetCrosshair() const;
199  virtual Int_t GetCanvasID() const;
200  virtual TCanvasImp *GetCanvasImp() const;
201  TFrame *GetFrame();
202  virtual Int_t GetEvent() const;
203  virtual Int_t GetEventX() const;
204  virtual Int_t GetEventY() const;
205  virtual Color_t GetHighLightColor() const;
206  virtual void GetRange(Double_t &x1, Double_t &y1, Double_t &x2, Double_t &y2);
207  virtual void GetRangeAxis(Double_t &xmin, Double_t &ymin, Double_t &xmax, Double_t &ymax);
208  virtual void GetPadPar(Double_t &xlow, Double_t &ylow, Double_t &xup, Double_t &yup);
209  Double_t GetXlowNDC() const {return fXlowNDC;}
210  Double_t GetYlowNDC() const {return fYlowNDC;}
211  Double_t GetWNDC() const {return fWNDC;}
212  Double_t GetHNDC() const {return fHNDC;}
213  virtual UInt_t GetWw() const;
214  virtual UInt_t GetWh() const;
217  Double_t GetAbsWNDC() const {return fAbsWNDC;}
218  Double_t GetAbsHNDC() const {return fAbsHNDC;}
220  Double_t GetPhi() const {return fPhi;}
221  Double_t GetTheta() const {return fTheta;}
222  Double_t GetUxmin() const {return fUxmin;}
223  Double_t GetUymin() const {return fUymin;}
224  Double_t GetUxmax() const {return fUxmax;}
225  Double_t GetUymax() const {return fUymax;}
226  Bool_t GetGridx() const {return fGridx;}
227  Bool_t GetGridy() const {return fGridy;}
228  Int_t GetNumber() const {return fNumber;}
229  Int_t GetTickx() const {return fTickx;}
230  Int_t GetTicky() const {return fTicky;}
231  Double_t GetX1() const { return fX1; }
232  Double_t GetX2() const { return fX2; }
233  Double_t GetY1() const { return fY1; }
234  Double_t GetY2() const { return fY2; }
235  static Int_t GetMaxPickDistance();
237  TList *GetListOfExecs() const {return fExecs;}
238  virtual TObject *GetPrimitive(const char *name) const; //obsolete, use FindObject instead
239  virtual TObject *GetSelected() const;
240  virtual TVirtualPad *GetPad(Int_t subpadnumber) const;
241  virtual TObject *GetPadPointer() const {return fPadPointer;}
242  TVirtualPad *GetPadSave() const;
243  TVirtualPad *GetSelectedPad() const;
244  Int_t GetGLDevice();
245  TView *GetView() const {return fView;}
246  TObject *GetView3D() const {return fPadView3D;}// Return 3D View of this TPad
247  Int_t GetLogx() const {return fLogx;}
248  Int_t GetLogy() const {return fLogy;}
249  Int_t GetLogz() const {return fLogz;}
250  virtual TVirtualPad *GetMother() const {return fMother;}
251  const char *GetName() const {return fName.Data();}
252  const char *GetTitle() const {return fTitle.Data();}
253  virtual TCanvas *GetCanvas() const { return fCanvas; }
254  virtual TVirtualPad *GetVirtCanvas() const ;
255  virtual TVirtualPadPainter *GetPainter();
256  Int_t GetPadPaint() const {return fPadPaint;}
257  Int_t GetPixmapID() const {return fPixmapID;}
258  ULong_t Hash() const { return fName.Hash(); }
259  virtual Bool_t HasCrosshair() const;
260  void HighLight(Color_t col=kRed, Bool_t set=kTRUE);
262  virtual Bool_t IsBatch() const;
263  virtual Bool_t IsEditable() const {return fEditable;}
264  Bool_t IsFolder() const {return kTRUE;}
265  Bool_t IsModified() const {return fModified;}
266  virtual Bool_t IsRetained() const;
267  virtual Bool_t IsVertical() const {return !TestBit(kHori);}
268  virtual void ls(Option_t *option="") const;
269  void Modified(Bool_t flag=1); // *SIGNAL*
270  virtual Bool_t OpaqueMoving() const;
271  virtual Bool_t OpaqueResizing() const;
272  Double_t PadtoX(Double_t x) const;
273  Double_t PadtoY(Double_t y) const;
274  virtual void Paint(Option_t *option="");
275  void PaintBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Option_t *option="");
276  void PaintFillArea(Int_t n, Float_t *x, Float_t *y, Option_t *option=""); // Obsolete
277  void PaintFillArea(Int_t n, Double_t *x, Double_t *y, Option_t *option="");
279  void PaintHatches(Double_t dy, Double_t angle, Int_t nn, Double_t *xx, Double_t *yy);
280  void PaintPadFrame(Double_t xmin, Double_t ymin, Double_t xmax, Double_t ymax);
281  void PaintLine(Double_t x1, Double_t y1, Double_t x2, Double_t y2);
282  void PaintLineNDC(Double_t u1, Double_t v1,Double_t u2, Double_t v2);
283  void PaintLine3D(Float_t *p1, Float_t *p2);
284  void PaintLine3D(Double_t *p1, Double_t *p2);
285  void PaintPolyLine(Int_t n, Float_t *x, Float_t *y, Option_t *option="");
286  void PaintPolyLine(Int_t n, Double_t *x, Double_t *y, Option_t *option="");
287  void PaintPolyLine3D(Int_t n, Double_t *p);
288  void PaintPolyLineNDC(Int_t n, Double_t *x, Double_t *y, Option_t *option="");
289  void PaintPolyMarker(Int_t n, Float_t *x, Float_t *y, Option_t *option="");
290  void PaintPolyMarker(Int_t n, Double_t *x, Double_t *y, Option_t *option="");
291  virtual void PaintModified();
292  void PaintText(Double_t x, Double_t y, const char *text);
293  void PaintText(Double_t x, Double_t y, const wchar_t *text);
294  void PaintTextNDC(Double_t u, Double_t v, const char *text);
295  void PaintTextNDC(Double_t u, Double_t v, const wchar_t *text);
296  virtual TPad *Pick(Int_t px, Int_t py, TObjLink *&pickobj);
297  Double_t PixeltoX(Int_t px);
298  Double_t PixeltoY(Int_t py);
299  virtual void PixeltoXY(Int_t xpixel, Int_t ypixel, Double_t &x, Double_t &y);
300  virtual void Pop(); // *MENU*
301  virtual void Print(const char *filename="") const;
302  virtual void Print(const char *filename, Option_t *option);
303  virtual void Range(Double_t x1, Double_t y1, Double_t x2, Double_t y2); // *MENU* *ARGS={x1=>fX1,y1=>fY1,x2=>fX2,y2=>fY2}
304  virtual void RangeChanged() { Emit("RangeChanged()"); } // *SIGNAL*
305  virtual void RangeAxis(Double_t xmin, Double_t ymin, Double_t xmax, Double_t ymax);
306  virtual void RangeAxisChanged() { Emit("RangeAxisChanged()"); } // *SIGNAL*
307  virtual void RecursiveRemove(TObject *obj);
308  virtual void RedrawAxis(Option_t *option="");
309  virtual void ResetView3D(TObject *view=0){fPadView3D=view;}
310  virtual void ResizePad(Option_t *option="");
311  virtual void Resized() { Emit("Resized()"); } // *SIGNAL*
312  virtual void SaveAs(const char *filename="",Option_t *option="") const; // *MENU*
313  virtual void SetBorderMode(Short_t bordermode) {fBorderMode = bordermode; Modified();} // *MENU*
314  virtual void SetBorderSize(Short_t bordersize) {fBorderSize = bordersize; Modified();} // *MENU*
315  void SetCanvas(TCanvas *c) { fCanvas = c; }
316  virtual void SetCanvasSize(UInt_t ww, UInt_t wh);
317  virtual void SetCrosshair(Int_t crhair=1); // *TOGGLE*
318  virtual void SetCursor(ECursor cursor);
319  virtual void SetDoubleBuffer(Int_t mode=1);
320  virtual void SetDrawOption(Option_t *option="");
321  virtual void SetEditable(Bool_t mode=kTRUE); // *TOGGLE*
322  virtual void SetFixedAspectRatio(Bool_t fixed = kTRUE); // *TOGGLE*
323  virtual void SetGrid(Int_t valuex = 1, Int_t valuey = 1) {fGridx = valuex; fGridy = valuey; Modified();}
324  virtual void SetGridx(Int_t value = 1) {fGridx = value; Modified();} // *TOGGLE*
325  virtual void SetGridy(Int_t value = 1) {fGridy = value; Modified();} // *TOGGLE*
326  virtual void SetFillStyle(Style_t fstyle);
327  virtual void SetLogx(Int_t value = 1); // *TOGGLE*
328  virtual void SetLogy(Int_t value = 1); // *TOGGLE*
329  virtual void SetLogz(Int_t value = 1); // *TOGGLE*
330  virtual void SetNumber(Int_t number) {fNumber = number;}
331  virtual void SetPad(const char *name, const char *title,
332  Double_t xlow, Double_t ylow, Double_t xup,
333  Double_t yup, Color_t color=35,
334  Short_t bordersize=5, Short_t bordermode=-1);
335  virtual void SetPad(Double_t xlow, Double_t ylow, Double_t xup, Double_t yup);
336  virtual void SetAttFillPS(Color_t color, Style_t style);
337  virtual void SetAttLinePS(Color_t color, Style_t style, Width_t lwidth);
338  virtual void SetAttMarkerPS(Color_t color, Style_t style, Size_t msize);
339  virtual void SetAttTextPS(Int_t align, Float_t angle, Color_t color, Style_t font, Float_t tsize);
340  static void SetMaxPickDistance(Int_t maxPick=5);
341  virtual void SetName(const char *name) {fName = name;} // *MENU*
342  virtual void SetSelected(TObject *obj);
343  virtual void SetTicks(Int_t valuex = 1, Int_t valuey = 1) {fTickx = valuex; fTicky = valuey; Modified();}
344  virtual void SetTickx(Int_t value = 1) {fTickx = value; Modified();} // *TOGGLE*
345  virtual void SetTicky(Int_t value = 1) {fTicky = value; Modified();} // *TOGGLE*
346  virtual void SetTitle(const char *title="") {fTitle = title;}
347  virtual void SetTheta(Double_t theta=30) {fTheta = theta; Modified();}
348  virtual void SetPhi(Double_t phi=30) {fPhi = phi; Modified();}
349  virtual void SetToolTipText(const char *text, Long_t delayms = 1000);
350  virtual void SetVertical(Bool_t vert=kTRUE);
351  virtual void SetView(TView *view = 0);
352  virtual void SetViewer3D(TVirtualViewer3D *viewer3d) {fViewer3D = viewer3d;}
353 
354  virtual void SetGLDevice(Int_t dev) {fGLDevice = dev;}
355  virtual void SetCopyGLDevice(Bool_t copy) {fCopyGLDevice = copy;}
356 
357  virtual void ShowGuidelines(TObject *object, const Int_t event, const char mode = 'i', const bool cling = true);
358  virtual void Update();
359  Int_t UtoAbsPixel(Double_t u) const {return Int_t(fUtoAbsPixelk + u*fUtoPixel);}
360  Int_t VtoAbsPixel(Double_t v) const {return Int_t(fVtoAbsPixelk + v*fVtoPixel);}
361  Int_t UtoPixel(Double_t u) const;
362  Int_t VtoPixel(Double_t v) const;
363  virtual TObject *WaitPrimitive(const char *pname="", const char *emode="");
364  Int_t XtoAbsPixel(Double_t x) const;
365  Int_t YtoAbsPixel(Double_t y) const;
366  Double_t XtoPad(Double_t x) const;
367  Double_t YtoPad(Double_t y) const;
368  Int_t XtoPixel(Double_t x) const;
369  Int_t YtoPixel(Double_t y) const;
370  virtual void XYtoAbsPixel(Double_t x, Double_t y, Int_t &xpixel, Int_t &ypixel) const;
371  virtual void XYtoPixel(Double_t x, Double_t y, Int_t &xpixel, Int_t &ypixel) const;
372 
373  virtual TObject *CreateToolTip(const TBox *b, const char *text, Long_t delayms);
374  virtual void DeleteToolTip(TObject *tip);
375  virtual void ResetToolTip(TObject *tip);
376  virtual void CloseToolTip(TObject *tip);
377 
380 
381  void DrawCollideGrid();
383 
384  virtual void x3d(Option_t *type=""); // Depreciated
385 
386  virtual TVirtualViewer3D *GetViewer3D(Option_t * type = "");
387  virtual Bool_t HasViewer3D() const { return (fViewer3D); }
388  virtual void ReleaseViewer3D(Option_t * type = "");
389 
390  virtual Rectangle_t GetBBox();
391  virtual TPoint GetBBoxCenter();
392  virtual void SetBBoxCenter(const TPoint &p);
393  virtual void SetBBoxCenterX(const Int_t x);
394  virtual void SetBBoxCenterY(const Int_t y);
395  virtual void SetBBoxX1(const Int_t x);
396  virtual void SetBBoxX2(const Int_t x);
397  virtual void SetBBoxY1(const Int_t y);
398  virtual void SetBBoxY2(const Int_t y);
399 
400  virtual void RecordPave(const TObject *obj); // *SIGNAL*
401  virtual void RecordLatex(const TObject *obj); // *SIGNAL*
402  virtual void EventPave() { Emit("EventPave()"); } // *SIGNAL*
403  virtual void StartEditing() { Emit("StartEditing()"); } // *SIGNAL*
404 
405  ClassDef(TPad,13) //A Graphics pad
406 };
407 
408 
409 //______________________________________________________________________________
410 inline void TPad::Modified(Bool_t flag)
411 {
412  if (!fModified && flag) Emit("Modified()");
413  fModified = flag;
414 }
415 
416 
417 //______________________________________________________________________________
418 inline void TPad::AbsPixeltoXY(Int_t xpixel, Int_t ypixel, Double_t &x, Double_t &y)
419 {
420  x = AbsPixeltoX(xpixel);
421  y = AbsPixeltoY(ypixel);
422 }
423 
424 
425 //______________________________________________________________________________
427 {
428  if (fAbsCoord) return fAbsPixeltoXk + px*fPixeltoX;
429  else return fPixeltoXk + px*fPixeltoX;
430 }
431 
432 
433 //______________________________________________________________________________
435 {
436  if (fAbsCoord) return fAbsPixeltoYk + py*fPixeltoY;
437  else return fPixeltoYk + py*fPixeltoY;
438 }
439 
440 
441 //______________________________________________________________________________
442 inline void TPad::PixeltoXY(Int_t xpixel, Int_t ypixel, Double_t &x, Double_t &y)
443 {
444  x = PixeltoX(xpixel);
445  y = PixeltoY(ypixel);
446 }
447 
448 
449 //______________________________________________________________________________
451 {
452  Double_t val;
453  if (fAbsCoord) val = fUtoAbsPixelk + u*fUtoPixel;
454  else val = u*fUtoPixel;
455  if (val < -kMaxPixel) return -kMaxPixel;
456  if (val > kMaxPixel) return kMaxPixel;
457  return Int_t(val);
458 }
459 
460 
461 //______________________________________________________________________________
463 {
464  Double_t val;
465  if (fAbsCoord) val = fVtoAbsPixelk + v*fVtoPixel;
466  else val = fVtoPixelk + v*fVtoPixel;
467  if (val < -kMaxPixel) return -kMaxPixel;
468  if (val > kMaxPixel) return kMaxPixel;
469  return Int_t(val);
470 }
471 
472 
473 //______________________________________________________________________________
475 {
476  Double_t val = fXtoAbsPixelk + x*fXtoPixel;
477  if (val < -kMaxPixel) return -kMaxPixel;
478  if (val > kMaxPixel) return kMaxPixel;
479  return Int_t(val);
480 }
481 
482 
483 //______________________________________________________________________________
485 {
486  Double_t val;
487  if (fAbsCoord) val = fXtoAbsPixelk + x*fXtoPixel;
488  else val = fXtoPixelk + x*fXtoPixel;
489  if (val < -kMaxPixel) return -kMaxPixel;
490  if (val > kMaxPixel) return kMaxPixel;
491  return Int_t(val);
492 }
493 
494 
495 //______________________________________________________________________________
497 {
498  Double_t val = fYtoAbsPixelk + y*fYtoPixel;
499  if (val < -kMaxPixel) return -kMaxPixel;
500  if (val > kMaxPixel) return kMaxPixel;
501  return Int_t(val);
502 }
503 
504 
505 //______________________________________________________________________________
507 {
508  Double_t val;
509  if (fAbsCoord) val = fYtoAbsPixelk + y*fYtoPixel;
510  else val = fYtoPixelk + y*fYtoPixel;
511  if (val < -kMaxPixel) return -kMaxPixel;
512  if (val > kMaxPixel) return kMaxPixel;
513  return Int_t(val);
514 }
515 
516 
517 //______________________________________________________________________________
518 inline void TPad::XYtoAbsPixel(Double_t x, Double_t y, Int_t &xpixel, Int_t &ypixel) const
519 {
520  xpixel = XtoAbsPixel(x);
521  ypixel = YtoAbsPixel(y);
522 }
523 
524 
525 //______________________________________________________________________________
526 inline void TPad::XYtoPixel(Double_t x, Double_t y, Int_t &xpixel, Int_t &ypixel) const
527 {
528  xpixel = XtoPixel(x);
529  ypixel = YtoPixel(y);
530 }
531 
532 
533 //______________________________________________________________________________
535 { }
536 
537 #endif
538 
const int nx
Definition: kalman.C:16
Double_t GetY2() const
Definition: TPad.h:234
Bool_t Collide(Int_t i, Int_t j, Int_t w, Int_t h)
Check if a box of size w and h collide some primitives in the pad at position i,j.
Definition: TPad.cxx:3017
Bool_t fAbsCoord
Use absolute coordinates.
Definition: TPad.h:101
void FillCollideGridTGraph(TObject *o)
Definition: TPad.cxx:3145
virtual void SetGridx(Int_t value=1)
Definition: TPad.h:324
TVirtualPad * GetPadSave() const
Get save pad.
Definition: TPad.cxx:2678
Int_t VtoPixel(Double_t v) const
Definition: TPad.h:462
Double_t fPixeltoX
xworld = fPixeltoXk + fPixeltoX*xpixel
Definition: TPad.h:56
Double_t GetY1() const
Definition: TPad.h:233
Double_t fUymin
Minimum value on the Y axis.
Definition: TPad.h:74
virtual void SetPad(const char *name, const char *title, Double_t xlow, Double_t ylow, Double_t xup, Double_t yup, Color_t color=35, Short_t bordersize=5, Short_t bordermode=-1)
Set all pad parameters.
Definition: TPad.cxx:5831
virtual void SetTickx(Int_t value=1)
Definition: TPad.h:344
void DrawCollideGrid()
This method draws the collide grid on top of the canvas.
Definition: TPad.cxx:3258
float xmin
Definition: THbookFile.cxx:93
void PaintLineNDC(Double_t u1, Double_t v1, Double_t u2, Double_t v2)
Paint line in normalized coordinates.
Definition: TPad.cxx:4103
Frame is requested.
Definition: TPad.h:153
virtual void DrawClassObject(const TObject *obj, Option_t *option="")
Draw class inheritance tree of the class to which obj belongs.
Definition: TPad.cxx:1287
Double_t GetAbsYlowNDC() const
Definition: TPad.h:216
TList * fPrimitives
->List of primitives (subpads)
Definition: TPad.h:106
virtual void ResizePad(Option_t *option="")
Compute pad conversion coefficients.
Definition: TPad.cxx:5335
Double_t YtoPad(Double_t y) const
Convert y from Y to pad.
Definition: TPad.cxx:3341
ABC describing GUI independent main window (with menubar, scrollbars and a drawing area)...
Definition: TCanvasImp.h:30
virtual void SetDrawOption(Option_t *option="")
Set drawing option for object.
Definition: TPad.h:534
Int_t UtoAbsPixel(Double_t u) const
Definition: TPad.h:359
This class displays a legend box (TPaveText) containing several legend entries.
Definition: TLegend.h:23
Int_t UtoPixel(Double_t u) const
Definition: TPad.h:450
TList * GetListOfPrimitives() const
Definition: TPad.h:236
virtual void ResetView3D(TObject *view=0)
Definition: TPad.h:309
TString fTitle
Pad title.
Definition: TPad.h:109
virtual void DrawCrosshair()
Function called to draw a crosshair in the canvas.
Definition: TPad.cxx:1488
virtual Short_t GetBorderSize() const
Definition: TPad.h:197
short Style_t
Definition: RtypesCore.h:76
virtual TVirtualPad * GetPad(Int_t subpadnumber) const
Get a pointer to subpadnumber of this pad.
Definition: TPad.cxx:2835
virtual void XYtoAbsPixel(Double_t x, Double_t y, Int_t &xpixel, Int_t &ypixel) const
Definition: TPad.h:518
virtual void SetBatch(Bool_t batch=kTRUE)
Set pad in batch mode.
Definition: TPad.cxx:2746
virtual void SetTheta(Double_t theta=30)
Definition: TPad.h:347
Bool_t fGridx
Set to true if grid along X.
Definition: TPad.h:99
Double_t fPhi
phi angle to view as lego/surface
Definition: TPad.h:79
Int_t GetPadPaint() const
Definition: TPad.h:256
virtual TObject * GetPadPointer() const
Definition: TPad.h:241
float Float_t
Definition: RtypesCore.h:53
Int_t GetTickx() const
Definition: TPad.h:229
float Size_t
Definition: RtypesCore.h:83
virtual void Paint(Option_t *option="")
Paint all primitives in pad.
Definition: TPad.cxx:3353
const char Option_t
Definition: RtypesCore.h:62
Int_t YtoPixel(Double_t y) const
Definition: TPad.h:506
Definition: Rtypes.h:56
float ymin
Definition: THbookFile.cxx:93
void CopyBackgroundPixmaps(TPad *start, TPad *stop, Int_t x, Int_t y)
Copy pixmaps of pads laying below pad "stop" into pad "stop".
Definition: TPad.cxx:3751
Create a Box.
Definition: TBox.h:24
virtual Bool_t IsRetained() const
Is pad retained ?
Definition: TPad.cxx:2722
Int_t GetPixmapID() const
Definition: TPad.h:257
void PaintPadFrame(Double_t xmin, Double_t ymin, Double_t xmax, Double_t ymax)
Paint histogram/graph frame.
Definition: TPad.cxx:3551
virtual void SetVertical(Bool_t vert=kTRUE)
Set pad vertical (default) or horizontal.
Definition: TPad.cxx:6364
Int_t fNumPaletteColor
Number of objects with an automatic color.
Definition: TPad.h:115
void PaintFillArea(Int_t n, Float_t *x, Float_t *y, Option_t *option="")
Definition: TPad.cxx:3777
Bool_t TestBit(UInt_t f) const
Definition: TObject.h:159
virtual void RangeChanged()
Definition: TPad.h:304
virtual void SetSelected(TObject *obj)
Set selected.
Definition: TPad.cxx:2778
#define BIT(n)
Definition: Rtypes.h:75
TH1 * h
Definition: legend2.C:5
void PaintPolyLineNDC(Int_t n, Double_t *x, Double_t *y, Option_t *option="")
Paint polyline in CurrentPad NDC coordinates.
Definition: TPad.cxx:4257
Short_t fBorderSize
pad bordersize in pixels
Definition: TPad.h:96
Int_t fCGnx
! Size of the collide grid along x
Definition: TPad.h:118
TH1F * DrawFrame(Double_t xmin, Double_t ymin, Double_t xmax, Double_t ymax, const char *title="")
Draw an empty pad frame with X and Y axis.
Definition: TPad.cxx:1537
Double_t PixeltoX(Int_t px)
Definition: TPad.h:426
virtual void SetBBoxCenter(const TPoint &p)
Set center of the Pad.
Definition: TPad.cxx:6951
virtual void SetFixedAspectRatio(Bool_t fixed=kTRUE)
Fix pad aspect ratio to current value if fixed is true.
Definition: TPad.cxx:5711
Int_t GetTicky() const
Definition: TPad.h:230
virtual void SetBorderMode(Short_t bordermode)
Definition: TPad.h:313
virtual ~TPad()
Pad destructor.
Definition: TPad.cxx:364
virtual Color_t GetHighLightColor() const
Get highlight color.
Definition: TPad.cxx:2644
Double_t fAbsXlowNDC
Absolute X top left corner of pad in NDC [0,1].
Definition: TPad.h:68
See TView3D.
Definition: TView.h:25
virtual Bool_t IsVertical() const
Definition: TPad.h:267
void FillCollideGridTFrame(TObject *o)
Definition: TPad.cxx:3119
TList * fExecs
List of commands to be executed when a pad event occurs.
Definition: TPad.h:107
virtual void CopyPixmap()
Copy the pixmap of the pad to the canvas.
Definition: TPad.cxx:1014
virtual TObject * FindObject(const char *name) const
Search if object named name is inside this pad or in pads inside this pad.
Definition: TPad.cxx:2556
Int_t XtoPixel(Double_t x) const
Definition: TPad.h:484
Double_t GetAbsXlowNDC() const
Definition: TPad.h:215
Int_t GetLogz() const
Definition: TPad.h:249
virtual void DivideSquare(Int_t n, Float_t xmargin=0.01, Float_t ymargin=0.01, Int_t color=0)
"n" is the total number of sub-pads.
Definition: TPad.cxx:1234
virtual void GetRangeAxis(Double_t &xmin, Double_t &ymin, Double_t &xmax, Double_t &ymax)
Return pad axis coordinates range.
Definition: TPad.cxx:2878
Double_t fUxmax
Maximum value on the X axis.
Definition: TPad.h:75
void PaintBorder(Color_t color, Bool_t tops)
Paint the pad border.
Definition: TPad.cxx:3415
Basic string class.
Definition: TString.h:129
tomato 1-D histogram with a float per channel (see TH1 documentation)}
Definition: TH1.h:551
Int_t fCGny
! Size of the collide grid along y
Definition: TPad.h:119
Bool_t PlaceBox(TObject *o, Double_t w, Double_t h, Double_t &xl, Double_t &yb)
Place a box in NDC space.
Definition: TPad.cxx:3030
Double_t fUymax
Maximum value on the Y axis.
Definition: TPad.h:76
virtual void Update()
Update pad.
Definition: TPad.cxx:2786
int Int_t
Definition: RtypesCore.h:41
bool Bool_t
Definition: RtypesCore.h:59
TVirtualPad * GetSelectedPad() const
Get selected pad.
Definition: TPad.cxx:2669
virtual void PaintModified()
Traverse pad hierarchy and (re)paint only modified pads.
Definition: TPad.cxx:3570
Double_t fVtoPixel
ypixel = fVtoPixelk + fVtoPixel*vndc
Definition: TPad.h:52
virtual void SetBBoxCenterX(const Int_t x)
Set X coordinate of the center of the Pad.
Definition: TPad.cxx:6961
Double_t GetUxmin() const
Definition: TPad.h:222
Double_t GetUxmax() const
Definition: TPad.h:224
Double_t fYUpNDC
Definition: TPad.h:64
TObject * GetView3D() const
Definition: TPad.h:246
virtual Int_t Clip(Float_t *x, Float_t *y, Float_t xclipl, Float_t yclipb, Float_t xclipr, Float_t yclipt)
Clipping routine: Cohen Sutherland algorithm.
Definition: TPad.cxx:644
Int_t fPadPaint
Set to 1 while painting the pad.
Definition: TPad.h:93
Double_t fPixeltoXk
Conversion coefficient for pixel to X World.
Definition: TPad.h:55
ECursor
Definition: TVirtualX.h:44
Bool_t IsModified() const
Definition: TPad.h:265
Double_t fAbsWNDC
Absolute Width of pad along X in NDC.
Definition: TPad.h:70
Double_t GetAspectRatio() const
Definition: TPad.h:219
virtual Bool_t HasViewer3D() const
Definition: TPad.h:387
virtual Int_t GetEvent() const
Get Event.
Definition: TPad.cxx:2612
Double_t fAbsPixeltoYk
Conversion coefficient for absolute pixel to Y World.
Definition: TPad.h:57
Double_t GetXlowNDC() const
Definition: TPad.h:209
virtual void ShowGuidelines(TObject *object, const Int_t event, const char mode='i', const bool cling=true)
Shows lines to indicate if a TAttBBox2D object is aligned to the center or to another object...
Definition: TPad.cxx:6010
virtual void RecursiveRemove(TObject *obj)
Recursively remove object from a pad and its sub-pads.
Definition: TPad.cxx:5143
UInt_t Hash(ECaseCompare cmp=kExact) const
Return hash value.
Definition: TString.cxx:616
Int_t fNumber
pad number identifier
Definition: TPad.h:87
Pad is horizontal.
Definition: TPad.h:154
void PaintHatches(Double_t dy, Double_t angle, Int_t nn, Double_t *xx, Double_t *yy)
This routine draw hatches inclined with the angle "angle" and spaced of "dy" in normalized device coo...
Definition: TPad.cxx:3926
Double_t fAbsYlowNDC
Absolute Y top left corner of pad in NDC [0,1].
Definition: TPad.h:69
virtual void SetToolTipText(const char *text, Long_t delayms=1000)
Set tool tip text associated with this pad.
Definition: TPad.cxx:6350
Double_t GetHNDC() const
Definition: TPad.h:212
virtual Int_t ClippingCode(Double_t x, Double_t y, Double_t xcl1, Double_t ycl1, Double_t xcl2, Double_t ycl2)
Compute the endpoint codes for TPad::Clip.
Definition: TPad.cxx:786
Int_t GetLogx() const
Definition: TPad.h:247
virtual TVirtualViewer3D * GetViewer3D(Option_t *type="")
Create/obtain handle to 3D viewer.
Definition: TPad.cxx:6802
TVirtualPad * cd(Int_t subpadnumber=0)
Set Current pad.
Definition: TPad.cxx:565
static const double x2[5]
Double_t fYtoAbsPixelk
Conversion coefficient for Y World to absolute pixel.
Definition: TPad.h:43
Double_t x[n]
Definition: legend1.C:17
Int_t GetLogy() const
Definition: TPad.h:248
Int_t fNextPaletteColor
Next automatic color.
Definition: TPad.h:116
void PaintDate()
Paint the current date and time if the option date is on.
Definition: TPad.cxx:3520
#define ClassDef(name, id)
Definition: Rtypes.h:297
virtual TVirtualPad * GetVirtCanvas() const
Get virtual canvas.
Definition: TPad.cxx:2636
virtual void Close(Option_t *option="")
Delete all primitives in pad and pad itself.
Definition: TPad.cxx:956
virtual Bool_t IsBatch() const
Is pad in batch mode ?
Definition: TPad.cxx:2714
virtual void PixeltoXY(Int_t xpixel, Int_t ypixel, Double_t &x, Double_t &y)
Definition: TPad.h:442
TFrame * GetFrame()
Get frame.
Definition: TPad.cxx:2794
Int_t bsize[]
Definition: SparseFit4.cxx:31
void HighLight(Color_t col=kRed, Bool_t set=kTRUE)
Highlight pad.
Definition: TPad.cxx:2890
Int_t fLogx
(=0 if X linear scale, =1 if log scale)
Definition: TPad.h:90
TFrame * fFrame
! Pointer to 2-D frame (if one exists)
Definition: TPad.h:110
const int ny
Definition: kalman.C:17
static Int_t GetMaxPickDistance()
Static function (see also TPad::SetMaxPickDistance)
Definition: TPad.cxx:2652
virtual void SetGrid(Int_t valuex=1, Int_t valuey=1)
Definition: TPad.h:323
void PaintTextNDC(Double_t u, Double_t v, const char *text)
Paint text in CurrentPad NDC coordinates.
Definition: TPad.cxx:4383
Bool_t fEditable
True if canvas is editable.
Definition: TPad.h:102
virtual void ExecuteEventAxis(Int_t event, Int_t px, Int_t py, TAxis *axis)
Execute action corresponding to one event for a TAxis object (called by TAxis::ExecuteEvent.) This member function is called when an axis is clicked with the locator.
Definition: TPad.cxx:2220
TCanvas * fCanvas
! Pointer to mother canvas
Definition: TPad.h:105
virtual void SetCrosshair(Int_t crhair=1)
Set crosshair active/inactive.
Definition: TPad.cxx:6325
const char * GetTitle() const
Returns title of object.
Definition: TPad.h:252
const Int_t kMaxPixel
Definition: GuiTypes.h:368
static double p2(double t, double a, double b, double c)
virtual void SetBBoxX1(const Int_t x)
Set lefthandside of BoundingBox to a value (resize in x direction on left)
Definition: TPad.cxx:6980
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
Compute distance from point px,py to a box.
Definition: TPad.cxx:1060
Double_t fXUpNDC
Definition: TPad.h:63
virtual void ls(Option_t *option="") const
List all primitives in pad.
Definition: TPad.cxx:2925
static void DrawColorTable()
Static function to Display Color Table in a pad.
Definition: TPad.cxx:1582
Int_t fCrosshairPos
Position of crosshair.
Definition: TPad.h:95
Abstract 3D shapes viewer.
Double_t fAbsHNDC
Absolute Height of pad along Y in NDC.
Definition: TPad.h:71
Int_t fLogz
(=0 if Z linear scale, =1 if log scale)
Definition: TPad.h:92
virtual void SetLogx(Int_t value=1)
Set Lin/Log scale for X.
Definition: TPad.cxx:5766
virtual TObject * GetSelected() const
Get selected.
Definition: TPad.cxx:2660
virtual void RedrawAxis(Option_t *option="")
Redraw the frame axis Redrawing axis may be necessary in case of superimposed histograms when one or ...
Definition: TPad.cxx:5167
TVirtualPad is an abstract base class for the Pad and Canvas classes.
Definition: TVirtualPad.h:49
virtual void SetGLDevice(Int_t dev)
Definition: TPad.h:354
virtual TPad * Pick(Int_t px, Int_t py, TObjLink *&pickobj)
Search for an object at pixel position px,py.
Definition: TPad.cxx:4427
virtual void Draw(Option_t *option="")
Draw Pad in Current pad (re-parent pad if necessary).
Definition: TPad.cxx:1254
Double_t fYlowNDC
Y bottom left corner of pad in NDC [0,1].
Definition: TPad.h:62
void SetCanvas(TCanvas *c)
Definition: TPad.h:315
short Color_t
Definition: RtypesCore.h:79
virtual void SetEditable(Bool_t mode=kTRUE)
Set pad editable yes/no If a pad is not editable:
Definition: TPad.cxx:5735
PS Printing.
Definition: TPad.h:156
Double_t fX2
X of upper X coordinate.
Definition: TPad.h:37
Definition: TPoint.h:31
Int_t VtoAbsPixel(Double_t v) const
Definition: TPad.h:360
A doubly linked list.
Definition: TList.h:43
Fixed position.
Definition: TPad.h:157
virtual void CopyPixmaps()
Copy the sub-pixmaps of the pad to the canvas.
Definition: TPad.cxx:1028
Double_t GetYlowNDC() const
Definition: TPad.h:210
Double_t fXtoPixel
xpixel = fXtoPixelk + fXtoPixel*xworld
Definition: TPad.h:42
Bool_t * fCollideGrid
! Grid used to find empty space when adding a box (Legend) in a pad
Definition: TPad.h:117
Double_t fPixeltoY
yworld = fPixeltoYk + fPixeltoY*ypixel
Definition: TPad.h:59
void PaintPolyLine(Int_t n, Float_t *x, Float_t *y, Option_t *option="")
Paint polyline in CurrentPad World coordinates.
Definition: TPad.cxx:4159
virtual void AddExec(const char *name, const char *command)
Add a new TExec object to the list of Execs.
Definition: TPad.cxx:417
TObject * fPadView3D
! 3D View of this TPad
Definition: TPad.h:113
Using a TBrowser one can browse all ROOT objects.
Definition: TBrowser.h:37
Double_t GetX1() const
Definition: TPad.h:231
Double_t fVtoPixelk
Conversion coefficient for V NDC to pixel.
Definition: TPad.h:51
Double_t fXtoAbsPixelk
Conversion coefficient for X World to absolute pixel.
Definition: TPad.h:40
virtual TCanvasImp * GetCanvasImp() const
Get canvas implementation pointer if any.
Definition: TPad.cxx:2604
Bool_t GetGridy() const
Definition: TPad.h:227
TPad * fMother
! pointer to mother of the list
Definition: TPad.h:104
float ymax
Definition: THbookFile.cxx:93
Double_t XtoPad(Double_t x) const
Convert x from X to pad.
Definition: TPad.cxx:3329
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.
Definition: TPad.cxx:1645
virtual TVirtualPad * GetMother() const
Definition: TPad.h:250
virtual void SetDoubleBuffer(Int_t mode=1)
Set double buffer mode ON or OFF.
Definition: TPad.cxx:2770
virtual Int_t GetEventX() const
Get X event.
Definition: TPad.cxx:2620
virtual void SetAttLinePS(Color_t color, Style_t style, Width_t lwidth)
Set postscript line attributes.
Definition: TPad.cxx:5875
Int_t IncrementPaletteColor(Int_t i, TString opt)
Increment (i==1) or set (i>1) the number of autocolor in the pad.
Definition: TPad.cxx:2939
ULong_t Hash() const
Return hash value for this object.
Definition: TPad.h:258
Int_t fPixmapID
! Off-screen pixmap identifier
Definition: TPad.h:83
virtual void SetCursor(ECursor cursor)
Set cursor type.
Definition: TPad.cxx:2762
virtual void DeleteToolTip(TObject *tip)
Delete tool tip object.
Definition: TPad.cxx:6752
virtual Bool_t HasCrosshair() const
Return kTRUE if the crosshair has been activated (via SetCrosshair).
Definition: TPad.cxx:6303
Class to manage histogram axis.
Definition: TAxis.h:30
virtual void CloseToolTip(TObject *tip)
Hide tool tip.
Definition: TPad.cxx:6774
SVector< double, 2 > v
Definition: Dict.h:5
Int_t YtoAbsPixel(Double_t y) const
Definition: TPad.h:496
virtual void Range(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Set world coordinate system for the pad.
Definition: TPad.cxx:5085
virtual void SetAttFillPS(Color_t color, Style_t style)
Set postscript fill area attributes.
Definition: TPad.cxx:5864
virtual void DeleteExec(const char *name)
Remove TExec name from the list of Execs.
Definition: TPad.cxx:1044
virtual void SetTicky(Int_t value=1)
Definition: TPad.h:345
virtual TPoint GetBBoxCenter()
Return the center of the Pad as TPoint in pixels.
Definition: TPad.cxx:6937
virtual Bool_t IsEditable() const
Definition: TPad.h:263
virtual void UseCurrentStyle()
Force a copy of current style for all objects in pad.
Definition: TPad.cxx:6582
virtual TObject * GetPrimitive(const char *name) const
Get primitive.
Definition: TPad.cxx:2818
Double_t GetAbsWNDC() const
Definition: TPad.h:217
virtual void SetBBoxY2(const Int_t y)
Set bottom of BoundingBox to a value (resize in y direction on bottom)
Definition: TPad.cxx:7010
virtual UInt_t GetWh() const
Get Wh.
Definition: TPad.cxx:2687
TView * fView
! Pointer to 3-D view (if one exists)
Definition: TPad.h:111
void PaintPolyMarker(Int_t n, Float_t *x, Float_t *y, Option_t *option="")
Paint polymarker in CurrentPad World coordinates.
Definition: TPad.cxx:4295
void CopyBackgroundPixmap(Int_t x, Int_t y)
Copy pixmap of this pad as background of the current pad.
Definition: TPad.cxx:3768
virtual void SetView(TView *view=0)
Set the current TView. Delete previous view if view=0.
Definition: TPad.cxx:5855
unsigned int UInt_t
Definition: RtypesCore.h:42
The most important graphics class in the ROOT system.
Definition: TPad.h:29
Clip on frame.
Definition: TPad.h:155
virtual void ResetToolTip(TObject *tip)
Reset tool tip, i.e.
Definition: TPad.cxx:6763
virtual void Resized()
Definition: TPad.h:311
virtual void SetAttMarkerPS(Color_t color, Style_t style, Size_t msize)
Set postscript marker attributes.
Definition: TPad.cxx:5887
virtual void AbsPixeltoXY(Int_t xpixel, Int_t ypixel, Double_t &x, Double_t &y)
Definition: TPad.h:418
short Short_t
Definition: RtypesCore.h:35
void AbsCoordinates(Bool_t set)
Definition: TPad.h:166
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save primitives in this pad on the C++ source file out.
Definition: TPad.cxx:5531
virtual void SetPhi(Double_t phi=30)
Definition: TPad.h:348
void PaintLine3D(Float_t *p1, Float_t *p2)
Paint 3-D line in the CurrentPad.
Definition: TPad.cxx:4123
virtual void SetViewer3D(TVirtualViewer3D *viewer3d)
Definition: TPad.h:352
static double p1(double t, double a, double b)
float xmax
Definition: THbookFile.cxx:93
virtual TCanvas * GetCanvas() const
Definition: TPad.h:253
virtual void StartEditing()
Definition: TPad.h:403
virtual void SetCopyGLDevice(Bool_t copy)
Definition: TPad.h:355
virtual void Print(const char *filename="") const
Save Pad contents in a file in one of various formats.
Definition: TPad.cxx:4581
virtual void SetCanvasSize(UInt_t ww, UInt_t wh)
Set canvas size.
Definition: TPad.cxx:2754
Double_t fYtoPixel
ypixel = fYtoPixelk + fYtoPixel*yworld
Definition: TPad.h:45
virtual TVirtualPadPainter * GetPainter()
Get pad painter from TCanvas.
Definition: TPad.cxx:6914
Bool_t fModified
Set to true when pad is modified.
Definition: TPad.h:98
virtual void XYtoPixel(Double_t x, Double_t y, Int_t &xpixel, Int_t &ypixel) const
Definition: TPad.h:526
Int_t fCrosshair
Crosshair type (0 if no crosshair requested)
Definition: TPad.h:94
TPad()
Pad default constructor.
Definition: TPad.cxx:131
Define a Frame.
Definition: TFrame.h:19
void LineNotFree(Int_t x1, Int_t x2, Int_t y1, Int_t y2)
Mark as "not free" the cells along a line.
Definition: TPad.cxx:3059
short Width_t
Definition: RtypesCore.h:78
Double_t fUtoAbsPixelk
Conversion coefficient for U NDC to absolute pixel.
Definition: TPad.h:47
Double_t fY2
Y of upper Y coordinate.
Definition: TPad.h:38
Double_t fAspectRatio
ratio of w/h in case of fixed ratio
Definition: TPad.h:81
virtual void PaintBorderPS(Double_t xl, Double_t yl, Double_t xt, Double_t yt, Int_t bmode, Int_t bsize, Int_t dark, Int_t light)
Paint a frame border with Postscript.
Definition: TPad.cxx:3511
Bool_t GetGridx() const
Definition: TPad.h:226
long Long_t
Definition: RtypesCore.h:50
The Canvas class.
Definition: TCanvas.h:31
virtual void HideToolTip(Int_t event)
Hide tool tip depending on the event type.
Definition: TPad.cxx:2705
void PaintBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Option_t *option="")
Paint box in CurrentPad World coordinates.
Definition: TPad.cxx:3657
virtual void SetTitle(const char *title="")
Definition: TPad.h:346
void FillCollideGridTBox(TObject *o)
Definition: TPad.cxx:3102
static const double x1[5]
Double_t fVtoAbsPixelk
Conversion coefficient for V NDC to absolute pixel.
Definition: TPad.h:50
virtual void EventPave()
Definition: TPad.h:402
Double_t fXtoPixelk
Conversion coefficient for X World to pixel.
Definition: TPad.h:41
double Double_t
Definition: RtypesCore.h:55
Int_t GetGLDevice()
Get GL device.
Definition: TPad.cxx:6890
virtual Int_t GetEventY() const
Get Y event.
Definition: TPad.cxx:2628
TText * text
virtual void SetGridy(Int_t value=1)
Definition: TPad.h:325
void DestroyExternalViewer3D()
Bool_t fGridy
Set to true if grid along Y.
Definition: TPad.h:100
int type
Definition: TGX11.cxx:120
Print a TSeq at the prompt:
Definition: TDatime.h:115
virtual void SetFillStyle(Style_t fstyle)
Override TAttFill::FillStyle for TPad because we want to handle style=0 as style 4000.
Definition: TPad.cxx:5754
Bool_t fCopyGLDevice
!
Definition: TPad.h:85
unsigned long ULong_t
Definition: RtypesCore.h:51
TCanvas * style()
Definition: style.C:1
Double_t y[n]
Definition: legend1.C:17
Double_t fTheta
theta angle to view as lego/surface
Definition: TPad.h:78
virtual void GetRange(Double_t &x1, Double_t &y1, Double_t &x2, Double_t &y2)
Return pad world coordinates range.
Definition: TPad.cxx:2867
TList * GetListOfExecs() const
Definition: TPad.h:237
Double_t PixeltoY(Int_t py)
Definition: TPad.h:434
virtual void SetBBoxY1(const Int_t y)
Set top of BoundingBox to a value (resize in y direction on top)
Definition: TPad.cxx:7000
void FillCollideGridTH1(TObject *o)
Definition: TPad.cxx:3176
Int_t fTickx
Set to 1 if tick marks along X.
Definition: TPad.h:88
TPad & operator=(const TPad &rhs)
Int_t GetCrosshair() const
Return the crosshair type (from the mother canvas) crosshair type = 0 means no crosshair.
Definition: TPad.cxx:6312
virtual TObject * WaitPrimitive(const char *pname="", const char *emode="")
Loop and sleep until a primitive with name=pname is found in the pad.
Definition: TPad.cxx:6700
virtual void GetPadPar(Double_t &xlow, Double_t &ylow, Double_t &xup, Double_t &yup)
Return lower and upper bounds of the pad in NDC coordinates.
Definition: TPad.cxx:2856
virtual void SetTicks(Int_t valuex=1, Int_t valuey=1)
Definition: TPad.h:343
TVirtualViewer3D * fViewer3D
! Current 3D viewer
Definition: TPad.h:122
virtual void SetBBoxX2(const Int_t x)
Set right hand side of BoundingBox to a value (resize in x direction on right)
Definition: TPad.cxx:6991
Double_t GetX2() const
Definition: TPad.h:232
Double_t fXlowNDC
X bottom left corner of pad in NDC [0,1].
Definition: TPad.h:61
virtual void SetName(const char *name)
Definition: TPad.h:341
TView * GetView() const
Definition: TPad.h:245
Double_t GetAbsHNDC() const
Definition: TPad.h:218
Mother of all ROOT objects.
Definition: TObject.h:37
Bool_t fFixedAspectRatio
True if fixed aspect ratio.
Definition: TPad.h:103
void Clear(Option_t *option="")
Delete all pad primitives.
Definition: TPad.cxx:594
virtual Bool_t OpaqueMoving() const
Is pad moving in opaque mode ?
Definition: TPad.cxx:2730
virtual Int_t ClipPolygon(Int_t n, Double_t *x, Double_t *y, Int_t nn, Double_t *xc, Double_t *yc, Double_t xclipl, Double_t yclipb, Double_t xclipr, Double_t yclipt)
Clip polygon using the Sutherland-Hodgman algorithm.
Definition: TPad.cxx:835
Double_t GetPhi() const
Definition: TPad.h:220
Double_t GetUymax() const
Definition: TPad.h:225
virtual void Browse(TBrowser *b)
Browse pad.
Definition: TPad.cxx:442
virtual void RecordPave(const TObject *obj)
Emit RecordPave() signal.
Definition: TPad.cxx:6898
virtual TLegend * BuildLegend(Double_t x1=0.3, Double_t y1=0.21, Double_t x2=0.3, Double_t y2=0.21, const char *title="", Option_t *option="")
Build a legend from the graphical objects in the pad.
Definition: TPad.cxx:465
const char * GetName() const
Returns name of object.
Definition: TPad.h:251
Int_t XtoAbsPixel(Double_t x) const
Definition: TPad.h:474
virtual void Divide(Int_t nx=1, Int_t ny=1, Float_t xmargin=0.01, Float_t ymargin=0.01, Int_t color=0)
Automatic pad generation by division.
Definition: TPad.cxx:1135
Abstract base class for elements drawn in the editor.
Definition: TAttBBox2D.h:19
Double_t GetTheta() const
Definition: TPad.h:221
virtual void AutoExec()
Execute the list of Execs when a pad event occurs.
Definition: TPad.cxx:427
virtual void ReleaseViewer3D(Option_t *type="")
Release current (external) viewer.
Definition: TPad.cxx:6874
Clear after CR.
Definition: TPad.h:158
TString fName
Pad name.
Definition: TPad.h:108
virtual UInt_t GetWw() const
Get Ww.
Definition: TPad.cxx:2695
Double_t fYtoPixelk
Conversion coefficient for Y World to pixel.
Definition: TPad.h:44
void PaintPolyLine3D(Int_t n, Double_t *p)
Paint 3-D polyline in the CurrentPad.
Definition: TPad.cxx:4281
virtual Short_t GetBorderMode() const
Definition: TPad.h:196
Int_t NextPaletteColor()
Get the next autocolor in the pad.
Definition: TPad.cxx:2953
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
Definition: TRolke.cxx:630
Double_t fHNDC
Height of pad along Y in NDC.
Definition: TPad.h:66
Double_t AbsPixeltoX(Int_t px)
Definition: TPad.h:167
virtual TObject * CreateToolTip(const TBox *b, const char *text, Long_t delayms)
Create a tool tip and return its pointer.
Definition: TPad.cxx:6742
Bool_t fEmbeddedGL
!
Definition: TPad.h:86
Double_t PadtoY(Double_t y) const
Convert y from pad to Y.
Definition: TPad.cxx:3320
Bool_t IsFolder() const
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects)...
Definition: TPad.h:264
virtual void Pop()
Pop pad to the top of the stack.
Definition: TPad.cxx:4546
virtual void SetAttTextPS(Int_t align, Float_t angle, Color_t color, Style_t font, Float_t tsize)
Set postscript text attributes.
Definition: TPad.cxx:5899
TObject * fPadPointer
! free pointer
Definition: TPad.h:112
virtual Rectangle_t GetBBox()
Return the bounding Box of the Pad.
Definition: TPad.cxx:6923
virtual Bool_t OpaqueResizing() const
Is pad resizing in opaque mode ?
Definition: TPad.cxx:2738
void Emit(const char *signal, const T &arg)
Activate signal with single parameter.
Definition: TQObject.h:164
Double_t fUtoPixelk
Conversion coefficient for U NDC to pixel.
Definition: TPad.h:48
virtual void RangeAxis(Double_t xmin, Double_t ymin, Double_t xmax, Double_t ymax)
Set axis coordinate system for the pad.
Definition: TPad.cxx:5123
virtual void SetNumber(Int_t number)
Definition: TPad.h:330
Double_t fPixeltoYk
Conversion coefficient for pixel to Y World.
Definition: TPad.h:58
const int nn
virtual void SetBorderSize(Short_t bordersize)
Definition: TPad.h:314
virtual void SaveAs(const char *filename="", Option_t *option="") const
Save Pad contents in a file in one of various formats.
Definition: TPad.cxx:5468
Double_t PadtoX(Double_t x) const
Convert x from pad to X.
Definition: TPad.cxx:3311
Draw all kinds of Arrows.
Definition: TArrow.h:29
Int_t GetNumber() const
Definition: TPad.h:228
Double_t fY1
Y of lower Y coordinate.
Definition: TPad.h:36
Int_t fGLDevice
! OpenGL off-screen pixmap identifier
Definition: TPad.h:84
RooCmdArg FillStyle(Style_t style)
static void SetMaxPickDistance(Int_t maxPick=5)
static function to set the maximum Pick Distance fgMaxPickDistance This parameter is used in TPad::Pi...
Definition: TPad.cxx:6340
void PaintFillAreaHatches(Int_t n, Double_t *x, Double_t *y, Int_t FillStyle)
This function paints hatched fill area according to the FillStyle value The convention for the Hatch ...
Definition: TPad.cxx:3864
virtual void SetLogz(Int_t value=1)
Set Lin/Log scale for Z.
Definition: TPad.cxx:5791
Double_t fX1
X of lower X coordinate.
Definition: TPad.h:35
TObject * fTip
! tool tip associated with box
Definition: TPad.h:32
virtual void x3d(Option_t *type="")
Deprecated: use TPad::GetViewer3D() instead.
Definition: TPad.cxx:6784
void PaintLine(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Paint line in CurrentPad World coordinates.
Definition: TPad.cxx:4078
Double_t AbsPixeltoY(Int_t py)
Definition: TPad.h:168
const Bool_t kTRUE
Definition: RtypesCore.h:91
Double_t fUxmin
Minimum value on the X axis.
Definition: TPad.h:73
const Int_t n
Definition: legend1.C:16
Double_t GetUymin() const
Definition: TPad.h:223
Double_t GetWNDC() const
Definition: TPad.h:211
Int_t fTicky
Set to 1 if tick marks along Y.
Definition: TPad.h:89
virtual void SetBBoxCenterY(const Int_t y)
Set Y coordinate of the center of the Pad.
Definition: TPad.cxx:6970
virtual void RangeAxisChanged()
Definition: TPad.h:306
void Modified(Bool_t flag=1)
Definition: TPad.h:410
Bool_t HasFixedAspectRatio() const
Definition: TPad.h:261
To make it possible to use GL for 2D graphic in a TPad/TCanvas.
static Int_t fgMaxPickDistance
Maximum Pick Distance.
Definition: TPad.h:114
virtual void Closed()
Definition: TPad.h:181
Double_t fUtoPixel
xpixel = fUtoPixelk + fUtoPixel*undc
Definition: TPad.h:49
void FillCollideGrid(TObject *o)
Initialise the grid used to find empty space when adding a box (Legend) in a pad. ...
Definition: TPad.cxx:2969
Short_t fBorderMode
Bordermode (-1=down, 0 = no border, 1=up)
Definition: TPad.h:97
Double_t fAbsPixeltoXk
Conversion coefficient for absolute pixel to X World.
Definition: TPad.h:54
Int_t fLogy
(=0 if Y linear scale, =1 if log scale)
Definition: TPad.h:91
void PaintText(Double_t x, Double_t y, const char *text)
Paint text in CurrentPad World coordinates.
Definition: TPad.cxx:4357
Double_t fWNDC
Width of pad along X in NDC.
Definition: TPad.h:65
virtual Int_t GetCanvasID() const
Get canvas identifier.
Definition: TPad.cxx:2596
virtual void RecordLatex(const TObject *obj)
Emit RecordLatex() signal.
Definition: TPad.cxx:6906
void DrawDist(Rectangle_t aBBox, Rectangle_t bBBox, char mode)
Draw Arrows to indicated equal distances of Objects with given BBoxes.
Definition: TPad.cxx:5926
const char * Data() const
Definition: TString.h:347
virtual void SetLogy(Int_t value=1)
Set Lin/Log scale for Y.
Definition: TPad.cxx:5780