java.lang.Object
io.qt.internal.NativeUtility.Object
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
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QSGMaterialShader::RenderState::DirtyStatestatic final classQFlags type for enumQSGMaterialShader.RenderState.DirtyStateNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()final QMatrix4x4final floatfinal floatfinal QRectbooleanUsed 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 booleanfinal booleanfinal QMatrix4x4final floatopacity()final QMatrix4x4final QRectMethods 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: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
-