Uses of Enum
io.qt.quick.QSGEngine.CreateTextureOption
-
Uses of QSGEngine.CreateTextureOption in io.qt.quick
Modifier 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.Modifier and TypeMethodDescriptionQSGEngine.CreateTextureOption.cleared
(QSGEngine.CreateTextureOption e) Excludes other enum entry from a flag of this entry.QSGEngine.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
ModifierConstructorDescriptionCreates a new CreateTextureOptions where the flags inargs
are set.