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.DirtyStateBitQSGNode.DirtyStateBit.resolve(int value) Returns the corresponding enum entry for the given value.static QSGNode.DirtyStateBitReturns 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 TypeMethodDescriptionQSGNode.DirtyStateBit.cleared(QSGNode.DirtyStateBit e) Excludes other enum entry from a flag of this entry.final QSGNode.DirtyStateQSGNode.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.DirtyStateQSGNode.DirtyStateBit.flags(QSGNode.DirtyStateBit ... values) Creates a newQSGNode.DirtyStatefrom the entries.final voidQSGNode.markDirty(QSGNode.DirtyStateBit ... bits) Overloaded function forQSGNode.markDirty(io.qt.quick.QSGNode.DirtyState).protected final voidQSGAbstractRenderer.nodeChanged(QSGNode node, QSGNode.DirtyStateBit ... state) Overloaded function forQSGAbstractRenderer.nodeChanged(io.qt.quick.QSGNode, io.qt.quick.QSGNode.DirtyState).final QSGNode.DirtyStateQSGNode.DirtyState.setFlag(QSGNode.DirtyStateBit e) Sets the flagefinal QSGNode.DirtyStateQSGNode.DirtyState.setFlag(QSGNode.DirtyStateBit e, boolean on) Sets or clears the flagflagConstructors in io.qt.quick with parameters of type QSGNode.DirtyStateBitModifierConstructorDescriptionDirtyState(QSGNode.DirtyStateBit ... args) Creates a new DirtyState where the flags inargsare set.