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