Uses of Class
io.qt.quick.QSGRenderNode.StateFlag
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGRenderNode.StateFlag in io.qt.quick
Methods in io.qt.quick that return QSGRenderNode.StateFlag Modifier and Type Method Description QSGRenderNode.StateFlag[]
QSGRenderNode.StateFlags. flags()
Returns an array of flag objects represented by this StateFlags.static QSGRenderNode.StateFlag
QSGRenderNode.StateFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QSGRenderNode.StateFlag
QSGRenderNode.StateFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSGRenderNode.StateFlag[]
QSGRenderNode.StateFlag. 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 QSGRenderNode.StateFlag Modifier and Type Method Description QSGRenderNode.StateFlags
QSGRenderNode.StateFlag. combined(QSGRenderNode.StateFlag e)
Combines this entry with other enum entry.QSGRenderNode.StateFlags
QSGRenderNode.StateFlags. combined(QSGRenderNode.StateFlag e)
Combines this flags with enum entry.static QSGRenderNode.StateFlags
QSGRenderNode.StateFlag. flags(QSGRenderNode.StateFlag... values)
Creates a newQSGRenderNode.StateFlags
from the entries.QSGRenderNode.StateFlags
QSGRenderNode.StateFlags. setFlag(QSGRenderNode.StateFlag e)
Sets the flage
QSGRenderNode.StateFlags
QSGRenderNode.StateFlags. setFlag(QSGRenderNode.StateFlag e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.quick with parameters of type QSGRenderNode.StateFlag Constructor Description StateFlags(QSGRenderNode.StateFlag... args)
Creates a new StateFlags where the flags inargs
are set.