Uses of Class
io.qt.qt3d.render.QMemoryBarrier.Operation
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QMemoryBarrier.Operation in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QMemoryBarrier.Operation Modifier and Type Method Description QMemoryBarrier.Operation[]
QMemoryBarrier.Operations. flags()
Returns an array of flag objects represented by this Operations.static QMemoryBarrier.Operation
QMemoryBarrier.Operation. resolve(int value)
Returns the corresponding enum entry for the given value.static QMemoryBarrier.Operation
QMemoryBarrier.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static QMemoryBarrier.Operation[]
QMemoryBarrier.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.render with parameters of type QMemoryBarrier.Operation Modifier and Type Method Description QMemoryBarrier.Operations
QMemoryBarrier.Operation. combined(QMemoryBarrier.Operation e)
Combines this entry with other enum entry.QMemoryBarrier.Operations
QMemoryBarrier.Operations. combined(QMemoryBarrier.Operation e)
Combines this flags with enum entry.static QMemoryBarrier.Operations
QMemoryBarrier.Operation. flags(QMemoryBarrier.Operation... values)
Creates a newQMemoryBarrier.Operations
from the entries.QMemoryBarrier.Operations
QMemoryBarrier.Operations. setFlag(QMemoryBarrier.Operation e)
Sets the flage
QMemoryBarrier.Operations
QMemoryBarrier.Operations. setFlag(QMemoryBarrier.Operation e, boolean on)
Sets or clears the flagflag
void
QMemoryBarrier. setWaitOperations(QMemoryBarrier.Operation... operations)
Overloaded function forQMemoryBarrier.setWaitOperations(io.qt.qt3d.render.QMemoryBarrier.Operations)
.Constructors in io.qt.qt3d.render with parameters of type QMemoryBarrier.Operation Constructor Description Operations(QMemoryBarrier.Operation... args)
Creates a new Operations where the flags inargs
are set.