LLRectBase< Type > Member List
This is the complete list of members for
LLRectBase< Type >, including all inherited members.
| clampPointToRect(Type &x, Type &y) | LLRectBase< Type > | [inline] |
| clipPointToRect(const Type start_x, const Type start_y, Type &end_x, Type &end_y) | LLRectBase< Type > | [inline] |
| getCenterX() const | LLRectBase< Type > | [inline] |
| getCenterY() const | LLRectBase< Type > | [inline] |
| getHeight() const | LLRectBase< Type > | [inline] |
| getValue() const | LLRectBase< Type > | [inline] |
| getWidth() const | LLRectBase< Type > | [inline] |
| intersectWith(const LLRectBase &other) | LLRectBase< Type > | [inline] |
| isNull() const | LLRectBase< Type > | [inline] |
| LLRectBase() | LLRectBase< Type > | [inline] |
| LLRectBase(const LLRectBase &r) | LLRectBase< Type > | [inline] |
| LLRectBase(Type left, Type top, Type right, Type bottom) | LLRectBase< Type > | [inline] |
| LLRectBase(const LLSD &sd) | LLRectBase< Type > | [inline] |
| localPointInRect(const Type x, const Type y) const | LLRectBase< Type > | [inline] |
| makeValid() | LLRectBase< Type > | [inline] |
| mBottom | LLRectBase< Type > | |
| mLeft | LLRectBase< Type > | |
| mRight | LLRectBase< Type > | |
| mTop | LLRectBase< Type > | |
| notNull() const | LLRectBase< Type > | [inline] |
| null | LLRectBase< Type > | [inline, static] |
| operator!=(const LLRectBase &b) | LLRectBase< Type > | [inline] |
| operator<<(std::ostream &s, const LLRectBase &rect) | LLRectBase< Type > | [friend] |
| operator=(const LLSD &sd) | LLRectBase< Type > | [inline] |
| operator==(const LLRectBase &b) | LLRectBase< Type > | [inline] |
| pointInRect(const Type x, const Type y) const | LLRectBase< Type > | [inline] |
| rectInRect(const LLRectBase *rect) const | LLRectBase< Type > | [inline] |
| set(Type left, Type top, Type right, Type bottom) | LLRectBase< Type > | [inline] |
| setCenterAndSize(Type x, Type y, Type width, Type height) | LLRectBase< Type > | [inline] |
| setLeftTopAndSize(Type left, Type top, Type width, Type height) | LLRectBase< Type > | [inline] |
| setOriginAndSize(Type left, Type bottom, Type width, Type height) | LLRectBase< Type > | [inline] |
| setValue(const LLSD &sd) | LLRectBase< Type > | [inline] |
| stretch(Type dx, Type dy) | LLRectBase< Type > | [inline] |
| stretch(Type delta) | LLRectBase< Type > | [inline] |
| translate(Type horiz, Type vertical) | LLRectBase< Type > | [inline] |
| unionWith(const LLRectBase &other) | LLRectBase< Type > | [inline] |