59 if (y2 >= y1) {
fY1 =y1;
fY2 = y2;}
86 ((
TBox&)box).TBox::Copy(*
this);
121 ((
TBox&)obj).fTip = 0;
136 Int_t pxl, pyl, pxt, pyt;
141 if (px1 < px2) {pxl = px1; pxt = px2;}
142 else {pxl = px2; pxt = px1;}
143 if (py1 < py2) {pyl = py1; pyt = py2;}
144 else {pyl = py2; pyt = py1;}
148 if ( (px >= pxl && px <= pxt) && (py >= pyl && py <= pyt) )
return 0;
154 if (py < pyl) dxl += pyl - py;
155 if (py > pyt) dxl += py - pyt;
157 if (py < pyl) dxt += pyl - py;
158 if (py > pyt) dxt += py - pyt;
160 if (px < pxl) dyl += pxl - px;
161 if (px > pxt) dyl += px - pxt;
163 if (px < pxl) dyt += pxl - px;
164 if (px > pxt) dyt += px - pxt;
166 Int_t distance = dxl;
167 if (dxt < distance) distance = dxt;
168 if (dyl < distance) distance = dyl;
169 if (dyt < distance) distance = dyt;
191 TBox *newbox =
new TBox(x1,y1,x2,y2);
223 const Int_t kMaxDiff = 7;
224 const Int_t kMinSize = 20;
226 static Int_t px1, px2, py1, py2, pxl, pyl, pxt, pyt, pxold, pyold;
227 static Int_t px1p, px2p, py1p, py2p, pxlp, pylp, pxtp, pytp;
228 static Double_t oldX1, oldY1, oldX2, oldY2;
229 static Bool_t pA, pB, pC, pD, pTop, pL, pR, pBot, pINSIDE;
306 pA = pB = pC = pD = pTop = pL = pR = pBot = pINSIDE =
kFALSE;
310 pxold = pxl; pyold = pyl; pA =
kTRUE;
315 pxold = pxt; pyold = pyl; pB =
kTRUE;
320 pxold = pxt; pyold = pyt; pC =
kTRUE;
325 pxold = pxl; pyold = pyt; pD =
kTRUE;
329 if ((px > pxl+kMaxDiff && px < pxt-kMaxDiff) &&
331 pxold = pxl; pyold = pyl; pTop =
kTRUE;
335 if ((px > pxl+kMaxDiff && px < pxt-kMaxDiff) &&
337 pxold = pxt; pyold = pyt; pBot =
kTRUE;
341 if ((py > pyl+kMaxDiff && py < pyt-kMaxDiff) &&
343 pxold = pxl; pyold = pyl; pL =
kTRUE;
347 if ((py > pyl+kMaxDiff && py < pyt-kMaxDiff) &&
349 pxold = pxt; pyold = pyt; pR =
kTRUE;
353 if ((px > pxl+kMaxDiff && px < pxt-kMaxDiff) &&
354 (py > pyl+kMaxDiff && py < pyt-kMaxDiff)) {
355 pxold = px; pyold = py; pINSIDE =
kTRUE;
363 if (pA || pB || pC || pD || pTop || pL || pR || pBot)
366 if (!pA && !pB && !pC && !pD && !pTop && !pL && !pR && !pBot && !pINSIDE)
378 if (px > pxt-kMinSize) { px = pxt-kMinSize; wx = px; }
379 if (py > pyt-kMinSize) { py = pyt-kMinSize; wy = py; }
380 if (px < pxlp) { px = pxlp; wx = px; }
381 if (py < pylp) { py = pylp; wy = py; }
386 if (px < pxl+kMinSize) { px = pxl+kMinSize; wx = px; }
387 if (py > pyt-kMinSize) { py = pyt-kMinSize; wy = py; }
388 if (px > pxtp) { px = pxtp; wx = px; }
389 if (py < pylp) { py = pylp; wy = py; }
394 if (px < pxl+kMinSize) { px = pxl+kMinSize; wx = px; }
395 if (py < pyl+kMinSize) { py = pyl+kMinSize; wy = py; }
396 if (px > pxtp) { px = pxtp; wx = px; }
397 if (py > pytp) { py = pytp; wy = py; }
402 if (px > pxt-kMinSize) { px = pxt-kMinSize; wx = px; }
403 if (py < pyl+kMinSize) { py = pyl+kMinSize; wy = py; }
404 if (px < pxlp) { px = pxlp; wx = px; }
405 if (py > pytp) { py = pytp; wy = py; }
411 if (py2 > py1-kMinSize) { py2 = py1-kMinSize; wy = py2; }
412 if (py2 < py2p) { py2 = py2p; wy = py2; }
418 if (py1 < py2+kMinSize) { py1 = py2+kMinSize; wy = py1; }
419 if (py1 > py1p) { py1 = py1p; wy = py1; }
425 if (px1 > px2-kMinSize) { px1 = px2-kMinSize; wx = px1; }
426 if (px1 < px1p) { px1 = px1p; wx = px1; }
432 if (px2 < px1+kMinSize) { px2 = px1+kMinSize; wx = px2; }
433 if (px2 > px2p) { px2 = px2p; wx = px2; }
438 Int_t dx = px - pxold;
439 Int_t dy = py - pyold;
440 px1 += dx; py1 += dy; px2 += dx; py2 += dy;
441 if (px1 < px1p) { dx = px1p - px1; px1 += dx; px2 += dx; wx = px+dx; }
442 if (px2 > px2p) { dx = px2 - px2p; px1 -= dx; px2 -= dx; wx = px-dx; }
443 if (py1 > py1p) { dy = py1 - py1p; py1 -= dy; py2 -= dy; wy = py-dy; }
444 if (py2 < py2p) { dy = py2p - py2; py1 += dy; py2 += dy; wy = py+dy; }
458 if ((pINSIDE && opaque) || (
fResizing && ropaque)) {
460 fX1 =
gPad->AbsPixeltoX(pxold);
463 fY2 =
gPad->AbsPixeltoY(pyold);
468 fX2 =
gPad->AbsPixeltoX(pxold);
469 fY2 =
gPad->AbsPixeltoY(pyold);
473 fY1 =
gPad->AbsPixeltoY(pyold);
474 fX2 =
gPad->AbsPixeltoX(pxold);
478 fX1 =
gPad->AbsPixeltoX(pxold);
479 fY1 =
gPad->AbsPixeltoY(pyold);
483 if (pTop || pBot || pL || pR || pINSIDE) {
489 if (pINSIDE)
gPad->ShowGuidelines(
this, event,
'i',
true);
490 if (pTop)
gPad->ShowGuidelines(
this, event,
't',
true);
491 if (pBot)
gPad->ShowGuidelines(
this, event,
'b',
true);
492 if (pL)
gPad->ShowGuidelines(
this, event,
'l',
true);
493 if (pR)
gPad->ShowGuidelines(
this, event,
'r',
true);
494 if (pA)
gPad->ShowGuidelines(
this, event,
'1',
true);
495 if (pB)
gPad->ShowGuidelines(
this, event,
'2',
true);
496 if (pC)
gPad->ShowGuidelines(
this, event,
'3',
true);
497 if (pD)
gPad->ShowGuidelines(
this, event,
'4',
true);
504 if (
gROOT->IsEscaped()) {
517 if (opaque || ropaque) {
518 gPad->ShowGuidelines(
this, event);
522 fX1 =
gPad->AbsPixeltoX(pxold);
525 fY2 =
gPad->AbsPixeltoY(pyold);
530 fX2 =
gPad->AbsPixeltoX(pxold);
531 fY2 =
gPad->AbsPixeltoY(pyold);
535 fY1 =
gPad->AbsPixeltoY(pyold);
536 fX2 =
gPad->AbsPixeltoX(pxold);
540 fX1 =
gPad->AbsPixeltoX(pxold);
541 fY1 =
gPad->AbsPixeltoY(pyold);
545 if (pTop || pBot || pL || pR || pINSIDE) {
559 if (pA || pB || pC || pD || pTop || pL || pR || pBot)
gPad->Modified(
kTRUE);
574 event =
gVirtualX->RequestLocator(1, 1, px, py);
602 if (x < fX1 || x >
fX2)
return 0;
603 if (y < fY1 || y >
fY2)
return 0;
636 else gPad->PaintBox(x1,y1,x2,y2);
638 gPad->PaintBox(x1,y1,x2,y2);
666 out<<
"box = new TBox("<<
fX1<<
","<<
fY1<<
","<<
fX2<<
","<<
fY2<<
");"<<std::endl;
671 out<<
" box->Draw();"<<std::endl;
682 Warning(
"SetToolTipText",
"a canvas must exist before setting the tool tip text");
691 if (text && strlen(text))
692 fTip =
gPad->CreateToolTip(
this, text, delayms);
698 void TBox::Streamer(
TBuffer &R__b)
708 TObject::Streamer(R__b);
709 TAttLine::Streamer(R__b);
710 TAttFill::Streamer(R__b);
713 R__b >> y1;
fY1 = y1;
715 R__b >> y2;
fY2 = y2;
730 Int_t px1, py1, px2, py2;
737 if (px1>px2) { tmp = px1; px1 = px2; px2 = tmp;}
738 if (py1>py2) { tmp = py1; py1 = py2; py2 = tmp;}
virtual Rectangle_t GetBBox()
Return the "bounding Box" of the Box.
void Copy(TObject &box) const
Copy a Box.
TBox & operator=(const TBox &)
Assignment operator.
virtual Int_t WriteClassBuffer(const TClass *cl, void *pointer)=0
virtual void SetBBoxCenter(const TPoint &p)
Set center of the Box.
TBox()
Box default constructor.
virtual TBox * DrawBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Draw this box with new coordinates.
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
Execute action corresponding to one event.
virtual void SetBBoxY1(const Int_t y)
Set top of BoundingBox to a value (resize in y direction on top)
virtual void SetToolTipText(const char *text, Long_t delayms=1000)
Set tool tip text associated with this box.
Double_t fY2
Y of 2nd point.
virtual TPoint GetBBoxCenter()
Return the center of the Box as TPoint in pixels.
Buffer base class used for serializing objects.
virtual Int_t IsInside(Double_t x, Double_t y) const
Function which returns 1 if point x,y lies inside the box, 0 otherwise.
virtual Int_t CheckByteCount(UInt_t startpos, UInt_t bcnt, const TClass *clss)=0
R__ALWAYS_INLINE Bool_t TestBit(UInt_t f) const
virtual void ls(Option_t *option="") const
List this box with its attributes.
Short_t Min(Short_t a, Short_t b)
void ToLower()
Change string to lower-case.
virtual void SetX1(Double_t x1)
virtual void Modify()
Change current line attributes if necessary.
virtual void SetX2(Double_t x2)
void box(Int_t pat, Double_t x1, Double_t y1, Double_t x2, Double_t y2)
virtual Width_t GetLineWidth() const
Return the line width.
virtual Double_t GetX1() const =0
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
if object in a list can be deleted
virtual void AppendPad(Option_t *option="")
Append graphics object to current pad.
Double_t fY1
Y of 1st point.
virtual void SetBBoxY2(const Int_t y)
Set bottom of BoundingBox to a value (resize in y direction on bottom)
virtual Style_t GetLineStyle() const
Return the line style.
static const double x2[5]
Fill Area Attributes class.
Bool_t fResizing
! True if box is being resized
void Copy(TAttLine &attline) const
Copy this line attributes to a new TAttLine.
virtual void Copy(TObject &object) const
Copy this to obj.
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.
virtual void Modify()
Change current fill area attributes if necessary.
virtual void HideToolTip(Int_t event)
Hide tool tip depending on the event type.
TObject & operator=(const TObject &rhs)
TObject assignment operator.
TVirtualPad is an abstract base class for the Pad and Canvas classes.
virtual void SetBBoxX2(const Int_t x)
Set right hand side of BoundingBox to a value (resize in x direction on right)
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save primitive as a C++ statement(s) on output stream out.
virtual Short_t GetBorderSize() const =0
virtual Double_t GetY2() const =0
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py)
Compute distance from point px,py to a box.
virtual ~TBox()
Box destructor.
virtual Int_t XtoAbsPixel(Double_t x) const =0
Double_t fX2
X of 2nd point.
virtual void Print(Option_t *option="") const
Dump this box with its attributes.
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.
Width_t fLineWidth
Line width.
Double_t fX1
X of 1st point.
static void IndentLevel()
Functions used by ls() to indent an object hierarchy.
virtual void SetBBoxCenterX(const Int_t x)
Set X coordinate of the center of the Box.
virtual void PaintBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2, Option_t *option="")
Draw this box with new coordinates.
virtual Double_t GetY1() const =0
virtual Color_t GetLineColor() const
Return the line color.
virtual void SetY2(Double_t y2)
virtual Int_t YtoAbsPixel(Double_t y) const =0
virtual void SetBBoxCenterY(const Int_t y)
Set Y coordinate of the center of the Box.
virtual Int_t ReadClassBuffer(const TClass *cl, void *pointer, const TClass *onfile_class=0)=0
static const double x1[5]
virtual void Paint(Option_t *option="")
Paint this box with its current attributes.
virtual Color_t GetFillColor() const
Return the fill area color.
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
virtual void SetBBoxX1(const Int_t x)
Set left hand side of BoundingBox to a value (resize in x direction on left)
Binding & operator=(OUT(*fun)(void))
virtual void Draw(Option_t *option="")
Draw this box with its current attributes.
Mother of all ROOT objects.
TObject * fTip
! tool tip associated with box
Abstract base class for elements drawn in the editor.
virtual Double_t GetX2() const =0
Short_t Max(Short_t a, Short_t b)
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
virtual Style_t GetFillStyle() const
Return the fill area style.
virtual const char * GetName() const
Returns name of object.
virtual void SetY1(Double_t y1)
virtual void Warning(const char *method, const char *msgfmt,...) const
Issue warning message.
virtual Version_t ReadVersion(UInt_t *start=0, UInt_t *bcnt=0, const TClass *cl=0)=0
void Copy(TAttFill &attfill) const
Copy this fill attributes to a new TAttFill.