java.lang.Object
io.qt.QtObject
io.qt.quick.QSGMaterialRhiShader.RenderState
- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QSGMaterialRhiShader
Encapsulates the current rendering state during a call to QSGMaterialRhiShader::updateUniformData() and the other update type of functions
Java wrapper for Qt class QSGMaterialRhiShader::RenderState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.final QMatrix4x4final floatfinal floatfinal QRectfinal booleanSeeoperator==(QSGMaterialRhiShader::RenderState,QSGMaterialRhiShader::RenderState) booleanSeeoperator==(QSGMaterialRhiShader::RenderState,QSGMaterialRhiShader::RenderState) inthashCode()Returns the objects's hash code computed byqHash(QSGMaterialRhiShader::RenderState).final booleanfinal booleanfinal QMatrix4x4final floatopacity()final QMatrix4x4final QRectMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
RenderState
public RenderState()See
QSGMaterialRhiShader::RenderState::RenderState()
-
-
Method Details
-
combinedMatrix
-
determinant
-
devicePixelRatio
-
deviceRect
-
dirtyStates
-
isMatrixDirty
-
isOpacityDirty
-
modelViewMatrix
-
opacity
-
equals
See
operator==(QSGMaterialRhiShader::RenderState,QSGMaterialRhiShader::RenderState) -
projectionMatrix
-
viewportRect
-
equals
See
operator==(QSGMaterialRhiShader::RenderState,QSGMaterialRhiShader::RenderState) -
hashCode
Returns the objects's hash code computed byqHash(QSGMaterialRhiShader::RenderState). -
clone
Creates and returns a copy of this object.
-