java.lang.Object
io.qt.internal.QtJambiObject
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
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QSGMaterialShader::GraphicsPipelineState::BlendFactorstatic final class
QFlags type for enumQSGMaterialShader.GraphicsPipelineState.ColorMaskComponent
static enum
Java wrapper for Qt enum QSGMaterialShader::GraphicsPipelineState::ColorMaskComponentstatic enum
Java wrapper for Qt enum QSGMaterialShader::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.QSGMaterialShader.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(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: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
-