| Name | |
|---|---|
| constexpr | QskBoxShapeMetrics() |
| constexpr | QskBoxShapeMetrics(qreal topLeft, qreal topRight, qreal bottomLeft, qreal bottomRight, Qt::SizeMode sizeMode =Qt::AbsoluteSize) |
| constexpr | QskBoxShapeMetrics(qreal radius, Qt::SizeMode sizeMode =Qt::AbsoluteSize) |
| constexpr | QskBoxShapeMetrics(qreal radiusX, qreal radiusY, Qt::SizeMode sizeMode =Qt::AbsoluteSize) |
| constexpr bool | operator==(const QskBoxShapeMetrics & other) const |
| constexpr bool | operator!=(const QskBoxShapeMetrics & other) const |
| void | setRadius(qreal radius) |
| void | setRadius(qreal radius, Qt::SizeMode sizeMode) |
| void | setRadius(Qt::Corner corner, qreal radius) |
| void | setRadius(qreal radiusX, qreal radiusY) |
| void | setRadius(const QSizeF & radius) |
| void | setRadius(Qt::Corner corner, qreal radiusX, qreal radiusY) |
| void | setRadius(Qt::Corner corner, const QSizeF & radius) |
| void | setRadius(qreal topLeft, qreal topRight, qreal bottomLeft, qreal bottomRight) |
| void | setRadius(const QSizeF & topLeft, const QSizeF & topRight, const QSizeF & bottomLeft, const QSizeF & bottomRight) |
| void | setRadius(qreal topLeftX, qreal topLeftY, qreal topRightX, qreal topRightY, qreal bottomLeftX, qreal bottomLeftY, qreal bottomRightX, qreal bottomRightY) |
| constexpr QSizeF | radius(Qt::Corner corner) const |
| constexpr QSizeF | topLeft() const |
| constexpr QSizeF | topRight() const |
| constexpr QSizeF | bottomLeft() const |
| constexpr QSizeF | bottomRight() const |
| void | setTopLeft(const QSizeF & radius) |
| void | setTopRight(const QSizeF & radius) |
| void | setBottomLeft(const QSizeF & radius) |
| void | setBottomRight(const QSizeF & radius) |
| constexpr bool | isRectangle() const |
| constexpr bool | isRectellipse() const |
| void | setSizeMode(Qt::SizeMode sizeMode) |
| constexpr Qt::SizeMode | sizeMode() const |
| void | setAspectRatioMode(Qt::AspectRatioMode aspectRatioMode) |
| constexpr Qt::AspectRatioMode | aspectRatioMode() const |
| QskBoxShapeMetrics | interpolated(const QskBoxShapeMetrics & to, qreal value) const |
| QskBoxShapeMetrics | toAbsolute(const QSizeF & size) const |
| constexpr QskBoxShapeMetrics | transposed() const |
| uint | hash(uint seed =0) const |
| QVariant | interpolate(const QskBoxShapeMetrics & from, const QskBoxShapeMetrics & to, qreal progress) |
| Name | |
|---|---|
| QSizeF | topLeft |
| QSizeF | topRight |
| QSizeF | bottomLeft |
| QSizeF | bottomRight |
| qreal | radius |
| Qt::SizeMode | sizeMode |
| Qt::AspectRatioMode | aspectRatioMode |
inline constexpr QskBoxShapeMetrics()
inline constexpr QskBoxShapeMetrics(
qreal topLeft,
qreal topRight,
qreal bottomLeft,
qreal bottomRight,
Qt::SizeMode sizeMode =Qt::AbsoluteSize
)
inline constexpr QskBoxShapeMetrics(
qreal radius,
Qt::SizeMode sizeMode =Qt::AbsoluteSize
)
inline constexpr QskBoxShapeMetrics(
qreal radiusX,
qreal radiusY,
Qt::SizeMode sizeMode =Qt::AbsoluteSize
)
inline constexpr bool operator==(
const QskBoxShapeMetrics & other
) const
inline constexpr bool operator!=(
const QskBoxShapeMetrics & other
) const
inline void setRadius(
qreal radius
)
inline void setRadius(
qreal radius,
Qt::SizeMode sizeMode
)
inline void setRadius(
Qt::Corner corner,
qreal radius
)
inline void setRadius(
qreal radiusX,
qreal radiusY
)
inline void setRadius(
const QSizeF & radius
)
void setRadius(
Qt::Corner corner,
qreal radiusX,
qreal radiusY
)
inline void setRadius(
Qt::Corner corner,
const QSizeF & radius
)
inline void setRadius(
qreal topLeft,
qreal topRight,
qreal bottomLeft,
qreal bottomRight
)
inline void setRadius(
const QSizeF & topLeft,
const QSizeF & topRight,
const QSizeF & bottomLeft,
const QSizeF & bottomRight
)
void setRadius(
qreal topLeftX,
qreal topLeftY,
qreal topRightX,
qreal topRightY,
qreal bottomLeftX,
qreal bottomLeftY,
qreal bottomRightX,
qreal bottomRightY
)
inline constexpr QSizeF radius(
Qt::Corner corner
) const
inline constexpr QSizeF topLeft() const
inline constexpr QSizeF topRight() const
inline constexpr QSizeF bottomLeft() const
inline constexpr QSizeF bottomRight() const
void setTopLeft(
const QSizeF & radius
)
void setTopRight(
const QSizeF & radius
)
void setBottomLeft(
const QSizeF & radius
)
void setBottomRight(
const QSizeF & radius
)
inline constexpr bool isRectangle() const
inline constexpr bool isRectellipse() const
inline void setSizeMode(
Qt::SizeMode sizeMode
)
inline constexpr Qt::SizeMode sizeMode() const
inline void setAspectRatioMode(
Qt::AspectRatioMode aspectRatioMode
)
inline constexpr Qt::AspectRatioMode aspectRatioMode() const
QskBoxShapeMetrics interpolated(
const QskBoxShapeMetrics & to,
qreal value
) const
QskBoxShapeMetrics toAbsolute(
const QSizeF & size
) const
inline constexpr QskBoxShapeMetrics transposed() const
uint hash(
uint seed =0
) const
static QVariant interpolate(
const QskBoxShapeMetrics & from,
const QskBoxShapeMetrics & to,
qreal progress
)
QSizeF topLeft;
QSizeF topRight;
QSizeF bottomLeft;
QSizeF bottomRight;
qreal radius;
Qt::SizeMode sizeMode;
Qt::AspectRatioMode aspectRatioMode;
Updated on 28 July 2023 at 14:02:29 CEST