Uses of Class
io.qt.quick.QQuickWindow.CreateTextureOption
Package | Description |
---|---|
io.qt.quick |
-
Uses of QQuickWindow.CreateTextureOption in io.qt.quick
Methods in io.qt.quick that return QQuickWindow.CreateTextureOption Modifier and Type Method Description QQuickWindow.CreateTextureOption[]
QQuickWindow.CreateTextureOptions. flags()
Returns an array of flag objects represented by this CreateTextureOptions.static QQuickWindow.CreateTextureOption
QQuickWindow.CreateTextureOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QQuickWindow.CreateTextureOption
QQuickWindow.CreateTextureOption. valueOf(String name)
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.Constructors in io.qt.quick with parameters of type QQuickWindow.CreateTextureOption Constructor Description CreateTextureOptions(QQuickWindow.CreateTextureOption... args)
Creates a new CreateTextureOptions where the flags inargs
are set.