java.lang.Object
io.qt.QtObject
io.qt.opengl.QOpenGLFramebufferObjectFormat
- All Implemented Interfaces:
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
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUsed 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.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 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
-