java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiDepthStencilClearValue
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Specifies clear values for a depth or stencil buffer
Java wrapper for Qt class QRhiDepthStencilClearValue
This class was introduced in Qt 6.6.
-
Constructor Summary
ConstructorDescriptionQRhiDepthStencilClearValue
(float d, int s) SeeQRhiDepthStencilClearValue::
QRhiDepthStencilClearValue(QRhiDepthStencilClearValue) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final float
final boolean
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QRhiDepthStencilClearValue)
.final void
setDepthClearValue
(float d) final void
setStencilClearValue
(int s) final int
toString()
Seeoperator<<(QDebug,
QRhiDepthStencilClearValue) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QRhiDepthStencilClearValue
public QRhiDepthStencilClearValue() -
QRhiDepthStencilClearValue
See
QRhiDepthStencilClearValue::
QRhiDepthStencilClearValue(QRhiDepthStencilClearValue) -
QRhiDepthStencilClearValue
public QRhiDepthStencilClearValue(float d, int s)
-
-
Method Details
-
depthClearValue
-
equals
-
setDepthClearValue
-
setStencilClearValue
-
stencilClearValue
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QRhiDepthStencilClearValue)
. -
toString
See
operator<<(QDebug,
QRhiDepthStencilClearValue) -
clone
Creates and returns a copy of this object.
See
QRhiDepthStencilClearValue::
QRhiDepthStencilClearValue(QRhiDepthStencilClearValue)
-