QSkinny 0.8.0
C++/Qt UI toolkit
|
Definition at line 16 of file QskBoxHints.h.
Properties | |
QskBoxShapeMetrics | shape |
QskBoxBorderMetrics | borderMetrics |
QskBoxBorderColors | borderColors |
QskGradient | gradient |
QskShadowMetrics | shadowMetrics |
QColor | shadowColor |
Public Member Functions | |
QskBoxHints (const QskBoxShapeMetrics &, const QskBoxBorderMetrics &, const QskBoxBorderColors &, const QskGradient &, const QskShadowMetrics &, const QColor &) | |
QskBoxHints | toAbsolute (const QSizeF &) const noexcept |
QskBoxHints | interpolated (const QskBoxHints &, qreal value) const noexcept |
QskBoxHints::QskBoxHints | ( | ) |
Definition at line 9 of file QskBoxHints.cpp.
QskBoxHints::QskBoxHints | ( | const QskBoxShapeMetrics & | shape, |
const QskBoxBorderMetrics & | borderMetrics, | ||
const QskBoxBorderColors & | borderColors, | ||
const QskGradient & | gradient, | ||
const QskShadowMetrics & | shadowMetrics, | ||
const QColor & | shadowColor | ||
) |
Definition at line 13 of file QskBoxHints.cpp.
|
noexcept |
Definition at line 33 of file QskBoxHints.cpp.
|
noexcept |
Definition at line 26 of file QskBoxHints.cpp.
QskBoxBorderColors QskBoxHints::borderColors |
Definition at line 22 of file QskBoxHints.h.
QskBoxBorderMetrics QskBoxHints::borderMetrics |
Definition at line 21 of file QskBoxHints.h.
QskGradient QskBoxHints::gradient |
Definition at line 23 of file QskBoxHints.h.
QColor QskBoxHints::shadowColor |
Definition at line 25 of file QskBoxHints.h.
QskShadowMetrics QskBoxHints::shadowMetrics |
Definition at line 24 of file QskBoxHints.h.
QskBoxShapeMetrics QskBoxHints::shape |
Definition at line 20 of file QskBoxHints.h.