The QSGTextureProvider class encapsulates texture based entities in QML. 更多...
| 頭: | #include <QSGTextureProvider> |
| qmake: | QT += quick |
| 繼承: | QObject |
| virtual QSGTexture * | texture () const = 0 |
| void | textureChanged () |
| const QMetaObject | staticMetaObject |
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
()
此信號被發射當紋理改變時。