| _data | sf::TRectangle2D< T > | protected |
| area() const | sf::TRectangle2D< T > | |
| assign(const TRectangle2D &) | sf::TRectangle2D< T > | |
| assign(T left, T bottom, T right, T top) | sf::TRectangle2D< T > | |
| assign(const TVector2D< T > &loLeft, const TVector2D< T > &upRight) | sf::TRectangle2D< T > | |
| assignWidthHeight(T left, T bottom, T w, T h) | sf::TRectangle2D< T > | |
| assignWidthHeight(const TVector2D< T > &bottom_left, const TVector2D< T > &size) | sf::TRectangle2D< T > | |
| bottomLeft() const | sf::TRectangle2D< T > | |
| bottomRight() const | sf::TRectangle2D< T > | |
| center() const | sf::TRectangle2D< T > | |
| clear() | sf::TRectangle2D< T > | |
| contains(const TVector2D< T > &point) const | sf::TRectangle2D< T > | |
| contains(const TRectangle2D &other) const | sf::TRectangle2D< T > | |
| fromString(const std::string &s, bool ignore_err=false) noexcept(false) | sf::TRectangle2D< T > | |
| height() const | sf::TRectangle2D< T > | |
| inflate(T dx, T dy) | sf::TRectangle2D< T > | |
| inflate(const TVector2D< T > &delta) | sf::TRectangle2D< T > | |
| inflatedBy(T dx, T dy) const | sf::TRectangle2D< T > | |
| inflatedBy(const TVector2D< T > &delta) const | sf::TRectangle2D< T > | |
| isEmpty() const | sf::TRectangle2D< T > | |
| isEqual(const TRectangle2D &other, T tol=tolerance) const | sf::TRectangle2D< T > | |
| movedTo(T x, T y) | sf::TRectangle2D< T > | |
| moveTo(T x, T y) | sf::TRectangle2D< T > | |
| normalize() | sf::TRectangle2D< T > | |
| normalized() const | sf::TRectangle2D< T > | |
| offset(T dx, T dy) | sf::TRectangle2D< T > | |
| offsetBy(T dx, T dy) const | sf::TRectangle2D< T > | |
| operator!=(const TRectangle2D &) const | sf::TRectangle2D< T > | |
| operator&(const TRectangle2D &other) const | sf::TRectangle2D< T > | |
| operator&=(const TRectangle2D &other) | sf::TRectangle2D< T > | |
| operator+=(const TVector2D< T > &delta) | sf::TRectangle2D< T > | |
| operator-=(const TVector2D< T > &delta) | sf::TRectangle2D< T > | |
| operator==(const TRectangle2D &) const | sf::TRectangle2D< T > | |
| operator|(const TRectangle2D &other) const | sf::TRectangle2D< T > | |
| operator|=(const TRectangle2D &other) | sf::TRectangle2D< T > | |
| point_type typedef | sf::TRectangle2D< T > | protected |
| Size() const | sf::TRectangle2D< T > | |
| tolerance | sf::TRectangle2D< T > | static |
| topLeft() const | sf::TRectangle2D< T > | |
| topRight() const | sf::TRectangle2D< T > | |
| toString() const | sf::TRectangle2D< T > | |
| touches(const TRectangle2D &other) const | sf::TRectangle2D< T > | |
| TRectangle2D()=default | sf::TRectangle2D< T > | |
| TRectangle2D(const TRectangle2D &rect) | sf::TRectangle2D< T > | |
| TRectangle2D(const TRectangle2D &&rect) noexcept | sf::TRectangle2D< T > | |
| TRectangle2D(T left, T bottom, T right, T top) | sf::TRectangle2D< T > | |
| TRectangle2D(std::initializer_list< T > list) | sf::TRectangle2D< T > | |
| TRectangle2D(const TVector2D< T > &loLeft, const TVector2D< T > &upRight) | sf::TRectangle2D< T > | |
| value_type typedef | sf::TRectangle2D< T > | |
| width() const | sf::TRectangle2D< T > | |