This is the complete list of members for ot::Rect, including all inherited members.
| addToJsonObject(ot::JsonValue &_object, ot::JsonAllocator &_allocator) const override | ot::Rect | virtual |
| getBottom(void) const | ot::Rect | inline |
| getBottomRight(void) const | ot::Rect | inline |
| getHeight(void) const | ot::Rect | inline |
| getLeft(void) const | ot::Rect | inline |
| getRight(void) const | ot::Rect | inline |
| getSize(void) const | ot::Rect | inline |
| getTop(void) const | ot::Rect | inline |
| getTopLeft(void) const | ot::Rect | inline |
| getWidth(void) const | ot::Rect | inline |
| intersectsWith(const Rect &_other) const | ot::Rect | |
| isAllZero(void) const | ot::Rect | inline |
| isValid(void) const | ot::Rect | inline |
| moveBy(int _dx, int _dy) | ot::Rect | inline |
| moveBy(const Point2D &_distance) | ot::Rect | |
| moveTo(int _ax, int _ay) | ot::Rect | inline |
| moveTo(const Point2D &_topLeft) | ot::Rect | |
| operator!=(const Rect &_other) const | ot::Rect | inline |
| operator=(const Rect &_other) | ot::Rect | inline |
| operator==(const Rect &_other) const | ot::Rect | inline |
| Rect() | ot::Rect | |
| Rect(const Point2D &_topLeft, const Point2D &_bottomRight) | ot::Rect | |
| Rect(const Point2D &_topLeft, const Size2D &_size) | ot::Rect | |
| Rect(const Rect &_other) | ot::Rect | |
| Serializable() | ot::Serializable | inline |
| setBottom(int _bottom) | ot::Rect | inline |
| setBottomRight(const Point2D &_bottomRight) | ot::Rect | inline |
| setFromJsonObject(const ot::ConstJsonObject &_object) override | ot::Rect | virtual |
| setHeight(int _height) | ot::Rect | inline |
| setLeft(int _left) | ot::Rect | inline |
| setRight(int _right) | ot::Rect | inline |
| setSize(const Size2D &_size) | ot::Rect | inline |
| setTop(int _top) | ot::Rect | inline |
| setTopLeft(const Point2D &_topLeft) | ot::Rect | inline |
| setWidth(int _width) | ot::Rect | inline |
| toRectD(void) const | ot::Rect | |
| toRectF(void) const | ot::Rect | |
| unionWith(const Rect &_other) const | ot::Rect | |
| ~Serializable() | ot::Serializable | inlinevirtual |