java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiGraphicsPipeline.StencilOpState
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QRhiGraphicsPipeline
Describes the stencil operation state
Java wrapper for Qt class QRhiGraphicsPipeline::StencilOpState
-
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.failOp()
Kotlin property getter.Kotlin property getter.Kotlin property getter.Kotlin property getter.passOp()
final void
setCompareOp
(QRhiGraphicsPipeline.CompareOp compareOp) final void
setDepthFailOp
(QRhiGraphicsPipeline.StencilOp depthFailOp) final void
final void
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
StencilOpState
public StencilOpState()See
QRhiGraphicsPipeline::StencilOpState::
StencilOpState()
-
-
Method Details
-
setCompareOp
-
compareOp
-
setDepthFailOp
-
depthFailOp
-
setFailOp
-
failOp
-
setPassOp
-
passOp
-
clone
Creates and returns a copy of this object.
-
getCompareOp
Kotlin property getter. In Java use
compareOp()
instead. -
getDepthFailOp
Kotlin property getter. In Java use
depthFailOp()
instead. -
getFailOp
Kotlin property getter. In Java use
failOp()
instead. -
getPassOp
Kotlin property getter. In Java use
passOp()
instead.
-