#include <QskSkinnable.h>
QskSkinHintStatus provides the information how a lookup for a skin hint had been resolved and where the value has been found.
- See also
- QskSkinnable::effectiveSkinHint()
Definition at line 46 of file QskSkinnable.h.
◆ Source
Enumerator |
---|
NoSource | The lookup had failed to find a valid hint
|
Skinnable | The hint has been found in the local table of the skinnable
- See also
- QskSkinnable::hintTable()
|
Skin | The hint has been found in the table of the skin
- See also
- QskSkinnable::effectiveSkin(), QskSkin::hintTable()
|
Animator | The hint has been taken from an animator, that is in the process
of interpolating between values of different states
- See also
- QskHintAnimator, QskSkinnable::setSkinState()
|
Definition at line 49 of file QskSkinnable.h.
◆ QskSkinHintStatus()
QskSkinHintStatus::QskSkinHintStatus |
( |
| ) |
|
|
inline |
◆ isValid()
QskSkinHintStatus::isValid |
( |
| ) |
const |
|
inline |
◆ aspect
QskSkinHintStatus::aspect |
◆ source
QskSkinHintStatus::source |