Uses of Class
io.qt.quick.QSGNode.DirtyStateBit
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGNode.DirtyStateBit in io.qt.quick
Methods in io.qt.quick that return QSGNode.DirtyStateBit Modifier and Type Method Description 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
QSGNode.DirtyStateBit. valueOf(String name)
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.DirtyStateBit Modifier and Type Method Description QSGNode.DirtyState
QSGNode.DirtyState. combined(QSGNode.DirtyStateBit e)
Combines this flags with enum entry.QSGNode.DirtyState
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.void
QSGNode. markDirty(QSGNode.DirtyStateBit... bits)
Overloaded function forQSGNode.markDirty(io.qt.quick.QSGNode.DirtyState)
.QSGNode.DirtyState
QSGNode.DirtyState. setFlag(QSGNode.DirtyStateBit e)
Sets the flage
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.DirtyStateBit Constructor Description DirtyState(QSGNode.DirtyStateBit... args)
Creates a new DirtyState where the flags inargs
are set.