- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QSGMaterialRhiShader
Describes state changes that the material wants to apply to the currently active graphics pipeline state
Java wrapper for Qt class QSGMaterialRhiShader::GraphicsPipelineState
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQSGMaterialRhiShader::GraphicsPipelineState::BlendFactor
static final class
static enum
Java wrapper for Qt enumQSGMaterialRhiShader::GraphicsPipelineState::ColorMaskComponent
static enum
Java wrapper for Qt enumQSGMaterialRhiShader::GraphicsPipelineState::CullMode
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionSeeQSGMaterialRhiShader::GraphicsPipelineState::
GraphicsPipelineState() -
Method Summary
Modifier and TypeMethodDescriptionfinal QColor
SeeQSGMaterialRhiShader::GraphicsPipelineState::
blendConstant final boolean
SeeQSGMaterialRhiShader::GraphicsPipelineState::
blendEnable clone()
Creates and returns a copy of this object.SeeQSGMaterialRhiShader::GraphicsPipelineState::
colorWrite cullMode()
SeeQSGMaterialRhiShader::GraphicsPipelineState::
cullMode dstColor()
SeeQSGMaterialRhiShader::GraphicsPipelineState::
dstColor boolean
Seeoperator==(QSGMaterialRhiShader::GraphicsPipelineState,
QSGMaterialRhiShader::GraphicsPipelineState) final QColor
Kotlin property getter.final boolean
Kotlin property getter.Kotlin property getter.Kotlin property getter.Kotlin property getter.Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QSGMaterialRhiShader::GraphicsPipelineState)
.final void
setBlendConstant
(QColor blendConstant) SeeQSGMaterialRhiShader::GraphicsPipelineState::
blendConstant final void
setBlendEnable
(boolean blendEnable) SeeQSGMaterialRhiShader::GraphicsPipelineState::
blendEnable final void
SeeQSGMaterialRhiShader::GraphicsPipelineState::
colorWrite final void
Overloaded function forsetColorWrite(io.qt.quick.QSGMaterialRhiShader.GraphicsPipelineState.ColorMask)
.final void
SeeQSGMaterialRhiShader::GraphicsPipelineState::
cullMode final void
SeeQSGMaterialRhiShader::GraphicsPipelineState::
dstColor final void
SeeQSGMaterialRhiShader::GraphicsPipelineState::
srcColor srcColor()
SeeQSGMaterialRhiShader::GraphicsPipelineState::
srcColor Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
GraphicsPipelineState
public GraphicsPipelineState()See
QSGMaterialRhiShader::GraphicsPipelineState::
GraphicsPipelineState()
-
-
Method Details
-
setBlendConstant
See
QSGMaterialRhiShader::GraphicsPipelineState::
blendConstant -
blendConstant
See
QSGMaterialRhiShader::GraphicsPipelineState::
blendConstant -
setBlendEnable
See
QSGMaterialRhiShader::GraphicsPipelineState::
blendEnable -
blendEnable
See
QSGMaterialRhiShader::GraphicsPipelineState::
blendEnable -
setColorWrite
@QtUninvokable public final void setColorWrite(QSGMaterialRhiShader.GraphicsPipelineState.ColorMask colorWrite) See
QSGMaterialRhiShader::GraphicsPipelineState::
colorWrite -
colorWrite
See
QSGMaterialRhiShader::GraphicsPipelineState::
colorWrite -
setCullMode
@QtUninvokable public final void setCullMode(QSGMaterialRhiShader.GraphicsPipelineState.CullMode cullMode) See
QSGMaterialRhiShader::GraphicsPipelineState::
cullMode -
cullMode
See
QSGMaterialRhiShader::GraphicsPipelineState::
cullMode -
setDstColor
@QtUninvokable public final void setDstColor(QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor dstColor) See
QSGMaterialRhiShader::GraphicsPipelineState::
dstColor -
dstColor
See
QSGMaterialRhiShader::GraphicsPipelineState::
dstColor -
setSrcColor
@QtUninvokable public final void setSrcColor(QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor srcColor) See
QSGMaterialRhiShader::GraphicsPipelineState::
srcColor -
srcColor
See
QSGMaterialRhiShader::GraphicsPipelineState::
srcColor -
equals
See
operator==(QSGMaterialRhiShader::GraphicsPipelineState,
QSGMaterialRhiShader::GraphicsPipelineState) -
hashCode
Returns the objects's hash code computed byqHash(QSGMaterialRhiShader::GraphicsPipelineState)
. -
clone
Creates and returns a copy of this object.
-
getBlendConstant
Kotlin property getter. In Java use
blendConstant()
instead. -
getBlendEnable
Kotlin property getter. In Java use
blendEnable()
instead. -
setColorWrite
@QtUninvokable public final void setColorWrite(QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent ... colorWrite) Overloaded function for
setColorWrite(io.qt.quick.QSGMaterialRhiShader.GraphicsPipelineState.ColorMask)
. -
getColorWrite
Kotlin property getter. In Java use
colorWrite()
instead. -
getCullMode
Kotlin property getter. In Java use
cullMode()
instead. -
getDstColor
Kotlin property getter. In Java use
dstColor()
instead. -
getSrcColor
Kotlin property getter. In Java use
srcColor()
instead.
-