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