#include <TGImageMap.h>
Inheritance diagram for TGRegion:


Public Types | |
| enum | ERegionType { kRectangle, kEllipse } |
Public Methods | |
| TGRegion () | |
| TGRegion (Int_t x, Int_t y, UInt_t w, UInt_t h, ERegionType=kRectangle) | |
| TGRegion (Int_t n, TPoint *points, Bool_t winding=kFALSE) | |
| TGRegion (Int_t n, Int_t *x, Int_t *y, Bool_t winding=kFALSE) | |
| TGRegion (const TArrayS &x, const TArrayS &y, Bool_t winding=kFALSE) | |
| TGRegion (const TGRegion ®) | |
| virtual | ~TGRegion () |
| Bool_t | Contains (const TPoint &p) const |
| Bool_t | Contains (Int_t x, Int_t y) const |
| TGRegion | Unite (const TGRegion &r) const |
| TGRegion | Intersect (const TGRegion &r) const |
| TGRegion | Subtract (const TGRegion &r) const |
| TGRegion | Eor (const TGRegion &r) const |
| TGDimension | GetDimension () const |
| TGPosition | GetPosition () const |
| Bool_t | IsNull () const |
| Bool_t | IsEmpty () const |
| TGRegion | operator| (const TGRegion &r) const |
| TGRegion | operator+ (const TGRegion &r) const |
| TGRegion | operator & (const TGRegion &r) const |
| TGRegion | operator- (const TGRegion &r) const |
| TGRegion | operator^ (const TGRegion &r) const |
| TGRegion & | operator|= (const TGRegion &r) |
| TGRegion & | operator+= (const TGRegion &r) |
| TGRegion & | operator &= (const TGRegion &r) |
| TGRegion & | operator-= (const TGRegion &r) |
| TGRegion & | operator^= (const TGRegion &r) |
| Bool_t | operator== (const TGRegion &r) const |
| Bool_t | operator!= (const TGRegion &r) const |
| TGRegion & | operator= (const TGRegion &r) |
Protected Methods | |
| TGRegion (Bool_t) | |
| TGRegion | CopyRegion () const |
Protected Attributes | |
| TGRegionData * | fData |
|
|
Definition at line 44 of file TGImageMap.h. |
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Referenced by operator &(). |
|
|
Referenced by operator-(). |
|
|
Referenced by operator^(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 65 of file TGImageMap.h. References Unite(). |
|
|
Definition at line 66 of file TGImageMap.h. References Unite(). |
|
|
Definition at line 67 of file TGImageMap.h. References Intersect(). |
|
|
Definition at line 68 of file TGImageMap.h. References Subtract(). |
|
|
Definition at line 69 of file TGImageMap.h. References Eor(). |
|
|
Definition at line 70 of file TGImageMap.h. |
|
|
Definition at line 71 of file TGImageMap.h. |
|
|
Definition at line 72 of file TGImageMap.h. |
|
|
Definition at line 73 of file TGImageMap.h. |
|
|
Definition at line 74 of file TGImageMap.h. |
|
|
Referenced by operator!=(). |
|
|
Definition at line 76 of file TGImageMap.h. References operator==(). |
|
|
|
|
|
Definition at line 38 of file TGImageMap.h. |
1.2.16