Uses of Class
io.qt.qt3d.render.QClearBuffers.BufferType
Package | Description |
---|---|
io.qt.qt3d.extras | |
io.qt.qt3d.render |
-
Uses of QClearBuffers.BufferType in io.qt.qt3d.extras
Fields in io.qt.qt3d.extras with type parameters of type QClearBuffers.BufferType Modifier and Type Field Description QObject.Signal1<QClearBuffers.BufferType>
QForwardRenderer. buffersToClearChanged
Methods in io.qt.qt3d.extras that return QClearBuffers.BufferType Modifier and Type Method Description QClearBuffers.BufferType
QForwardRenderer. buffersToClear()
Methods in io.qt.qt3d.extras with parameters of type QClearBuffers.BufferType Modifier and Type Method Description void
QForwardRenderer. setBuffersToClear(QClearBuffers.BufferType arg__1)
-
Uses of QClearBuffers.BufferType in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QClearBuffers.BufferType Modifier and Type Field Description QObject.Signal1<QClearBuffers.BufferType>
QClearBuffers. buffersChanged
Methods in io.qt.qt3d.render that return QClearBuffers.BufferType Modifier and Type Method Description QClearBuffers.BufferType
QClearBuffers. buffers()
static QClearBuffers.BufferType
QClearBuffers.BufferType. resolve(int value)
Returns the corresponding enum entry for the given value.static QClearBuffers.BufferType
QClearBuffers.BufferType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QClearBuffers.BufferType[]
QClearBuffers.BufferType. 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 QClearBuffers.BufferType Modifier and Type Method Description void
QClearBuffers. setBuffers(QClearBuffers.BufferType buffers)