This is the complete list of members for CGUIRect, including all inherited members.
| Assign(const CGUIPoint &kOriginPt, const eC_Value &vWidth, const eC_Value &vHeight) | CGUIRect | |
| Assign(const eC_Value &vX1, const eC_Value &vY1, const eC_Value &vX2, const eC_Value &vY2) | CGUIRect | |
| CGUIRect() | CGUIRect | |
| CGUIRect(const CGUIPoint &kLeftUpperPt, const CGUIPoint &kRightLowerPt) | CGUIRect | |
| CGUIRect(const CGUIPoint &kOriginPt, const eC_Value &vWidth, const eC_Value &vHeight) | CGUIRect | |
| CGUIRect(const eC_Value &vX1, const eC_Value &vY1, const eC_Value &vX2, const eC_Value &vY2) | CGUIRect | |
| CGUIRect(const CGUIRect &srcRect) | CGUIRect | |
| Expand(const eC_Value vDif, const ExpandDirection_t enDirection=EXPAND_ALL) | CGUIRect | inline |
| EXPAND_ALL enum value | CGUIRect | |
| EXPAND_HORIZONTAL enum value | CGUIRect | |
| EXPAND_VERTICAL enum value | CGUIRect | |
| ExpandDirection_t enum name | CGUIRect | |
| GetBottomRight() const | CGUIRect | inline |
| GetCenter() const | CGUIRect | inline |
| GetHeight() const | CGUIRect | inline |
| GetOriginRect() const | CGUIRect | inline |
| GetTopLeft() const | CGUIRect | inline |
| GetWidth() const | CGUIRect | inline |
| GetX1() const | CGUIRect | inline |
| GetX2() const | CGUIRect | inline |
| GetY1() const | CGUIRect | inline |
| GetY2() const | CGUIRect | inline |
| Interpolate(const CGUIRect &kTargetRect, const eC_Value vInterpolationFactor) | CGUIRect | inline |
| InterSect(const CGUIRect &Rect) | CGUIRect | |
| IsBottomOf(const CGUIRect &Rect) const | CGUIRect | inline |
| IsComprehensive() const | CGUIRect | inline |
| IsInside(const eC_Value &vX, const eC_Value &vY) const | CGUIRect | inline |
| IsInside(const CGUIPoint &kPt) const | CGUIRect | inline |
| IsInside(const CGUIRect &kRect) const | CGUIRect | inline |
| IsLeftOf(const CGUIRect &Rect) const | CGUIRect | inline |
| IsRightOf(const CGUIRect &Rect) const | CGUIRect | inline |
| IsTopOf(const CGUIRect &Rect) const | CGUIRect | inline |
| Move(const CGUIPoint &kOffsetPt) | CGUIRect | |
| Move(const eC_Value vDeltaX, const eC_Value vDeltaY) | CGUIRect | |
| MoveTo(const eC_Value vAbsX, const eC_Value vAbsY) | CGUIRect | |
| Normalise() | CGUIRect | |
| operator!=(const CGUIRect &rkRect) const | CGUIRect | inline |
| operator=(const CGUIRect &srcRect) | CGUIRect | |
| operator==(const CGUIRect &rkRect) const | CGUIRect | inline |
| Overlaps(const CGUIRect &Rect) const | CGUIRect | |
| ReadFromStream() | CGUIRect | |
| SetComprehensive(const eC_Bool &bComprehensive) | CGUIRect | inline |
| SetHeight(const eC_Value vHeight) | CGUIRect | inline |
| SetWidth(const eC_Value vWidth) | CGUIRect | inline |
| SetX1(const eC_Value &vX1) | CGUIRect | inline |
| SetX2(const eC_Value &vX2) | CGUIRect | inline |
| SetY1(const eC_Value &vY1) | CGUIRect | inline |
| SetY2(const eC_Value &vY2) | CGUIRect | inline |
| Union(const CGUIRect &Rect) | CGUIRect | |
| WriteToStream() | CGUIRect |