Uses of Enum
io.qt.quick.QQuickItem.Flag
-
Uses of QQuickItem.Flag in io.qt.quick
Modifier 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.Modifier and TypeMethodDescriptionQQuickItem.Flag.cleared
(QQuickItem.Flag e) Excludes other enum entry from a flag of this entry.QQuickItem.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)
.ModifierConstructorDescriptionFlags
(QQuickItem.Flag ... args) Creates a new Flags where the flags inargs
are set.