java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.opengl.QOpenGLFramebufferObjectFormat
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Specifies the format of an OpenGL framebuffer object
Java wrapper for Qt class QOpenGLFramebufferObjectFormat
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
attachment
-
internalTextureFormat
-
mipmap
-
samples
-
setAttachment
-
setInternalTextureFormat
-
setMipmap
-
setSamples
-
setTextureTarget
-
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. -
hashCode
-
clone
-