QskSkinnable::resetHint added
This commit is contained in:
parent
727787abaf
commit
943e2b6de8
@ -420,6 +420,11 @@ QskAnimationHint QskSkinnable::effectiveAnimation(
|
||||
return hint;
|
||||
}
|
||||
|
||||
void QskSkinnable::resetHint( QskAspect::Aspect aspect )
|
||||
{
|
||||
m_data->hintTable.removeHint( aspect );
|
||||
}
|
||||
|
||||
QVariant QskSkinnable::effectiveHint(
|
||||
QskAspect::Aspect aspect, QskSkinHintStatus* status ) const
|
||||
{
|
||||
|
@ -112,6 +112,8 @@ class QSK_EXPORT QskSkinnable
|
||||
void setAnimation( QskAspect::Aspect, QskAnimationHint );
|
||||
QskAnimationHint animation( QskAspect::Aspect, QskSkinHintStatus* = nullptr ) const;
|
||||
|
||||
void resetHint( QskAspect::Aspect );
|
||||
|
||||
QskAnimationHint effectiveAnimation( QskAspect::Type, QskAspect::Subcontrol,
|
||||
QskAspect::State, QskSkinHintStatus* status = nullptr ) const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user