QSkinny 0.8.0
C++/Qt UI toolkit
Loading...
Searching...
No Matches
QskBoxHints Class Reference

Detailed Description

Definition at line 16 of file QskBoxHints.h.

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
 

Properties

QskBoxShapeMetrics shape
 
QskBoxBorderMetrics borderMetrics
 
QskBoxBorderColors borderColors
 
QskGradient gradient
 
QskShadowMetrics shadowMetrics
 
QColor shadowColor
 

Constructor & Destructor Documentation

◆ QskBoxHints() [1/2]

QskBoxHints::QskBoxHints ( )

Definition at line 9 of file QskBoxHints.cpp.

◆ QskBoxHints() [2/2]

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.

Member Function Documentation

◆ interpolated()

QskBoxHints QskBoxHints::interpolated ( const QskBoxHints to,
qreal  value 
) const
noexcept

Definition at line 33 of file QskBoxHints.cpp.

◆ toAbsolute()

QskBoxHints QskBoxHints::toAbsolute ( const QSizeF &  size) const
noexcept

Definition at line 26 of file QskBoxHints.cpp.

Property Documentation

◆ borderColors

QskBoxBorderColors QskBoxHints::borderColors

Definition at line 22 of file QskBoxHints.h.

◆ borderMetrics

QskBoxBorderMetrics QskBoxHints::borderMetrics

Definition at line 21 of file QskBoxHints.h.

◆ gradient

QskGradient QskBoxHints::gradient

Definition at line 23 of file QskBoxHints.h.

◆ shadowColor

QColor QskBoxHints::shadowColor

Definition at line 25 of file QskBoxHints.h.

◆ shadowMetrics

QskShadowMetrics QskBoxHints::shadowMetrics

Definition at line 24 of file QskBoxHints.h.

◆ shape

QskBoxShapeMetrics QskBoxHints::shape

Definition at line 20 of file QskBoxHints.h.