Uses of Enum
io.qt.qt3d.render.QClearBuffers.BufferType
Packages that use QClearBuffers.BufferType
-
Uses of QClearBuffers.BufferType in io.qt.qt3d.extras
Fields in io.qt.qt3d.extras with type parameters of type QClearBuffers.BufferTypeMethods in io.qt.qt3d.extras that return QClearBuffers.BufferTypeModifier and TypeMethodDescriptionfinal QClearBuffers.BufferType
QForwardRenderer.buffersToClear()
Methods in io.qt.qt3d.extras with parameters of type QClearBuffers.BufferTypeModifier and TypeMethodDescriptionfinal 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.BufferTypeMethods in io.qt.qt3d.render that return QClearBuffers.BufferTypeModifier and TypeMethodDescriptionfinal QClearBuffers.BufferType
QClearBuffers.buffers()
final QClearBuffers.BufferType []
QClearBuffers.BufferTypeFlags.flags()
Returns an array of flag objects represented by this BufferTypeFlags.static QClearBuffers.BufferType
QClearBuffers.BufferType.resolve
(int value) Returns the corresponding enum entry for the given value.static QClearBuffers.BufferType
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.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.BufferTypeFlags
from the entries.final void
QClearBuffers.setBuffers
(QClearBuffers.BufferType buffers) QClearBuffers.BufferTypeFlags.setFlag
(QClearBuffers.BufferType e) Sets the flage
QClearBuffers.BufferTypeFlags.setFlag
(QClearBuffers.BufferType e, boolean on) Sets or clears the flagflag
Constructors in io.qt.qt3d.render with parameters of type QClearBuffers.BufferTypeModifierConstructorDescriptionBufferTypeFlags
(QClearBuffers.BufferType ... args) Creates a new BufferTypeFlags where the flags inargs
are set.