Uses of Enum
io.qt.quick.QSGNode.Flag
Packages that use QSGNode.Flag
-
Uses of QSGNode.Flag in io.qt.quick
Methods in io.qt.quick that return QSGNode.FlagModifier and TypeMethodDescriptionfinal QSGNode.Flag []QSGNode.Flags.flags()Returns an array of flag objects represented by this Flags.static QSGNode.FlagQSGNode.Flag.resolve(int value) Returns the corresponding enum entry for the given value.static QSGNode.FlagReturns the enum constant of this type with the specified name.static QSGNode.Flag[]QSGNode.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 QSGNode.FlagModifier and TypeMethodDescriptionQSGNode.Flag.cleared(QSGNode.Flag e) Excludes other enum entry from a flag of this entry.QSGNode.Flag.combined(QSGNode.Flag e) Combines this entry with other enum entry.final QSGNode.FlagsQSGNode.Flags.combined(QSGNode.Flag e) Combines this flags with enum entry.static QSGNode.FlagsQSGNode.Flag.flags(QSGNode.Flag ... values) Creates a newQSGNode.Flagsfrom the entries.final QSGNode.FlagsQSGNode.Flags.setFlag(QSGNode.Flag e) Sets the flagefinal QSGNode.FlagsQSGNode.Flags.setFlag(QSGNode.Flag e, boolean on) Sets or clears the flagflagfinal voidQSGNode.setFlag(QSGNode.Flag arg__1) Overloaded function forQSGNode.setFlag(io.qt.quick.QSGNode.Flag, boolean)witharg__2 = true.final voidQSGNode.setFlag(QSGNode.Flag arg__1, boolean arg__2) Constructors in io.qt.quick with parameters of type QSGNode.FlagModifierConstructorDescriptionFlags(QSGNode.Flag ... args) Creates a new Flags where the flags inargsare set.