This is the complete list of members for GxRect, including all inherited members.
__getStaticRtti(void) (defined in GxStructBase) | GxStructBase | inlinestatic |
_bottom | GxRect | |
_left | GxRect | |
_right | GxRect | |
_top | GxRect | |
add(s32 x, s32 y) | GxRect | inline |
add(s32 value) | GxRect | inline |
BASE enum name | GxRect | |
getCenter(void) const | GxRect | inline |
getHeight(void) const | GxRect | inline |
getLeftBottom(void) const | GxRect | inline |
getLeftTop(void) const | GxRect | inline |
getRightBottom(void) const | GxRect | inline |
getRightTop(void) const | GxRect | inline |
getSize(void) const | GxRect | inline |
getWidth(void) const | GxRect | inline |
GxRect(void) | GxRect | inline |
GxRect(const s32 left, const s32 top, const s32 right, const s32 bottom) | GxRect | inline |
GxRect(const GxSize &size) | GxRect | inline |
GxRect(const GxPoint2 &leftTop, const GxSize &size) | GxRect | inline |
GxRect(const GxPoint2 &leftTop, const GxPoint2 &rightBottom) | GxRect | inline |
GxRect(const GxRect &rect) | GxRect | inline |
initialize(s32 left, s32 top, s32 right, s32 bottom) | GxRect | inline |
isHit(const GxRect &rect) const | GxRect | |
isIncluding(const GxRect &rect) const | GxRect | |
isIncluding(const GxPoint2 &point) const | GxRect | |
MAX | GxRect | static |
MIN | GxRect | static |
operator!=(const GxRect &rect0, const GxRect &rect1) | GxRect | friend |
operator&(const GxRect &rect0, const GxRect &rect1) | GxRect | friend |
operator&=(const GxRect &rect) | GxRect | |
operator+(const GxRect &rect) | GxRect | friend |
operator+(const GxRect &rect0, const GxRect &rect1) | GxRect | friend |
operator+(const GxRect &rect, const GxPoint2 &point) | GxRect | friend |
operator+=(const GxRect &rect) | GxRect | |
operator+=(const GxPoint2 &point) | GxRect | |
operator-(const GxRect &rect) | GxRect | friend |
operator-(const GxRect &rect0, const GxRect &rect1) | GxRect | friend |
operator-(const GxRect &rect, const GxPoint2 &point) | GxRect | friend |
operator-=(const GxRect &rect) | GxRect | |
operator-=(const GxPoint2 &point) | GxRect | |
operator=(const GxRect &rect) | GxRect | |
operator==(const GxRect &rect0, const GxRect &rect1) | GxRect | friend |
operator|(const GxRect &rect0, const GxRect &rect1) | GxRect | friend |
operator|=(const GxRect &rect) | GxRect | |
setSize(const GxSize &size, BASE base=BASE::TOP_LEFT) | GxRect | |
ZERO | GxRect | static |