Uses of Enum
io.qt.quick.QSGEngine.CreateTextureOption
Packages that use QSGEngine.CreateTextureOption
-
Uses of QSGEngine.CreateTextureOption in io.qt.quick
Methods in io.qt.quick that return QSGEngine.CreateTextureOptionModifier and TypeMethodDescriptionfinal QSGEngine.CreateTextureOption[]
QSGEngine.CreateTextureOptions.flags()
Returns an array of flag objects represented by this CreateTextureOptions.QSGEngine.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 QSGEngine.CreateTextureOption[]
QSGEngine.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 QSGEngine.CreateTextureOptionModifier and TypeMethodDescriptionQSGEngine.CreateTextureOption.combined
(QSGEngine.CreateTextureOption e) Combines this entry with other enum entry.QSGEngine.CreateTextureOptions.combined
(QSGEngine.CreateTextureOption e) Combines this flags with enum entry.final QSGTexture
QSGEngine.createTextureFromId
(int id, QSize size, QSGEngine.CreateTextureOption... options) Overloaded function forQSGEngine.createTextureFromId(int, io.qt.core.QSize, io.qt.quick.QSGEngine.CreateTextureOptions)
.final QSGTexture
QSGEngine.createTextureFromImage
(QImage image, QSGEngine.CreateTextureOption... options) Overloaded function forQSGEngine.createTextureFromImage(io.qt.gui.QImage, io.qt.quick.QSGEngine.CreateTextureOptions)
.QSGEngine.CreateTextureOption.flags
(QSGEngine.CreateTextureOption... values) Creates a newQSGEngine.CreateTextureOptions
from the entries.QSGEngine.CreateTextureOptions.setFlag
(QSGEngine.CreateTextureOption e) Sets the flage
QSGEngine.CreateTextureOptions.setFlag
(QSGEngine.CreateTextureOption e, boolean on) Sets or clears the flagflag
Constructors in io.qt.quick with parameters of type QSGEngine.CreateTextureOptionModifierConstructorDescriptionCreates a new CreateTextureOptions where the flags inargs
are set.