Public Member Functions |
| wxRect2DInt () |
| wxRect2DInt (const wxRect &r) |
| wxRect2DInt (wxInt32 x, wxInt32 y, wxInt32 w, wxInt32 h) |
| wxRect2DInt (const wxPoint2DInt &topLeft, const wxPoint2DInt &bottomRight) |
| wxRect2DInt (const wxPoint2DInt &pos, const wxSize &size) |
| wxRect2DInt (const wxRect2DInt &rect) |
wxPoint2DInt | GetPosition () |
wxSize | GetSize () |
wxInt32 | GetLeft () const |
void | SetLeft (wxInt32 n) |
void | MoveLeftTo (wxInt32 n) |
wxInt32 | GetTop () const |
void | SetTop (wxInt32 n) |
void | MoveTopTo (wxInt32 n) |
wxInt32 | GetBottom () const |
void | SetBottom (wxInt32 n) |
void | MoveBottomTo (wxInt32 n) |
wxInt32 | GetRight () const |
void | SetRight (wxInt32 n) |
void | MoveRightTo (wxInt32 n) |
wxPoint2DInt | GetLeftTop () const |
void | SetLeftTop (const wxPoint2DInt &pt) |
void | MoveLeftTopTo (const wxPoint2DInt &pt) |
wxPoint2DInt | GetLeftBottom () const |
void | SetLeftBottom (const wxPoint2DInt &pt) |
void | MoveLeftBottomTo (const wxPoint2DInt &pt) |
wxPoint2DInt | GetRightTop () const |
void | SetRightTop (const wxPoint2DInt &pt) |
void | MoveRightTopTo (const wxPoint2DInt &pt) |
wxPoint2DInt | GetRightBottom () const |
void | SetRightBottom (const wxPoint2DInt &pt) |
void | MoveRightBottomTo (const wxPoint2DInt &pt) |
wxPoint2DInt | GetCentre () const |
void | SetCentre (const wxPoint2DInt &pt) |
void | MoveCentreTo (const wxPoint2DInt &pt) |
wxOutCode | GetOutCode (const wxPoint2DInt &pt) const |
wxOutCode | GetOutcode (const wxPoint2DInt &pt) const |
bool | Contains (const wxPoint2DInt &pt) const |
bool | Contains (const wxRect2DInt &rect) const |
bool | IsEmpty () const |
bool | HaveEqualSize (const wxRect2DInt &rect) const |
void | Inset (wxInt32 x, wxInt32 y) |
void | Inset (wxInt32 left, wxInt32 top, wxInt32 right, wxInt32 bottom) |
void | Offset (const wxPoint2DInt &pt) |
void | ConstrainTo (const wxRect2DInt &rect) |
wxPoint2DInt | Interpolate (wxInt32 widthfactor, wxInt32 heightfactor) |
void | Intersect (const wxRect2DInt &otherRect) |
wxRect2DInt | CreateIntersection (const wxRect2DInt &otherRect) const |
bool | Intersects (const wxRect2DInt &rect) const |
void | Union (const wxRect2DInt &otherRect) |
void | Union (const wxPoint2DInt &pt) |
wxRect2DInt | CreateUnion (const wxRect2DInt &otherRect) const |
void | Scale (wxInt32 f) |
void | Scale (wxInt32 num, wxInt32 denum) |
wxRect2DInt & | operator= (const wxRect2DInt &rect) |
bool | operator== (const wxRect2DInt &rect) const |
bool | operator!= (const wxRect2DInt &rect) const |
Static Public Member Functions |
static void | Intersect (const wxRect2DInt &src1, const wxRect2DInt &src2, wxRect2DInt *dest) |
static void | Union (const wxRect2DInt &src1, const wxRect2DInt &src2, wxRect2DInt *dest) |
Public Attributes |
wxInt32 | m_x |
wxInt32 | m_y |
wxInt32 | m_width |
wxInt32 | m_height |