-
Methods in io.qt.quick with parameters of type QQuickWindow
Modifier and Type |
Method |
Description |
abstract QSGTexture |
QQuickTextureFactory.createTexture(QQuickWindow window) |
|
static QSGTexture |
QNativeInterface.QSGD3D11Texture.fromNative(Buffer texture,
QQuickWindow window,
QSize size,
QQuickWindow.CreateTextureOption... options) |
|
static QSGTexture |
QNativeInterface.QSGD3D11Texture.fromNative(Buffer texture,
QQuickWindow window,
QSize size,
QQuickWindow.CreateTextureOptions options) |
|
static QSGTexture |
QNativeInterface.QSGOpenGLTexture.fromNative(int textureId,
QQuickWindow window,
QSize size,
QQuickWindow.CreateTextureOption... options) |
|
static QSGTexture |
QNativeInterface.QSGOpenGLTexture.fromNative(int textureId,
QQuickWindow window,
QSize size,
QQuickWindow.CreateTextureOptions options) |
|
static QWindow |
QQuickRenderControl.renderWindowFor(QQuickWindow win) |
|
static QWindow |
QQuickRenderControl.renderWindowFor(QQuickWindow win,
QPoint offset) |
|
-