Uses of Class
io.qt.quick.QQuickWindow.CreateTextureOptions
Packages that use QQuickWindow.CreateTextureOptions
-
Uses of QQuickWindow.CreateTextureOptions in io.qt.quick
Methods in io.qt.quick that return QQuickWindow.CreateTextureOptionsModifier and TypeMethodDescriptionQQuickWindow.CreateTextureOption.asFlags()Create a QFlags of the enum entry.QQuickWindow.CreateTextureOptions.clone()Clones the flagsQQuickWindow.CreateTextureOption.combined(QQuickWindow.CreateTextureOption e) Combines this entry with other enum entry.QQuickWindow.CreateTextureOptions.combined(QQuickWindow.CreateTextureOption e) Combines this flags with enum entry.QQuickWindow.CreateTextureOption.flags(QQuickWindow.CreateTextureOption... values) Creates a newQQuickWindow.CreateTextureOptionsfrom the entries.QQuickWindow.CreateTextureOptions.setFlag(QQuickWindow.CreateTextureOption e) Sets the flageQQuickWindow.CreateTextureOptions.setFlag(QQuickWindow.CreateTextureOption e, boolean on) Sets or clears the flagflagMethods in io.qt.quick with parameters of type QQuickWindow.CreateTextureOptionsModifier and TypeMethodDescriptionfinal intQQuickWindow.CreateTextureOptions.compareTo(QQuickWindow.CreateTextureOptions other) final QSGTextureQQuickWindow.createTextureFromImage(QImage image, QQuickWindow.CreateTextureOptions options) -
Uses of QQuickWindow.CreateTextureOptions in io.qt.quick.nativeinterface
Methods in io.qt.quick.nativeinterface with parameters of type QQuickWindow.CreateTextureOptionsModifier and TypeMethodDescriptionstatic QSGTextureQSGD3D11Texture.fromNative(QNativePointer texture, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) static QSGTextureQSGMetalTexture.fromNative(QNativePointer texture, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) static QSGTextureQSGOpenGLTexture.fromNative(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) static QSGTextureQSGVulkanTexture.fromNative(long image, int layout, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options) static QSGTextureQSGOpenGLTexture.fromNativeExternalOES(int textureId, QQuickWindow window, QSize size, QQuickWindow.CreateTextureOptions options)