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
						
						()
						
					此信号被发射当纹理改变时。