- 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
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQSGMaterialRhiShader::GraphicsPipelineState::BlendFactorstatic final classstatic enumJava wrapper for Qt enumQSGMaterialRhiShader::GraphicsPipelineState::ColorMaskComponentstatic enumJava wrapper for Qt enumQSGMaterialRhiShader::GraphicsPipelineState::CullMode -
Constructor Summary
ConstructorsConstructorDescriptionSeeQSGMaterialRhiShader::GraphicsPipelineState::GraphicsPipelineState() -
Method Summary
Modifier and TypeMethodDescriptionfinal QColorSeeQSGMaterialRhiShader::GraphicsPipelineState::blendConstant final booleanSeeQSGMaterialRhiShader::GraphicsPipelineState::blendEnable clone()Creates and returns a copy of this object.SeeQSGMaterialRhiShader::GraphicsPipelineState::colorWrite cullMode()SeeQSGMaterialRhiShader::GraphicsPipelineState::cullMode dstColor()SeeQSGMaterialRhiShader::GraphicsPipelineState::dstColor final booleanSeeoperator==(QSGMaterialRhiShader::GraphicsPipelineState,QSGMaterialRhiShader::GraphicsPipelineState) booleanSeeoperator==(QSGMaterialRhiShader::GraphicsPipelineState,QSGMaterialRhiShader::GraphicsPipelineState) inthashCode()Returns the objects's hash code computed byqHash(QSGMaterialRhiShader::GraphicsPipelineState).final voidsetBlendConstant(Qt.GlobalColor blendConstant) Overloaded function forsetBlendConstant(io.qt.gui.QColor).final voidsetBlendConstant(QColor blendConstant) SeeQSGMaterialRhiShader::GraphicsPipelineState::blendConstant final voidsetBlendConstant(QRgba64 blendConstant) Overloaded function forsetBlendConstant(io.qt.gui.QColor).final voidsetBlendConstant(String blendConstant) Overloaded function forsetBlendConstant(io.qt.gui.QColor).final voidsetBlendEnable(boolean blendEnable) SeeQSGMaterialRhiShader::GraphicsPipelineState::blendEnable final voidSeeQSGMaterialRhiShader::GraphicsPipelineState::colorWrite final voidOverloaded function forsetColorWrite(io.qt.quick.QSGMaterialRhiShader.GraphicsPipelineState.ColorMask).final voidSeeQSGMaterialRhiShader::GraphicsPipelineState::cullMode final voidSeeQSGMaterialRhiShader::GraphicsPipelineState::dstColor final voidSeeQSGMaterialRhiShader::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
-
equals
See
operator==(QSGMaterialRhiShader::GraphicsPipelineState,QSGMaterialRhiShader::GraphicsPipelineState) -
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.
-
setBlendConstant
Overloaded function for
setBlendConstant(io.qt.gui.QColor). -
setBlendConstant
Overloaded function for
setBlendConstant(io.qt.gui.QColor). -
setBlendConstant
Overloaded function for
setBlendConstant(io.qt.gui.QColor). -
setColorWrite
@QtUninvokable public final void setColorWrite(QSGMaterialRhiShader.GraphicsPipelineState.ColorMaskComponent ... colorWrite) Overloaded function for
setColorWrite(io.qt.quick.QSGMaterialRhiShader.GraphicsPipelineState.ColorMask).
-