making hintTable() public
This commit is contained in:
parent
81e2ea2920
commit
aa3c01dee3
@ -230,6 +230,8 @@ class QSK_EXPORT QskSkinnable
|
|||||||
bool resetGraphicRoleHint( QskAspect );
|
bool resetGraphicRoleHint( QskAspect );
|
||||||
int graphicRoleHint( QskAspect, QskSkinHintStatus* = nullptr ) const;
|
int graphicRoleHint( QskAspect, QskSkinHintStatus* = nullptr ) const;
|
||||||
|
|
||||||
|
const QskSkinHintTable& hintTable() const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void updateNode( QSGNode* );
|
virtual void updateNode( QSGNode* );
|
||||||
virtual bool isTransitionAccepted( QskAspect ) const;
|
virtual bool isTransitionAccepted( QskAspect ) const;
|
||||||
@ -237,7 +239,6 @@ class QSK_EXPORT QskSkinnable
|
|||||||
virtual QskAspect::Subcontrol substitutedSubcontrol( QskAspect::Subcontrol ) const;
|
virtual QskAspect::Subcontrol substitutedSubcontrol( QskAspect::Subcontrol ) const;
|
||||||
|
|
||||||
QskSkinHintTable& hintTable();
|
QskSkinHintTable& hintTable();
|
||||||
const QskSkinHintTable& hintTable() const;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Q_DISABLE_COPY( QskSkinnable )
|
Q_DISABLE_COPY( QskSkinnable )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user