Uses of Enum
io.qt.quick.QSGMaterialShader.Flag
Packages that use QSGMaterialShader.Flag
-
Uses of QSGMaterialShader.Flag in io.qt.quick
Methods in io.qt.quick that return QSGMaterialShader.FlagModifier and TypeMethodDescriptionfinal QSGMaterialShader.Flag[]
QSGMaterialShader.Flags.flags()
Returns an array of flag objects represented by this Flags.static QSGMaterialShader.Flag
QSGMaterialShader.Flag.resolve
(int value) Returns the corresponding enum entry for the given value.static QSGMaterialShader.Flag
Returns the enum constant of this type with the specified name.static QSGMaterialShader.Flag[]
QSGMaterialShader.Flag.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.FlagModifier and TypeMethodDescriptionQSGMaterialShader.Flag.combined
(QSGMaterialShader.Flag e) Combines this entry with other enum entry.final QSGMaterialShader.Flags
QSGMaterialShader.Flags.combined
(QSGMaterialShader.Flag e) Combines this flags with enum entry.static QSGMaterialShader.Flags
QSGMaterialShader.Flag.flags
(QSGMaterialShader.Flag... values) Creates a newQSGMaterialShader.Flags
from the entries.final QSGMaterialShader.Flags
QSGMaterialShader.Flags.setFlag
(QSGMaterialShader.Flag e) Sets the flage
final QSGMaterialShader.Flags
QSGMaterialShader.Flags.setFlag
(QSGMaterialShader.Flag e, boolean on) Sets or clears the flagflag
final void
QSGMaterialShader.setFlags
(QSGMaterialShader.Flag... flags) Overloaded function forQSGMaterialShader.setFlags(io.qt.quick.QSGMaterialShader.Flags)
.Constructors in io.qt.quick with parameters of type QSGMaterialShader.FlagModifierConstructorDescriptionFlags
(QSGMaterialShader.Flag... args) Creates a new Flags where the flags inargs
are set.