Uses of Enum
io.qt.quick.QSGMaterialShader.RenderState.DirtyState
Packages that use QSGMaterialShader.RenderState.DirtyState
-
Uses of QSGMaterialShader.RenderState.DirtyState in io.qt.quick
Methods in io.qt.quick that return QSGMaterialShader.RenderState.DirtyStateModifier and TypeMethodDescriptionQSGMaterialShader.RenderState.DirtyStates.flags()Returns an array of flag objects represented by this DirtyStates.QSGMaterialShader.RenderState.DirtyState.resolve(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QSGMaterialShader.RenderState.DirtyState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.quick with parameters of type QSGMaterialShader.RenderState.DirtyStateModifier and TypeMethodDescriptionQSGMaterialShader.RenderState.DirtyState.cleared(QSGMaterialShader.RenderState.DirtyState e) Excludes other enum entry from a flag of this entry.QSGMaterialShader.RenderState.DirtyState.combined(QSGMaterialShader.RenderState.DirtyState e) Combines this entry with other enum entry.QSGMaterialShader.RenderState.DirtyStates.combined(QSGMaterialShader.RenderState.DirtyState e) Combines this flags with enum entry.QSGMaterialShader.RenderState.DirtyState.flags(QSGMaterialShader.RenderState.DirtyState ... values) Creates a newQSGMaterialShader.RenderState.DirtyStatesfrom the entries.QSGMaterialShader.RenderState.DirtyStates.setFlag(QSGMaterialShader.RenderState.DirtyState e) Sets the flageQSGMaterialShader.RenderState.DirtyStates.setFlag(QSGMaterialShader.RenderState.DirtyState e, boolean on) Sets or clears the flagflagConstructors in io.qt.quick with parameters of type QSGMaterialShader.RenderState.DirtyStateModifierConstructorDescriptionCreates a new DirtyStates where the flags inargsare set.