Uses of Class
io.qt.quick.QQuickItem.Flag
Package | Description |
---|---|
io.qt.quick |
-
Uses of QQuickItem.Flag in io.qt.quick
Methods in io.qt.quick that return QQuickItem.Flag Modifier and Type Method Description 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
QQuickItem.Flag. valueOf(String name)
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.Flag Modifier and Type Method Description QQuickItem.Flags
QQuickItem.Flag. combined(QQuickItem.Flag e)
Combines this entry with other enum entry.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.QQuickItem.Flags
QQuickItem.Flags. setFlag(QQuickItem.Flag e)
Sets the flage
QQuickItem.Flags
QQuickItem.Flags. setFlag(QQuickItem.Flag e, boolean on)
Sets or clears the flagflag
void
QQuickItem. setFlag(QQuickItem.Flag flag)
Overloaded function forQQuickItem.setFlag(io.qt.quick.QQuickItem.Flag, boolean)
withenabled = true
.void
QQuickItem. setFlag(QQuickItem.Flag flag, boolean enabled)
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.Flag Constructor Description Flags(QQuickItem.Flag... args)
Creates a new Flags where the flags inargs
are set.