Uses of Enum
io.qt.opengl.QOpenGLBuffer.RangeAccessFlag
-
Uses of QOpenGLBuffer.RangeAccessFlag in io.qt.opengl
Subclasses with type arguments of type QOpenGLBuffer.RangeAccessFlag in io.qt.openglModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQOpenGLBuffer::RangeAccessFlagstatic final classQFlagstype for enumQOpenGLBuffer.RangeAccessFlagMethods in io.qt.opengl that return QOpenGLBuffer.RangeAccessFlagModifier and TypeMethodDescriptionfinal QOpenGLBuffer.RangeAccessFlag []QOpenGLBuffer.RangeAccessFlags.flags()Returns an array of flag objects represented by this RangeAccessFlags.QOpenGLBuffer.RangeAccessFlag.resolve(int value) Returns the corresponding enum entry for the given value.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.Methods in io.qt.opengl with parameters of type QOpenGLBuffer.RangeAccessFlagModifier and TypeMethodDescriptionQOpenGLBuffer.RangeAccessFlag.cleared(QOpenGLBuffer.RangeAccessFlag e) Excludes other enum entry from a flag of this entry.QOpenGLBuffer.RangeAccessFlag.combined(QOpenGLBuffer.RangeAccessFlag e) Combines this entry with other enum entry.QOpenGLBuffer.RangeAccessFlags.combined(QOpenGLBuffer.RangeAccessFlag e) Combines this flags with enum entry.QOpenGLBuffer.RangeAccessFlag.flags(QOpenGLBuffer.RangeAccessFlag ... values) Creates a newQOpenGLBuffer.RangeAccessFlagsfrom the entries.final BufferQOpenGLBuffer.mapRange(int offset, int count, QOpenGLBuffer.RangeAccessFlag ... access) Overloaded function forQOpenGLBuffer.mapRange(int, int, io.qt.opengl.QOpenGLBuffer.RangeAccessFlags).QOpenGLBuffer.RangeAccessFlags.setFlag(QOpenGLBuffer.RangeAccessFlag e) Sets the flageQOpenGLBuffer.RangeAccessFlags.setFlag(QOpenGLBuffer.RangeAccessFlag e, boolean on) Sets or clears the flagflagConstructors in io.qt.opengl with parameters of type QOpenGLBuffer.RangeAccessFlagModifierConstructorDescriptionCreates a new RangeAccessFlags where the flags inargsare set.