java.lang.Object
io.qt.internal.QtJambiObject
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 native resources with the other object if the other object is a subtype of QtJambiInterface.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
-
blendConstant
-
setBlendEnable
-
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) -
colorWrite
-
setCullMode
@QtUninvokable public final void setCullMode(QSGMaterialRhiShader.GraphicsPipelineState.CullMode cullMode) -
cullMode
-
setDstColor
@QtUninvokable public final void setDstColor(QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor dstColor) -
dstColor
-
setSrcColor
@QtUninvokable public final void setSrcColor(QSGMaterialRhiShader.GraphicsPipelineState.BlendFactor srcColor) -
srcColor
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-