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.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 QSGTextureQSGEngine.createTextureFromId(int id, QSize size, QSGEngine.CreateTextureOption ... options) Overloaded function forQSGEngine.createTextureFromId(int, io.qt.core.QSize, io.qt.quick.QSGEngine.CreateTextureOptions).final QSGTextureQSGEngine.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.CreateTextureOptionsfrom the entries.QSGEngine.CreateTextureOptions.setFlag(QSGEngine.CreateTextureOption e) Sets the flageQSGEngine.CreateTextureOptions.setFlag(QSGEngine.CreateTextureOption e, boolean on) Sets or clears the flagflagConstructors in io.qt.quick with parameters of type QSGEngine.CreateTextureOptionModifierConstructorDescriptionCreates a new CreateTextureOptions where the flags inargsare set.