Uses of Class
io.qt.qt3d.render.QBuffer.BufferType
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QBuffer.BufferType in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QBuffer.BufferType Modifier and Type Field Description QObject.Signal1<QBuffer.BufferType>
QBuffer. typeChanged
Methods in io.qt.qt3d.render that return QBuffer.BufferType Modifier and Type Method Description static QBuffer.BufferType
QBuffer.BufferType. resolve(int value)
Returns the corresponding enum entry for the given value.QBuffer.BufferType
QBuffer. type()
Deprecated.static QBuffer.BufferType
QBuffer.BufferType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBuffer.BufferType[]
QBuffer.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 QBuffer.BufferType Modifier and Type Method Description void
QBuffer. setType(QBuffer.BufferType type)
Deprecated.Constructors in io.qt.qt3d.render with parameters of type QBuffer.BufferType Constructor Description QBuffer(QBuffer.BufferType ty)
Deprecated.QBuffer(QBuffer.BufferType ty, QNode parent)
Deprecated.