Uses of Class
io.qt.quick.QSGMaterialShader.RenderState.DirtyState
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGMaterialShader.RenderState.DirtyState in io.qt.quick
Methods in io.qt.quick that return QSGMaterialShader.RenderState.DirtyState Modifier and Type Method Description QSGMaterialShader.RenderState.DirtyState[]
QSGMaterialShader.RenderState.DirtyStates. flags()
Returns an array of flag objects represented by this DirtyStates.static QSGMaterialShader.RenderState.DirtyState
QSGMaterialShader.RenderState.DirtyState. resolve(int value)
Returns the corresponding enum entry for the given value.static QSGMaterialShader.RenderState.DirtyState
QSGMaterialShader.RenderState.DirtyState. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSGMaterialShader.RenderState.DirtyState[]
QSGMaterialShader.RenderState.DirtyState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.quick with parameters of type QSGMaterialShader.RenderState.DirtyState Constructor Description DirtyStates(QSGMaterialShader.RenderState.DirtyState... args)
Creates a new DirtyStates where the flags inargs
are set.