- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<QRhi.Feature>
,Constable
- Enclosing class:
QRhi
Java wrapper for Qt enum QRhi::Feature
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionRepresentingQRhi::
BaseInstance RepresentingQRhi::
BaseVertex RepresentingQRhi::
Compute RepresentingQRhi::
CustomInstanceStepRate RepresentingQRhi::
DebugMarkers RepresentingQRhi::
ElementIndexUint RepresentingQRhi::
GeometryShader RepresentingQRhi::
HalfAttributes RepresentingQRhi::
ImageDataStride RepresentingQRhi::
Instancing RepresentingQRhi::
IntAttributes RepresentingQRhi::
MultisampleRenderBuffer RepresentingQRhi::
MultisampleTexture RepresentingQRhi::
NonDynamicUniformBuffers RepresentingQRhi::
NonFillPolygonMode RepresentingQRhi::
NonFourAlignedEffectiveIndexBufferOffset RepresentingQRhi::
NPOTTextureRepeat RepresentingQRhi::
OneDimensionalTextureMipmaps RepresentingQRhi::
OneDimensionalTextures RepresentingQRhi::
PipelineCacheDataLoadSave RepresentingQRhi::
PrimitiveRestart RepresentingQRhi::
ReadBackAnyTextureFormat RepresentingQRhi::
ReadBackNonBaseMipLevel RepresentingQRhi::
ReadBackNonUniformBuffer RepresentingQRhi::
RedOrAlpha8IsRed RepresentingQRhi::
RenderBufferImport RepresentingQRhi::
RenderTo3DTextureSlice RepresentingQRhi::
RenderToNonBaseMipLevel RepresentingQRhi::
RenderToOneDimensionalTexture RepresentingQRhi::
ScreenSpaceDerivatives RepresentingQRhi::
Tessellation RepresentingQRhi::
TexelFetch RepresentingQRhi::
TextureArrayRange RepresentingQRhi::
TextureArrays RepresentingQRhi::
ThreeDimensionalTextureMipmaps RepresentingQRhi::
ThreeDimensionalTextures RepresentingQRhi::
Timestamps RepresentingQRhi::
TriangleFanTopology RepresentingQRhi::
VertexShaderPointSize RepresentingQRhi::
WideLines -
Method Summary
Modifier and TypeMethodDescriptionstatic QRhi.Feature
resolve
(int value) Returns the corresponding enum entry for the given value.int
value()
This function should return an integer value for the enum values of the enumeration that implements this interface.static QRhi.Feature
Returns the enum constant of this type with the specified name.static QRhi.Feature[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface io.qt.QtAbstractEnumerator
getDeclaringClass, name, ordinal
-
Enum Constant Details
-
MultisampleTexture
Representing
QRhi::
MultisampleTexture -
MultisampleRenderBuffer
Representing
QRhi::
MultisampleRenderBuffer -
DebugMarkers
Representing
QRhi::
DebugMarkers -
Timestamps
Representing
QRhi::
Timestamps -
Instancing
Representing
QRhi::
Instancing -
CustomInstanceStepRate
Representing
QRhi::
CustomInstanceStepRate -
PrimitiveRestart
Representing
QRhi::
PrimitiveRestart -
NonDynamicUniformBuffers
Representing
QRhi::
NonDynamicUniformBuffers -
NonFourAlignedEffectiveIndexBufferOffset
Representing
QRhi::
NonFourAlignedEffectiveIndexBufferOffset -
NPOTTextureRepeat
Representing
QRhi::
NPOTTextureRepeat -
RedOrAlpha8IsRed
Representing
QRhi::
RedOrAlpha8IsRed -
ElementIndexUint
Representing
QRhi::
ElementIndexUint -
Compute
Representing
QRhi::
Compute -
WideLines
Representing
QRhi::
WideLines -
VertexShaderPointSize
Representing
QRhi::
VertexShaderPointSize -
BaseVertex
Representing
QRhi::
BaseVertex -
BaseInstance
Representing
QRhi::
BaseInstance -
TriangleFanTopology
Representing
QRhi::
TriangleFanTopology -
ReadBackNonUniformBuffer
Representing
QRhi::
ReadBackNonUniformBuffer -
ReadBackNonBaseMipLevel
Representing
QRhi::
ReadBackNonBaseMipLevel -
TexelFetch
Representing
QRhi::
TexelFetch -
RenderToNonBaseMipLevel
Representing
QRhi::
RenderToNonBaseMipLevel -
IntAttributes
Representing
QRhi::
IntAttributes -
ScreenSpaceDerivatives
Representing
QRhi::
ScreenSpaceDerivatives -
ReadBackAnyTextureFormat
Representing
QRhi::
ReadBackAnyTextureFormat -
PipelineCacheDataLoadSave
Representing
QRhi::
PipelineCacheDataLoadSave -
ImageDataStride
Representing
QRhi::
ImageDataStride -
RenderBufferImport
Representing
QRhi::
RenderBufferImport -
ThreeDimensionalTextures
Representing
QRhi::
ThreeDimensionalTextures -
RenderTo3DTextureSlice
Representing
QRhi::
RenderTo3DTextureSlice -
TextureArrays
Representing
QRhi::
TextureArrays -
Tessellation
Representing
QRhi::
Tessellation -
GeometryShader
Representing
QRhi::
GeometryShader -
TextureArrayRange
Representing
QRhi::
TextureArrayRange -
NonFillPolygonMode
Representing
QRhi::
NonFillPolygonMode -
OneDimensionalTextures
Representing
QRhi::
OneDimensionalTextures -
OneDimensionalTextureMipmaps
Representing
QRhi::
OneDimensionalTextureMipmaps -
HalfAttributes
Representing
QRhi::
HalfAttributes -
RenderToOneDimensionalTexture
Representing
QRhi::
RenderToOneDimensionalTexture -
ThreeDimensionalTextureMipmaps
Representing
QRhi::
ThreeDimensionalTextureMipmaps
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public int value()This function should return an integer value for the enum values of the enumeration that implements this interface. Default isEnum.ordinal()
.- Specified by:
value
in interfaceQtEnumerator
-
resolve
Returns the corresponding enum entry for the given value.- Parameters:
value
-- Returns:
- enum entry
-