Uses of Enum
io.qt.quick.QSGNode.DirtyStateBit
Packages that use QSGNode.DirtyStateBit
-
Uses of QSGNode.DirtyStateBit in io.qt.quick
Methods in io.qt.quick that return QSGNode.DirtyStateBitModifier and TypeMethodDescriptionfinal QSGNode.DirtyStateBit[]
QSGNode.DirtyState.flags()
Returns an array of flag objects represented by this DirtyState.static QSGNode.DirtyStateBit
QSGNode.DirtyStateBit.resolve
(int value) Returns the corresponding enum entry for the given value.static QSGNode.DirtyStateBit
Returns the enum constant of this type with the specified name.static QSGNode.DirtyStateBit[]
QSGNode.DirtyStateBit.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.DirtyStateBitModifier and TypeMethodDescriptionfinal QSGNode.DirtyState
QSGNode.DirtyState.combined
(QSGNode.DirtyStateBit e) Combines this flags with enum entry.QSGNode.DirtyStateBit.combined
(QSGNode.DirtyStateBit e) Combines this entry with other enum entry.static QSGNode.DirtyState
QSGNode.DirtyStateBit.flags
(QSGNode.DirtyStateBit... values) Creates a newQSGNode.DirtyState
from the entries.final void
QSGNode.markDirty
(QSGNode.DirtyStateBit ... bits) Overloaded function forQSGNode.markDirty(io.qt.quick.QSGNode.DirtyState)
.final QSGNode.DirtyState
QSGNode.DirtyState.setFlag
(QSGNode.DirtyStateBit e) Sets the flage
final QSGNode.DirtyState
QSGNode.DirtyState.setFlag
(QSGNode.DirtyStateBit e, boolean on) Sets or clears the flagflag
Constructors in io.qt.quick with parameters of type QSGNode.DirtyStateBitModifierConstructorDescriptionDirtyState
(QSGNode.DirtyStateBit... args) Creates a new DirtyState where the flags inargs
are set.