java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.opengl.QOpenGLFramebufferObjectFormat
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Specifies the format of an OpenGL framebuffer object
Java wrapper for Qt's class QOpenGLFramebufferObjectFormat
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQOpenGLFramebufferObjectFormat(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final intfinal booleanmipmap()final intsamples()final voidsetAttachment(QOpenGLFramebufferObject.Attachment attachment) final voidsetInternalTextureFormat(int internalTextureFormat) final voidsetMipmap(boolean enabled) final voidsetSamples(int samples) final voidsetTextureTarget(int target) final intMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QOpenGLFramebufferObjectFormat
public QOpenGLFramebufferObjectFormat() -
QOpenGLFramebufferObjectFormat
-
QOpenGLFramebufferObjectFormat
protected QOpenGLFramebufferObjectFormat(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
attachment
-
internalTextureFormat
@QtUninvokable public final int internalTextureFormat() -
mipmap
@QtUninvokable public final boolean mipmap() -
samples
@QtUninvokable public final int samples() -
setAttachment
-
setInternalTextureFormat
@QtUninvokable public final void setInternalTextureFormat(int internalTextureFormat) -
setMipmap
@QtUninvokable public final void setMipmap(boolean enabled) -
setSamples
@QtUninvokable public final void setSamples(int samples) -
setTextureTarget
@QtUninvokable public final void setTextureTarget(int target) -
textureTarget
@QtUninvokable public final int textureTarget() -
equals
Description copied from class:io.qt.QtObjectUsed 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.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
clone
-