java.lang.Object
io.qt.internal.NativeUtility.Object
io.qt.QtObject
io.qt.quick.QSGMaterialShader.GraphicsPipelineState
- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QSGMaterialShader
Describes state changes that the material wants to apply to the currently active graphics pipeline state
Java wrapper for Qt's class QSGMaterialShader::GraphicsPipelineState
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QSGMaterialShader::GraphicsPipelineState::BlendFactorstatic final classQFlags type for enumQSGMaterialShader.GraphicsPipelineState.ColorMaskComponentstatic enumJava wrapper for Qt enum QSGMaterialShader::GraphicsPipelineState::ColorMaskComponentstatic enumJava wrapper for Qt enum QSGMaterialShader::GraphicsPipelineState::CullModeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QColorfinal booleanclone()cullMode()dstColor()booleanUsed 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.inthashCode()final voidsetBlendConstant(QColor blendConstant) final voidsetBlendEnable(boolean blendEnable) final voidfinal voidOverloaded function forsetColorWrite(io.qt.quick.QSGMaterialShader.GraphicsPipelineState.ColorMask).final voidfinal voidfinal voidsrcColor()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
-
blendConstant
-
setBlendEnable
-
blendEnable
-
setColorWrite
@QtUninvokable public final void setColorWrite(QSGMaterialShader.GraphicsPipelineState.ColorMaskComponent... colorWrite) Overloaded function for
setColorWrite(io.qt.quick.QSGMaterialShader.GraphicsPipelineState.ColorMask). -
setColorWrite
@QtUninvokable public final void setColorWrite(QSGMaterialShader.GraphicsPipelineState.ColorMask colorWrite) -
colorWrite
-
setCullMode
@QtUninvokable public final void setCullMode(QSGMaterialShader.GraphicsPipelineState.CullMode cullMode) -
cullMode
-
setDstColor
@QtUninvokable public final void setDstColor(QSGMaterialShader.GraphicsPipelineState.BlendFactor dstColor) -
dstColor
-
setSrcColor
@QtUninvokable public final void setSrcColor(QSGMaterialShader.GraphicsPipelineState.BlendFactor srcColor) -
srcColor
-
equals
Description copied from class:io.qt.QtObjectUsed 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
-