-
Subclasses of QSGTexture in io.qt.quick
Modifier and Type |
Class |
Description |
class |
QSGDynamicTexture |
Serves as a baseclass for dynamically changing textures, such as content that is rendered to FBO's
|
Methods in io.qt.quick that return QSGTexture
Modifier and Type |
Method |
Description |
abstract QSGTexture |
QQuickTextureFactory.createTexture(QQuickWindow window) |
|
QSGTexture |
QQuickWindow.createTextureFromId(int id,
QSize size) |
Deprecated.
|
QSGTexture |
QQuickWindow.createTextureFromId(int id,
QSize size,
QQuickWindow.CreateTextureOption... options) |
Deprecated.
|
QSGTexture |
QQuickWindow.createTextureFromId(int id,
QSize size,
QQuickWindow.CreateTextureOptions options) |
Deprecated.
|
QSGTexture |
QSGEngine.createTextureFromId(int id,
QSize size) |
|
QSGTexture |
QSGEngine.createTextureFromId(int id,
QSize size,
QSGEngine.CreateTextureOption... options) |
|
QSGTexture |
QSGEngine.createTextureFromId(int id,
QSize size,
QSGEngine.CreateTextureOptions options) |
|
QSGTexture |
QQuickWindow.createTextureFromImage(QImage image) |
|
QSGTexture |
QQuickWindow.createTextureFromImage(QImage image,
QQuickWindow.CreateTextureOption... options) |
|
QSGTexture |
QQuickWindow.createTextureFromImage(QImage image,
QQuickWindow.CreateTextureOptions options) |
|
QSGTexture |
QSGEngine.createTextureFromImage(QImage image) |
|
QSGTexture |
QSGEngine.createTextureFromImage(QImage image,
QSGEngine.CreateTextureOption... options) |
|
QSGTexture |
QSGEngine.createTextureFromImage(QImage image,
QSGEngine.CreateTextureOptions options) |
|
abstract QSGTexture |
QSGImageNode.texture() |
|
QSGTexture |
QSGOpaqueTextureMaterial.texture() |
|
QSGTexture |
QSGSimpleTextureNode.texture() |
|
abstract QSGTexture |
QSGTextureProvider.texture() |
|
Methods in io.qt.quick with parameters of type QSGTexture
Modifier and Type |
Method |
Description |
static void |
QSGImageNode.rebuildGeometry(QSGGeometry g,
QSGTexture texture,
QRectF rect,
QRectF sourceRect,
QSGImageNode.TextureCoordinatesTransformFlag... texCoordMode) |
|
static void |
QSGImageNode.rebuildGeometry(QSGGeometry g,
QSGTexture texture,
QRectF rect,
QRectF sourceRect,
QSGImageNode.TextureCoordinatesTransformMode texCoordMode) |
|
static void |
QSGNinePatchNode.rebuildGeometry(QSGTexture texture,
QSGGeometry geometry,
QVector4D padding,
QRectF bounds,
double dpr) |
|
abstract void |
QSGImageNode.setTexture(QSGTexture texture) |
|
abstract void |
QSGNinePatchNode.setTexture(QSGTexture texture) |
|
void |
QSGOpaqueTextureMaterial.setTexture(QSGTexture texture) |
|
void |
QSGSimpleTextureNode.setTexture(QSGTexture texture) |
|
void |
QSGMaterialRhiShader.updateSampledImage(QSGMaterialRhiShader.RenderState state,
int binding,
QSGTexture[] texture,
QSGMaterial newMaterial,
QSGMaterial oldMaterial) |
|