Uses of Class
io.qt.opengl.QOpenGLBuffer.RangeAccessFlag
Package | Description |
---|---|
io.qt.opengl |
-
Uses of QOpenGLBuffer.RangeAccessFlag in io.qt.opengl
Methods in io.qt.opengl that return QOpenGLBuffer.RangeAccessFlag Modifier and Type Method Description QOpenGLBuffer.RangeAccessFlag[]
QOpenGLBuffer.RangeAccessFlags. flags()
Returns an array of flag objects represented by this RangeAccessFlags.static QOpenGLBuffer.RangeAccessFlag
QOpenGLBuffer.RangeAccessFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QOpenGLBuffer.RangeAccessFlag
QOpenGLBuffer.RangeAccessFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QOpenGLBuffer.RangeAccessFlag[]
QOpenGLBuffer.RangeAccessFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.opengl with parameters of type QOpenGLBuffer.RangeAccessFlag Constructor Description RangeAccessFlags(QOpenGLBuffer.RangeAccessFlag... args)
Creates a new RangeAccessFlags where the flags inargs
are set.