- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Opaque container for native graphics resources specifying a render target, and associated metadata
Java wrapper for Qt's class QQuickRenderTarget
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final double
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.static QQuickRenderTarget
fromD3D11Texture
(QNativePointer texture, int format, QSize pixelSize) Overloaded function forfromD3D11Texture(io.qt.QNativePointer, int, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
fromD3D11Texture
(QNativePointer texture, int format, QSize pixelSize, int sampleCount) static QQuickRenderTarget
fromD3D11Texture
(QNativePointer texture, QSize pixelSize) Overloaded function forfromD3D11Texture(io.qt.QNativePointer, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
fromD3D11Texture
(QNativePointer texture, QSize pixelSize, int sampleCount) static QQuickRenderTarget
fromMetalTexture
(QNativePointer texture, int format, QSize pixelSize) Overloaded function forfromMetalTexture(io.qt.QNativePointer, int, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
fromMetalTexture
(QNativePointer texture, int format, QSize pixelSize, int sampleCount) static QQuickRenderTarget
fromMetalTexture
(QNativePointer texture, QSize pixelSize) Overloaded function forfromMetalTexture(io.qt.QNativePointer, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
fromMetalTexture
(QNativePointer texture, QSize pixelSize, int sampleCount) static QQuickRenderTarget
fromOpenGLRenderBuffer
(int renderbufferId, QSize pixelSize) Overloaded function forfromOpenGLRenderBuffer(int, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
fromOpenGLRenderBuffer
(int renderbufferId, QSize pixelSize, int sampleCount) static QQuickRenderTarget
fromOpenGLTexture
(int textureId, int format, QSize pixelSize) Overloaded function forfromOpenGLTexture(int, int, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
fromOpenGLTexture
(int textureId, int format, QSize pixelSize, int sampleCount) static QQuickRenderTarget
fromOpenGLTexture
(int textureId, QSize pixelSize) Overloaded function forfromOpenGLTexture(int, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
fromOpenGLTexture
(int textureId, QSize pixelSize, int sampleCount) static QQuickRenderTarget
fromPaintDevice
(QPaintDevice device) static QQuickRenderTarget
fromVulkanImage
(long image, int layout, int format, QSize pixelSize) Overloaded function forfromVulkanImage(long, int, int, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
fromVulkanImage
(long image, int layout, int format, QSize pixelSize, int sampleCount) static QQuickRenderTarget
fromVulkanImage
(long image, int layout, QSize pixelSize) Overloaded function forfromVulkanImage(long, int, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
fromVulkanImage
(long image, int layout, QSize pixelSize, int sampleCount) int
hashCode()
final boolean
isNull()
final boolean
final void
setDevicePixelRatio
(double ratio) final void
setMirrorVertically
(boolean enable) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QQuickRenderTarget
public QQuickRenderTarget() -
QQuickRenderTarget
-
QQuickRenderTarget
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
devicePixelRatio
-
isNull
-
mirrorVertically
-
setDevicePixelRatio
-
setMirrorVertically
-
fromD3D11Texture
Overloaded function for
fromD3D11Texture(io.qt.QNativePointer, io.qt.core.QSize, int)
withsampleCount = 1
. -
fromD3D11Texture
public static QQuickRenderTarget fromD3D11Texture(QNativePointer texture, QSize pixelSize, int sampleCount) -
fromD3D11Texture
public static QQuickRenderTarget fromD3D11Texture(QNativePointer texture, int format, QSize pixelSize) Overloaded function for
fromD3D11Texture(io.qt.QNativePointer, int, io.qt.core.QSize, int)
withsampleCount = 1
. -
fromD3D11Texture
public static QQuickRenderTarget fromD3D11Texture(QNativePointer texture, int format, QSize pixelSize, int sampleCount) -
fromMetalTexture
Overloaded function for
fromMetalTexture(io.qt.QNativePointer, io.qt.core.QSize, int)
withsampleCount = 1
. -
fromMetalTexture
public static QQuickRenderTarget fromMetalTexture(QNativePointer texture, QSize pixelSize, int sampleCount) -
fromMetalTexture
public static QQuickRenderTarget fromMetalTexture(QNativePointer texture, int format, QSize pixelSize) Overloaded function for
fromMetalTexture(io.qt.QNativePointer, int, io.qt.core.QSize, int)
withsampleCount = 1
. -
fromMetalTexture
public static QQuickRenderTarget fromMetalTexture(QNativePointer texture, int format, QSize pixelSize, int sampleCount) -
fromOpenGLRenderBuffer
Overloaded function for
fromOpenGLRenderBuffer(int, io.qt.core.QSize, int)
withsampleCount = 1
. -
fromOpenGLRenderBuffer
public static QQuickRenderTarget fromOpenGLRenderBuffer(int renderbufferId, QSize pixelSize, int sampleCount) -
fromOpenGLTexture
Overloaded function for
fromOpenGLTexture(int, io.qt.core.QSize, int)
withsampleCount = 1
. -
fromOpenGLTexture
-
fromOpenGLTexture
Overloaded function for
fromOpenGLTexture(int, int, io.qt.core.QSize, int)
withsampleCount = 1
. -
fromOpenGLTexture
public static QQuickRenderTarget fromOpenGLTexture(int textureId, int format, QSize pixelSize, int sampleCount) -
fromPaintDevice
-
fromVulkanImage
public static QQuickRenderTarget fromVulkanImage(long image, int layout, int format, QSize pixelSize) Overloaded function for
fromVulkanImage(long, int, int, io.qt.core.QSize, int)
withsampleCount = 1
. -
fromVulkanImage
public static QQuickRenderTarget fromVulkanImage(long image, int layout, int format, QSize pixelSize, int sampleCount) -
fromVulkanImage
Overloaded function for
fromVulkanImage(long, int, io.qt.core.QSize, int)
withsampleCount = 1
. -
fromVulkanImage
public static QQuickRenderTarget fromVulkanImage(long image, int layout, QSize pixelSize, int sampleCount) -
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-