java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QQuickRenderTarget
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Opaque container for native graphics resources specifying a render target, and associated metadata
Java wrapper for Qt 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 native resources with the other object if the other object is a subtype of QtJambiInterface.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, QSize pixelSize) Overloaded function forfromOpenGLTexture(int, io.qt.core.QSize, int)
withsampleCount = 1
.static QQuickRenderTarget
fromOpenGLTexture
(int textureId, QSize pixelSize, int sampleCount) int
hashCode()
final boolean
isNull()
final void
setDevicePixelRatio
(double ratio) 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
-
setDevicePixelRatio
-
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
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-