ROOT
6.06/09
Reference Guide
|
Definition at line 113 of file TGDimension.h.
Public Member Functions | |
TGRectangle () | |
TGRectangle (Int_t rx, Int_t ry, UInt_t rw, UInt_t rh) | |
TGRectangle (const TGPosition &p, const TGDimension &d) | |
TGRectangle (const TGRectangle &r) | |
virtual | ~TGRectangle () |
Bool_t | Contains (Int_t px, Int_t py) const |
Bool_t | Contains (const TGPosition &p) const |
Bool_t | Intersects (const TGRectangle &r) const |
Int_t | Area () const |
TGDimension | Size () const |
TGPosition | LeftTop () const |
TGPosition | RightBottom () const |
void | Merge (const TGRectangle &r) |
void | Empty () |
Bool_t | IsEmpty () const |
Public Attributes | |
Int_t | fX |
Int_t | fY |
UInt_t | fW |
UInt_t | fH |
#include <TGDimension.h>
|
inline |
Definition at line 121 of file TGDimension.h.
Definition at line 122 of file TGDimension.h.
|
inline |
Definition at line 124 of file TGDimension.h.
|
inline |
Definition at line 126 of file TGDimension.h.
|
inlinevirtual |
Definition at line 128 of file TGDimension.h.
|
inline |
Definition at line 140 of file TGDimension.h.
Definition at line 131 of file TGDimension.h.
Referenced by TGToolTip::HandleTimer().
|
inline |
Definition at line 134 of file TGDimension.h.
|
inline |
Definition at line 149 of file TGDimension.h.
Referenced by TGView::DoRedraw(), TGContainer::DoRedraw(), TGContainer::TGContainer(), TGRectangle(), and TGTextView::Update().
|
inline |
Definition at line 137 of file TGDimension.h.
|
inline |
Definition at line 150 of file TGDimension.h.
Referenced by TGView::DoRedraw(), TGContainer::DoRedraw(), TGView::HandleExpose(), TGContainer::HandleExpose(), and TGView::UpdateRegion().
|
inline |
Definition at line 144 of file TGDimension.h.
Referenced by TGMdiContainer::GetDefaultSize().
void TGRectangle::Merge | ( | const TGRectangle & | r | ) |
|
inline |
Definition at line 146 of file TGDimension.h.
Referenced by TGMdiContainer::GetDefaultSize(), and TGMdiContainer::HandleConfigureNotify().
|
inline |
Definition at line 142 of file TGDimension.h.
UInt_t TGRectangle::fH |
Definition at line 118 of file TGDimension.h.
Referenced by TGMdiMainFrame::ArrangeFrames(), TGContainer::ClearViewPort(), TGMdiMainFrame::ConfigureWindow(), TGView::DoRedraw(), TGContainer::DoRedraw(), TGMdiMainFrame::GetWindowGeometry(), TGView::HandleExpose(), TGTextEdit::HandleSelection(), Intersects(), TGHtml::Redraw(), and TGView::UpdateRegion().
UInt_t TGRectangle::fW |
Definition at line 117 of file TGDimension.h.
Referenced by TGContainer::ClearViewPort(), TGMdiMainFrame::ConfigureWindow(), TGView::DoRedraw(), TGContainer::DoRedraw(), TGMdiMainFrame::GetWindowGeometry(), TGView::HandleExpose(), TGTextEdit::HandleSelection(), Intersects(), TGHtml::Redraw(), and TGView::UpdateRegion().
Int_t TGRectangle::fX |
Definition at line 115 of file TGDimension.h.
Referenced by TGContainer::ClearViewPort(), TGMdiMainFrame::ConfigureWindow(), TGView::DoRedraw(), TGContainer::DoRedraw(), TGMdiMainFrame::GetWindowGeometry(), TGView::HandleExpose(), TGTextEdit::HandleSelection(), Intersects(), TGHtml::Redraw(), and TGView::UpdateRegion().
Int_t TGRectangle::fY |
Definition at line 116 of file TGDimension.h.
Referenced by TGContainer::ClearViewPort(), TGMdiMainFrame::ConfigureWindow(), TGView::DoRedraw(), TGContainer::DoRedraw(), TGMdiMainFrame::GetWindowGeometry(), TGView::HandleExpose(), TGTextEdit::HandleSelection(), Intersects(), TGHtml::Redraw(), and TGView::UpdateRegion().