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