java.lang.Object
io.qt.QtObject
io.qt.gui.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
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
clone()
Creates and returns a copy of this object.boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QOpenGLFramebufferObjectFormat)
.final int
final boolean
mipmap()
final int
samples()
final void
setAttachment
(QOpenGLFramebufferObject.Attachment attachment) final void
setInternalTextureFormat
(int internalTextureFormat) final void
setMipmap
(boolean enabled) final void
setSamples
(int samples) final void
setTextureTarget
(int target) final int
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QOpenGLFramebufferObjectFormat
public QOpenGLFramebufferObjectFormat() -
QOpenGLFramebufferObjectFormat
-
-
Method Details
-
attachment
-
internalTextureFormat
-
mipmap
-
assign
-
samples
-
setAttachment
-
setInternalTextureFormat
-
setMipmap
-
setSamples
-
setTextureTarget
-
textureTarget
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QOpenGLFramebufferObjectFormat)
. -
clone
Creates and returns a copy of this object.
-