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.FlagQSGMaterial.Flag.resolve(int value) Returns the corresponding enum entry for the given value.static QSGMaterial.FlagReturns 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.combined(QSGMaterial.Flag e) Combines this entry with other enum entry.final QSGMaterial.FlagsQSGMaterial.Flags.combined(QSGMaterial.Flag e) Combines this flags with enum entry.static QSGMaterial.FlagsQSGMaterial.Flag.flags(QSGMaterial.Flag... values) Creates a newQSGMaterial.Flagsfrom the entries.final QSGMaterial.FlagsQSGMaterial.Flags.setFlag(QSGMaterial.Flag e) Sets the flagefinal QSGMaterial.FlagsQSGMaterial.Flags.setFlag(QSGMaterial.Flag e, boolean on) Sets or clears the flagflagConstructors in io.qt.quick with parameters of type QSGMaterial.FlagModifierConstructorDescriptionFlags(QSGMaterial.Flag... args) Creates a new Flags where the flags inargsare set.