java.lang.Object
io.qt.QtObject
io.qt.quick.QSGMaterialRhiShader.GraphicsPipelineState
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QSGMaterialRhiShader
public static class QSGMaterialRhiShader.GraphicsPipelineState
extends QtObject
implements Cloneable
Describes state changes that the material wants to apply to the currently active graphics pipeline state
Java wrapper for Qt's class QSGMaterialRhiShader::GraphicsPipelineState
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QSGMaterialRhiShader::GraphicsPipelineState::BlendFactorstatic final class
QFlags type for enumQSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent
static enum
Java wrapper for Qt enum QSGMaterialRhiShader::GraphicsPipelineState::ColorMaskComponentstatic enum
Java wrapper for Qt enum QSGMaterialRhiShader::GraphicsPipelineState::CullModeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QColor
final boolean
clone()
cullMode()
dstColor()
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.final QColor
Kotlin property getter.final boolean
Kotlin property getter.Kotlin property getter.Kotlin property getter.Kotlin property getter.Kotlin property getter.int
hashCode()
final void
setBlendConstant
(QColor blendConstant) final void
setBlendEnable
(boolean blendEnable) final void
final void
Overloaded function forsetColorWrite(io.qt.quick.QSGMaterialRhiShader.GraphicsPipelineState.ColorMask)
.final void
final void
final void
srcColor()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
GraphicsPipelineState
public GraphicsPipelineState() -
GraphicsPipelineState
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setBlendConstant
-
getBlendConstant
Kotlin property getter. In Java use
blendConstant()
instead. -
blendConstant
-
setBlendEnable
-
getBlendEnable
Kotlin property getter. In Java use
blendEnable()
instead. -
blendEnable
-
setColorWrite
@QtUninvokable public final void setColorWrite(QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent ... colorWrite) Overloaded function for
setColorWrite(io.qt.quick.QSGMaterialRhiShader.GraphicsPipelineState.ColorMask)
. -
setColorWrite
@QtUninvokable public final void setColorWrite(QSGMaterialRhiShader.GraphicsPipelineState.ColorMask colorWrite) -
getColorWrite
Kotlin property getter. In Java use
colorWrite()
instead. -
colorWrite
-
setCullMode
@QtUninvokable public final void setCullMode(QSGMaterialRhiShader.GraphicsPipelineState.CullMode cullMode) -
getCullMode
Kotlin property getter. In Java use
cullMode()
instead. -
cullMode
-
setDstColor
@QtUninvokable public final void setDstColor(QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor dstColor) -
getDstColor
Kotlin property getter. In Java use
dstColor()
instead. -
dstColor
-
setSrcColor
@QtUninvokable public final void setSrcColor(QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor srcColor) -
getSrcColor
Kotlin property getter. In Java use
srcColor()
instead. -
srcColor
-
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
-