Uses of Enum
io.qt.quick.QQuickWindow.CreateTextureOption
Packages that use QQuickWindow.CreateTextureOption
-
Uses of QQuickWindow.CreateTextureOption in io.qt.quick
Methods in io.qt.quick that return QQuickWindow.CreateTextureOptionModifier and TypeMethodDescriptionfinal QQuickWindow.CreateTextureOption []
QQuickWindow.CreateTextureOptions.flags()
Returns an array of flag objects represented by this CreateTextureOptions.QQuickWindow.CreateTextureOption.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QQuickWindow.CreateTextureOption[]
QQuickWindow.CreateTextureOption.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 QQuickWindow.CreateTextureOptionModifier and TypeMethodDescriptionQQuickWindow.CreateTextureOption.cleared
(QQuickWindow.CreateTextureOption e) Excludes other enum entry from a flag of this entry.QQuickWindow.CreateTextureOption.combined
(QQuickWindow.CreateTextureOption e) Combines this entry with other enum entry.QQuickWindow.CreateTextureOptions.combined
(QQuickWindow.CreateTextureOption e) Combines this flags with enum entry.final QSGTexture
QQuickWindow.createTextureFromImage
(QImage image, QQuickWindow.CreateTextureOption ... options) Overloaded function forQQuickWindow.createTextureFromImage(io.qt.gui.QImage, io.qt.quick.QQuickWindow.CreateTextureOptions)
.QQuickWindow.CreateTextureOption.flags
(QQuickWindow.CreateTextureOption ... values) Creates a newQQuickWindow.CreateTextureOptions
from the entries.QQuickWindow.CreateTextureOptions.setFlag
(QQuickWindow.CreateTextureOption e) Sets the flage
QQuickWindow.CreateTextureOptions.setFlag
(QQuickWindow.CreateTextureOption e, boolean on) Sets or clears the flagflag
Constructors in io.qt.quick with parameters of type QQuickWindow.CreateTextureOptionModifierConstructorDescriptionCreates a new CreateTextureOptions where the flags inargs
are set. -
Uses of QQuickWindow.CreateTextureOption in io.qt.quick.nativeinterface
Methods in io.qt.quick.nativeinterface with parameters of type QQuickWindow.CreateTextureOptionModifier and TypeMethodDescriptionstatic QSGTexture
QSGD3D11Texture.fromNative
(QNativePointer texture, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption ... options) static QSGTexture
QSGMetalTexture.fromNative
(QNativePointer texture, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption ... options) static QSGTexture
QSGOpenGLTexture.fromNative
(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption ... options) static QSGTexture
QSGVulkanTexture.fromNative
(long image, int layout, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption ... options) static QSGTexture
QSGOpenGLTexture.fromNativeExternalOES
(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOption ... options)