Uses of Enum
io.qt.quick.QQuickRenderTarget.Flag
Packages that use QQuickRenderTarget.Flag
-
Uses of QQuickRenderTarget.Flag in io.qt.quick
Methods in io.qt.quick that return QQuickRenderTarget.FlagModifier and TypeMethodDescriptionfinal QQuickRenderTarget.Flag []
QQuickRenderTarget.Flags.flags()
Returns an array of flag objects represented by this Flags.static QQuickRenderTarget.Flag
QQuickRenderTarget.Flag.resolve
(int value) Returns the corresponding enum entry for the given value.static QQuickRenderTarget.Flag
Returns the enum constant of this type with the specified name.static QQuickRenderTarget.Flag[]
QQuickRenderTarget.Flag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.quick with parameters of type QQuickRenderTarget.FlagModifier and TypeMethodDescriptionQQuickRenderTarget.Flag.cleared
(QQuickRenderTarget.Flag e) Excludes other enum entry from a flag of this entry.QQuickRenderTarget.Flag.combined
(QQuickRenderTarget.Flag e) Combines this entry with other enum entry.final QQuickRenderTarget.Flags
QQuickRenderTarget.Flags.combined
(QQuickRenderTarget.Flag e) Combines this flags with enum entry.static QQuickRenderTarget.Flags
QQuickRenderTarget.Flag.flags
(QQuickRenderTarget.Flag ... values) Creates a newQQuickRenderTarget.Flags
from the entries.static QQuickRenderTarget
QQuickRenderTarget.fromD3D11Texture
(QNativePointer texture, int format, QSize pixelSize, int sampleCount, QQuickRenderTarget.Flag ... flags) static QQuickRenderTarget
QQuickRenderTarget.fromD3D12Texture
(QNativePointer texture, int resourceState, int format, int viewFormat, QSize pixelSize, int sampleCount, int arraySize, QQuickRenderTarget.Flag ... flags) static QQuickRenderTarget
QQuickRenderTarget.fromMetalTexture
(QNativePointer texture, int format, int viewFormat, QSize pixelSize, int sampleCount, int arraySize, QQuickRenderTarget.Flag ... flags) static QQuickRenderTarget
QQuickRenderTarget.fromOpenGLTexture
(int textureId, int format, QSize pixelSize, int sampleCount, int arraySize, QQuickRenderTarget.Flag ... flags) static QQuickRenderTarget
QQuickRenderTarget.fromVulkanImage
(long image, int layout, int format, int viewFormat, QSize pixelSize, int sampleCount, int arraySize, QQuickRenderTarget.Flag ... flags) final QQuickRenderTarget.Flags
QQuickRenderTarget.Flags.setFlag
(QQuickRenderTarget.Flag e) Sets the flage
final QQuickRenderTarget.Flags
QQuickRenderTarget.Flags.setFlag
(QQuickRenderTarget.Flag e, boolean on) Sets or clears the flagflag
Constructors in io.qt.quick with parameters of type QQuickRenderTarget.FlagModifierConstructorDescriptionFlags
(QQuickRenderTarget.Flag ... args) Creates a new Flags where the flags inargs
are set.