more code to the public API
This commit is contained in:
parent
94b6c63332
commit
68125cfc7e
@ -62,7 +62,7 @@ int QskShortcutHandler::addShortcut( QQuickWindow* window, const QKeySequence& k
|
|||||||
else
|
else
|
||||||
id = map().addShortcut( this, key, Qt::ApplicationShortcut, contextMatcher );
|
id = map().addShortcut( this, key, Qt::ApplicationShortcut, contextMatcher );
|
||||||
|
|
||||||
InvokeData& data = m_invokeDataMap[id];
|
InvokeData& data = m_invokeDataMap[ id ];
|
||||||
data.receiver = receiver;
|
data.receiver = receiver;
|
||||||
data.method = method;
|
data.method = method;
|
||||||
data.connectionType = connectionType;
|
data.connectionType = connectionType;
|
||||||
|
@ -66,6 +66,9 @@ public:
|
|||||||
static QSGNode* updateGraphicNode( const QskSkinnable*, QSGNode*,
|
static QSGNode* updateGraphicNode( const QskSkinnable*, QSGNode*,
|
||||||
const QskGraphic&, const QskColorFilter&, const QRectF& );
|
const QskGraphic&, const QskColorFilter&, const QRectF& );
|
||||||
|
|
||||||
|
static QSGNode* updateBoxClipNode( const QskSkinnable*, QSGNode*,
|
||||||
|
const QRectF&, QskAspect::Subcontrol );
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void setNodeRoles( const QVector< quint8 >& );
|
void setNodeRoles( const QVector< quint8 >& );
|
||||||
void appendNodeRoles( const QVector< quint8 >& );
|
void appendNodeRoles( const QVector< quint8 >& );
|
||||||
@ -85,9 +88,6 @@ protected:
|
|||||||
QSGNode* updateBoxClipNode( const QskSkinnable*, QSGNode*,
|
QSGNode* updateBoxClipNode( const QskSkinnable*, QSGNode*,
|
||||||
QskAspect::Subcontrol ) const;
|
QskAspect::Subcontrol ) const;
|
||||||
|
|
||||||
static QSGNode* updateBoxClipNode( const QskSkinnable*, QSGNode*,
|
|
||||||
const QRectF&, QskAspect::Subcontrol );
|
|
||||||
|
|
||||||
QSGNode* updateTextNode( const QskSkinnable*, QSGNode*,
|
QSGNode* updateTextNode( const QskSkinnable*, QSGNode*,
|
||||||
const QString&, const QskTextOptions&, QskAspect::Subcontrol ) const;
|
const QString&, const QskTextOptions&, QskAspect::Subcontrol ) const;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user