DISTRHO Plugin Framework
|
This is the complete list of members for Rectangle< T >, including all inherited members.
contains(const T &x, const T &y) const noexcept | Rectangle< T > | |
contains(const Point< T > &pos) const noexcept | Rectangle< T > | |
contains(const Point< T2 > &pos) const noexcept | Rectangle< T > | |
containsAfterScaling(const Point< T > &pos, double scaling) const noexcept | Rectangle< T > | |
containsX(const T &x) const noexcept | Rectangle< T > | |
containsY(const T &y) const noexcept | Rectangle< T > | |
draw(const GraphicsContext &context) | Rectangle< T > | |
draw() | Rectangle< T > | |
drawOutline(const GraphicsContext &context, T lineWidth=1) | Rectangle< T > | |
drawOutline() | Rectangle< T > | |
getHeight() const noexcept | Rectangle< T > | |
getPos() const noexcept | Rectangle< T > | |
getSize() const noexcept | Rectangle< T > | |
getWidth() const noexcept | Rectangle< T > | |
getX() const noexcept | Rectangle< T > | |
getY() const noexcept | Rectangle< T > | |
growBy(double multiplier) noexcept | Rectangle< T > | |
isInvalid() const noexcept | Rectangle< T > | |
isNotNull() const noexcept | Rectangle< T > | |
isNull() const noexcept | Rectangle< T > | |
isValid() const noexcept | Rectangle< T > | |
moveBy(const T &x, const T &y) noexcept | Rectangle< T > | |
moveBy(const Point< T > &pos) noexcept | Rectangle< T > | |
operator!=(const Rectangle< T > &size) const noexcept (defined in Rectangle< T >) | Rectangle< T > | |
operator*=(double m) noexcept (defined in Rectangle< T >) | Rectangle< T > | |
operator/=(double d) noexcept (defined in Rectangle< T >) | Rectangle< T > | |
operator=(const Rectangle< T > &rect) noexcept (defined in Rectangle< T >) | Rectangle< T > | |
operator==(const Rectangle< T > &size) const noexcept (defined in Rectangle< T >) | Rectangle< T > | |
Rectangle() noexcept | Rectangle< T > | |
Rectangle(const T &x, const T &y, const T &width, const T &height) noexcept | Rectangle< T > | |
Rectangle(const T &x, const T &y, const Size< T > &size) noexcept | Rectangle< T > | |
Rectangle(const Point< T > &pos, const T &width, const T &height) noexcept | Rectangle< T > | |
Rectangle(const Point< T > &pos, const Size< T > &size) noexcept | Rectangle< T > | |
Rectangle(const Rectangle< T > &rect) noexcept | Rectangle< T > | |
setHeight(const T &height) noexcept | Rectangle< T > | |
setPos(const T &x, const T &y) noexcept | Rectangle< T > | |
setPos(const Point< T > &pos) noexcept | Rectangle< T > | |
setRectangle(const Point< T > &pos, const Size< T > &size) noexcept | Rectangle< T > | |
setRectangle(const Rectangle< T > &rect) noexcept | Rectangle< T > | |
setSize(const T &width, const T &height) noexcept | Rectangle< T > | |
setSize(const Size< T > &size) noexcept | Rectangle< T > | |
setWidth(const T &width) noexcept | Rectangle< T > | |
setX(const T &x) noexcept | Rectangle< T > | |
setY(const T &y) noexcept | Rectangle< T > | |
shrinkBy(double divider) noexcept | Rectangle< T > |