Uses of Enum
io.qt.gui.QImageIOHandler.ImageOption
Packages that use QImageIOHandler.ImageOption
-
Uses of QImageIOHandler.ImageOption in io.qt.gui
Methods in io.qt.gui that return QImageIOHandler.ImageOptionModifier and TypeMethodDescriptionstatic QImageIOHandler.ImageOption
QImageIOHandler.ImageOption.resolve
(int value) Returns the corresponding enum entry for the given value.static QImageIOHandler.ImageOption
Returns the enum constant of this type with the specified name.static QImageIOHandler.ImageOption[]
QImageIOHandler.ImageOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui with parameters of type QImageIOHandler.ImageOptionModifier and TypeMethodDescriptionQImageIOHandler.option
(QImageIOHandler.ImageOption option) void
QImageIOHandler.setOption
(QImageIOHandler.ImageOption option, Object value) boolean
QImageIOHandler.supportsOption
(QImageIOHandler.ImageOption option) final boolean
QImageReader.supportsOption
(QImageIOHandler.ImageOption option) final boolean
QImageWriter.supportsOption
(QImageIOHandler.ImageOption option)