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.Flag
QQuickItem.Flag.resolve
(int value) Returns the corresponding enum entry for the given value.static QQuickItem.Flag
Returns 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.Flags
QQuickItem.Flags.combined
(QQuickItem.Flag e) Combines this flags with enum entry.static QQuickItem.Flags
QQuickItem.Flag.flags
(QQuickItem.Flag... values) Creates a newQQuickItem.Flags
from the entries.final QQuickItem.Flags
QQuickItem.Flags.setFlag
(QQuickItem.Flag e) Sets the flage
final QQuickItem.Flags
QQuickItem.Flags.setFlag
(QQuickItem.Flag e, boolean on) Sets or clears the flagflag
final void
QQuickItem.setFlag
(QQuickItem.Flag flag) Overloaded function forQQuickItem.setFlag(io.qt.quick.QQuickItem.Flag, boolean)
withenabled = true
.final void
QQuickItem.setFlag
(QQuickItem.Flag flag, boolean enabled) final void
QQuickItem.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 inargs
are set.