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's class QOpenGLFramebufferObjectFormat
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
clone()
boolean
Used 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.int
hashCode()
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
-
QOpenGLFramebufferObjectFormat
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
attachment
-
internalTextureFormat
-
mipmap
-
assign
-
samples
-
setAttachment
-
setInternalTextureFormat
-
setMipmap
-
setSamples
-
setTextureTarget
-
textureTarget
-
equals
Description copied from class:QtObject
Used 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
-