java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QQuickRenderTarget
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QQuickRenderTarget extends QtObject implements Cloneable
Opaque container for native graphics resources specifying a render target, and associated metadata
Java wrapper for Qt class QQuickRenderTarget
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QQuickRenderTarget()
protected
QQuickRenderTarget(QtObject.QPrivateConstructor p)
Constructor for internal use only.QQuickRenderTarget(QQuickRenderTarget other)
-
Method Summary
Modifier and Type Method Description QQuickRenderTarget
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.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()
boolean
isNull()
-
Constructor Details
-
QQuickRenderTarget
public QQuickRenderTarget() -
QQuickRenderTarget
-
QQuickRenderTarget
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
isNull
-
fromOpenGLTexture
Overloaded function for
fromOpenGLTexture(int, io.qt.core.QSize, int)
withsampleCount = 1
. -
fromOpenGLTexture
public static QQuickRenderTarget fromOpenGLTexture(int textureId, QSize pixelSize, int sampleCount) -
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
-