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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final float
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
public QRhiDepthStencilClearValue(float d, int s)
-
-
Method Details
-
depthClearValue
-
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.
-