Uses of Class
io.qt.quick.QQuickWindow.CreateTextureOptions
Package | Description |
---|---|
io.qt.quick |
-
Uses of QQuickWindow.CreateTextureOptions in io.qt.quick
Methods in io.qt.quick that return QQuickWindow.CreateTextureOptions Modifier and Type Method Description QQuickWindow.CreateTextureOptions
QQuickWindow.CreateTextureOption. asFlags()
Create a QFlags of the enum entry.QQuickWindow.CreateTextureOptions
QQuickWindow.CreateTextureOptions. clone()
Clones the flagsQQuickWindow.CreateTextureOptions
QQuickWindow.CreateTextureOption. combined(QQuickWindow.CreateTextureOption e)
Combines this entry with other enum entry.QQuickWindow.CreateTextureOptions
QQuickWindow.CreateTextureOptions. combined(QQuickWindow.CreateTextureOption e)
Combines this flags with enum entry.static QQuickWindow.CreateTextureOptions
QQuickWindow.CreateTextureOption. flags(QQuickWindow.CreateTextureOption... values)
Creates a newQQuickWindow.CreateTextureOptions
from the entries.QQuickWindow.CreateTextureOptions
QQuickWindow.CreateTextureOptions. setFlag(QQuickWindow.CreateTextureOption e)
Sets the flage
QQuickWindow.CreateTextureOptions
QQuickWindow.CreateTextureOptions. setFlag(QQuickWindow.CreateTextureOption e, boolean on)
Sets or clears the flagflag
Methods in io.qt.quick with parameters of type QQuickWindow.CreateTextureOptions Modifier and Type Method Description int
QQuickWindow.CreateTextureOptions. compareTo(QQuickWindow.CreateTextureOptions other)
QSGTexture
QQuickWindow. createTextureFromId(int id, QSize size, QQuickWindow.CreateTextureOptions options)
Deprecated.Use createTextureFromNativeObject() insteadQSGTexture
QQuickWindow. createTextureFromImage(QImage image, QQuickWindow.CreateTextureOptions options)