Uses of Class
io.qt.gui.QImageIOHandler.ImageOption
Package | Description |
---|---|
io.qt.gui |
-
Uses of QImageIOHandler.ImageOption in io.qt.gui
Methods in io.qt.gui that return QImageIOHandler.ImageOption Modifier and Type Method Description static QImageIOHandler.ImageOption
QImageIOHandler.ImageOption. resolve(int value)
Returns the corresponding enum entry for the given value.static QImageIOHandler.ImageOption
QImageIOHandler.ImageOption. valueOf(String name)
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.ImageOption Modifier and Type Method Description Object
QImageIOHandler. option(QImageIOHandler.ImageOption option)
void
QImageIOHandler. setOption(QImageIOHandler.ImageOption option, Object value)
boolean
QImageIOHandler. supportsOption(QImageIOHandler.ImageOption option)
boolean
QImageReader. supportsOption(QImageIOHandler.ImageOption option)
boolean
QImageWriter. supportsOption(QImageIOHandler.ImageOption option)