QSkinny 0.8.0
C++/Qt UI toolkit
|
#include <QskSkinnable.h>
QskSkinHintStatus provides the information how a lookup for a skin hint had been resolved and where the value has been found.
Definition at line 46 of file QskSkinnable.h.
Public Types | |
enum | Source { NoSource = 0 , Skinnable , Skin , Animator } |
Public Attributes | |
Source | source |
QskAspect | aspect |
Public Member Functions | |
QskSkinHintStatus () | |
bool | isValid () const |
Enumerator | |
---|---|
NoSource | The lookup had failed to find a valid hint |
Skinnable | The hint has been found in the local table of the skinnable
|
Skin | The hint has been found in the table of the skin
|
Animator | The hint has been taken from an animator, that is in the process of interpolating between values of different states
|
Definition at line 49 of file QskSkinnable.h.
|
inline |
Initializes the status to be invalid, by setting the source to QskSkinHintStatus::NoSource
Definition at line 58 of file QskSkinnable.h.
|
inline |
Definition at line 63 of file QskSkinnable.h.
QskSkinHintStatus::aspect |
Resolved aspect, that lead to a successful match in one of the available sources
Definition at line 69 of file QskSkinnable.h.
QskSkinHintStatus::source |
Source, where the hint has been found
Definition at line 68 of file QskSkinnable.h.