#include <FXRegion.h>
Definition at line 30 of file 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 |