java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGMaterialShader.RenderState
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QSGMaterialShader
Encapsulates the current rendering state during a call to QSGMaterialShader::updateUniformData() and the other update type of functions
Java wrapper for Qt's class QSGMaterialShader::RenderState
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QSGMaterialShader::RenderState::DirtyStatestatic final class
QFlags type for enumQSGMaterialShader.RenderState.DirtyState
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final QMatrix4x4
final float
final float
final QRect
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 boolean
final boolean
final QMatrix4x4
final float
opacity()
final QMatrix4x4
final QRect
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
RenderState
public RenderState() -
RenderState
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
combinedMatrix
-
determinant
-
devicePixelRatio
-
deviceRect
-
dirtyStates
-
isMatrixDirty
-
isOpacityDirty
-
modelViewMatrix
-
opacity
-
projectionMatrix
-
viewportRect
-
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
-