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