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