|
| OCPNRegion (wxCoord x, wxCoord y, wxCoord w, wxCoord h) |
|
| OCPNRegion (const wxPoint &topLeft, const wxPoint &bottomRight) |
|
| OCPNRegion (const wxRect &rect) |
|
| OCPNRegion (const wxRegion ®ion) |
|
| OCPNRegion (size_t n, const wxPoint *points, int fillStyle=wxODDEVEN_RULE) |
|
wxRegion * | GetNew_wxRegion () const |
|
void | InitRect (wxCoord x, wxCoord y, wxCoord w, wxCoord h) |
|
bool | operator== (const OCPNRegion ®ion) const |
|
bool | operator!= (const OCPNRegion ®ion) const |
|
bool | IsOk () const |
|
bool | Ok () const |
|
bool | GetBox (wxCoord &x, wxCoord &y, wxCoord &w, wxCoord &h) const |
|
wxRect | GetBox () const |
|
wxRegionContain | Contains (wxCoord x, wxCoord y) const |
|
wxRegionContain | Contains (const wxPoint &pt) const |
|
wxRegionContain | Contains (wxCoord x, wxCoord y, wxCoord w, wxCoord h) const |
|
wxRegionContain | Contains (const wxRect &rect) const |
|
bool | IsEqual (const OCPNRegion ®ion) const |
|
virtual void | Clear () |
|
virtual bool | IsEmpty () const |
|
bool | Empty () const |
|
void * | GetRegion () const |
|
bool | Offset (wxCoord x, wxCoord y) |
|
bool | Offset (const wxPoint &pt) |
|
bool | Intersect (const OCPNRegion ®ion) |
|
bool | Union (const OCPNRegion ®ion) |
|
bool | Union (wxCoord x, wxCoord y, wxCoord w, wxCoord h) |
|
bool | Union (const wxRect &rect) |
|
bool | Subtract (const OCPNRegion ®ion) |
|
|
virtual wxObjectRefData * | CreateRefData () const |
|
virtual wxObjectRefData * | CloneRefData (const wxObjectRefData *data) const |
|
virtual bool | ODoIsEqual (const OCPNRegion ®ion) const |
|
virtual bool | ODoGetBox (wxCoord &x, wxCoord &y, wxCoord &w, wxCoord &h) const |
|
virtual wxRegionContain | ODoContainsPoint (wxCoord x, wxCoord y) const |
|
virtual wxRegionContain | ODoContainsRect (const wxRect &rect) const |
|
virtual bool | ODoOffset (wxCoord x, wxCoord y) |
|
virtual bool | ODoUnionWithRect (const wxRect &rect) |
|
virtual bool | ODoUnionWithRegion (const OCPNRegion ®ion) |
|
virtual bool | ODoIntersect (const OCPNRegion ®ion) |
|
virtual bool | ODoSubtract (const OCPNRegion ®ion) |
|
Definition at line 48 of file OCPNRegion.h.