java.lang.Object
io.qt.QtObject
io.qt.quick.QSGMaterialShader.RenderState
- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QSGMaterialShader
QSGMaterialShader::RenderState encapsulates the current rendering state during a call to QSGMaterialShader::updateState()
Java wrapper for Qt class QSGMaterialShader::RenderState
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQSGMaterialShader::RenderState::DirtyStatestatic final classQFlagstype for enumQSGMaterialShader.RenderState.DirtyState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.final QMatrix4x4final QOpenGLContextcontext()final floatfinal floatfinal QRectfinal booleanequals(QSGMaterialShader.RenderState value2) Seeoperator==(QSGMaterialShader::RenderState,QSGMaterialShader::RenderState) booleanSeeoperator==(QSGMaterialShader::RenderState,QSGMaterialShader::RenderState) inthashCode()Returns the objects's hash code computed byqHash(QSGMaterialShader::RenderState).final booleanfinal booleanfinal booleanfinal QMatrix4x4final floatopacity()final QMatrix4x4final QRectMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
RenderState
public RenderState()See
QSGMaterialShader::RenderState::RenderState()
-
-
Method Details
-
combinedMatrix
-
context
-
determinant
-
devicePixelRatio
-
deviceRect
-
dirtyStates
-
isCachedMaterialDataDirty
-
isMatrixDirty
-
isOpacityDirty
-
modelViewMatrix
-
opacity
-
equals
See
operator==(QSGMaterialShader::RenderState,QSGMaterialShader::RenderState) -
projectionMatrix
-
viewportRect
-
equals
See
operator==(QSGMaterialShader::RenderState,QSGMaterialShader::RenderState) -
hashCode
Returns the objects's hash code computed byqHash(QSGMaterialShader::RenderState). -
clone
Creates and returns a copy of this object.
-