QSGTextureProvider 類

The QSGTextureProvider class encapsulates texture based entities in QML. 更多...

頭: #include <QSGTextureProvider>
qmake: QT += quick
繼承: QObject

公共函數

virtual QSGTexture * texture () const = 0

信號

void textureChanged ()

額外繼承成員

詳細描述

The QSGTextureProvider class encapsulates texture based entities in QML.

The QSGTextureProvider lives primarily in the scene graph rendering thread.

另請參閱 場景圖形 - 2 紋理提供程序 .

成員函數文檔編製

[pure virtual] QSGTexture *QSGTextureProvider:: texture () const

返迴紋理對象指針。

[signal] void QSGTextureProvider:: textureChanged ()

此信號被發射當紋理改變時。