Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXRegion.h>
Public Member Functions | |
FXRegion () | |
FXRegion (const FXRegion &r) | |
FXRegion (const FXRectangle &rect) | |
FXRegion (FXint x, FXint y, FXint w, FXint h) | |
FXRegion (const FXPoint *points, FXuint npoints, bool winding=false) | |
FXRegion & | operator= (const FXRegion &r) |
bool | empty () const |
bool | contains (FXint x, FXint y) const |
bool | contains (FXint x, FXint y, FXint w, FXint h) const |
FXRectangle | bounds () const |
FXRegion & | offset (FXint dx, FXint dy) |
bool | operator== (const FXRegion &r) const |
bool | operator!= (const FXRegion &r) const |
FXRegion & | operator+= (const FXRegion &r) |
FXRegion & | operator *= (const FXRegion &r) |
FXRegion & | operator-= (const FXRegion &r) |
FXRegion & | operator^= (const FXRegion &r) |
FXRegion | operator+ (const FXRegion &r) const |
FXRegion | operator * (const FXRegion &r) const |
FXRegion | operator- (const FXRegion &r) const |
FXRegion | operator^ (const FXRegion &r) const |
void | reset () |
~FXRegion () | |
Friends | |
class | FXDC |
class | FXDCWindow |
class | FXWindow |
|
Construct new empty region.
|
|
Construct new region copied from region r.
|
|
Construct new region from rectangle rect.
|
|
Construct rectangle region.
|
|
Construct polygon region.
|
|
Destroy region.
|
|
Assign region r to this one.
|
|
Return true if region is empty.
|
|
Return true if region contains point.
|
|
Return true if region contains rectangle.
|
|
Return bounding box.
|
|
Offset region by dx,dy.
|
|
Return true if region equal to this one.
|
|
Return true if region not equal to this one.
|
|
Union region r with this one.
|
|
Intersect region r with this one.
|
|
Subtract region r from this one.
|
|
Xor region r with this one.
|
|
Union of this region and region r.
|
|
Intersection of this region and region r.
|
|
Subtract region r from this region.
|
|
Xor of this region and region r.
|
|
Reset region to empty.
|
|
|
|
|
|
|
Copyright © 1997-2005 Jeroen van der Zijp |