java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QOpenGLFramebufferObjectFormat
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QOpenGLFramebufferObjectFormat extends QtObject implements Cloneable
Specifies the format of an OpenGL framebuffer object
Java wrapper for Qt class QOpenGLFramebufferObjectFormat
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QOpenGLFramebufferObjectFormat()
QOpenGLFramebufferObjectFormat(QOpenGLFramebufferObjectFormat other)
protected
QOpenGLFramebufferObjectFormat(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QOpenGLFramebufferObject.Attachment
attachment()
QOpenGLFramebufferObjectFormat
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
int
internalTextureFormat()
boolean
mipmap()
int
samples()
void
setAttachment(QOpenGLFramebufferObject.Attachment attachment)
void
setInternalTextureFormat(int internalTextureFormat)
void
setMipmap(boolean enabled)
void
setSamples(int samples)
void
setTextureTarget(int target)
int
textureTarget()
-
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:QtObject
Used 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
-