Uses of Enum
io.qt.quick.QQuickItem.Flag
Packages that use QQuickItem.Flag
-
Uses of QQuickItem.Flag in io.qt.quick
Methods in io.qt.quick that return QQuickItem.FlagModifier and TypeMethodDescriptionfinal QQuickItem.Flag[]QQuickItem.Flags.flags()Returns an array of flag objects represented by this Flags.static QQuickItem.FlagQQuickItem.Flag.resolve(int value) Returns the corresponding enum entry for the given value.static QQuickItem.FlagReturns the enum constant of this type with the specified name.static QQuickItem.Flag[]QQuickItem.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 QQuickItem.FlagModifier and TypeMethodDescriptionQQuickItem.Flag.combined(QQuickItem.Flag e) Combines this entry with other enum entry.final QQuickItem.FlagsQQuickItem.Flags.combined(QQuickItem.Flag e) Combines this flags with enum entry.static QQuickItem.FlagsQQuickItem.Flag.flags(QQuickItem.Flag... values) Creates a newQQuickItem.Flagsfrom the entries.final QQuickItem.FlagsQQuickItem.Flags.setFlag(QQuickItem.Flag e) Sets the flagefinal QQuickItem.FlagsQQuickItem.Flags.setFlag(QQuickItem.Flag e, boolean on) Sets or clears the flagflagfinal voidQQuickItem.setFlag(QQuickItem.Flag flag) Overloaded function forQQuickItem.setFlag(io.qt.quick.QQuickItem.Flag, boolean)withenabled = true.final voidQQuickItem.setFlag(QQuickItem.Flag flag, boolean enabled) final voidQQuickItem.setFlags(QQuickItem.Flag... flags) Overloaded function forQQuickItem.setFlags(io.qt.quick.QQuickItem.Flags).Constructors in io.qt.quick with parameters of type QQuickItem.FlagModifierConstructorDescriptionFlags(QQuickItem.Flag... args) Creates a new Flags where the flags inargsare set.