Uses of Enum
io.qt.qt3d.render.QClearBuffers.BufferType
-
Uses of QClearBuffers.BufferType in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QClearBuffers.BufferTypeMethods in io.qt.qt3d.render that return QClearBuffers.BufferTypeModifier and TypeMethodDescriptionfinal QClearBuffers.BufferTypeQClearBuffers.buffers()final QClearBuffers.BufferType []QClearBuffers.BufferTypeFlags.flags()Returns an array of flag objects represented by this BufferTypeFlags.static QClearBuffers.BufferTypeQClearBuffers.BufferType.resolve(int value) Returns the corresponding enum entry for the given value.static QClearBuffers.BufferTypeReturns 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.BufferTypeModifier and TypeMethodDescriptionQClearBuffers.BufferType.cleared(QClearBuffers.BufferType e) Excludes other enum entry from a flag of this entry.QClearBuffers.BufferType.combined(QClearBuffers.BufferType e) Combines this entry with other enum entry.QClearBuffers.BufferTypeFlags.combined(QClearBuffers.BufferType e) Combines this flags with enum entry.QClearBuffers.BufferType.flags(QClearBuffers.BufferType ... values) Creates a newQClearBuffers.BufferTypeFlagsfrom the entries.final voidQClearBuffers.setBuffers(QClearBuffers.BufferType buffers) QClearBuffers.BufferTypeFlags.setFlag(QClearBuffers.BufferType e) Sets the flageQClearBuffers.BufferTypeFlags.setFlag(QClearBuffers.BufferType e, boolean on) Sets or clears the flagflagConstructors in io.qt.qt3d.render with parameters of type QClearBuffers.BufferTypeModifierConstructorDescriptionBufferTypeFlags(QClearBuffers.BufferType ... args) Creates a new BufferTypeFlags where the flags inargsare set.