Uses of Enum
io.qt.gui.QImageIOHandler.Transformation
Packages that use QImageIOHandler.Transformation
-
Uses of QImageIOHandler.Transformation in io.qt.gui
Methods in io.qt.gui that return QImageIOHandler.TransformationModifier and TypeMethodDescriptionfinal QImageIOHandler.Transformation []
QImageIOHandler.Transformations.flags()
Returns an array of flag objects represented by this Transformations.QImageIOHandler.Transformation.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QImageIOHandler.Transformation[]
QImageIOHandler.Transformation.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.TransformationModifier and TypeMethodDescriptionQImageIOHandler.Transformation.cleared
(QImageIOHandler.Transformation e) Excludes other enum entry from a flag of this entry.QImageIOHandler.Transformation.combined
(QImageIOHandler.Transformation e) Combines this entry with other enum entry.QImageIOHandler.Transformations.combined
(QImageIOHandler.Transformation e) Combines this flags with enum entry.QImageIOHandler.Transformation.flags
(QImageIOHandler.Transformation ... values) Creates a newQImageIOHandler.Transformations
from the entries.QImageIOHandler.Transformations.setFlag
(QImageIOHandler.Transformation e) Sets the flage
QImageIOHandler.Transformations.setFlag
(QImageIOHandler.Transformation e, boolean on) Sets or clears the flagflag
final void
QImageWriter.setTransformation
(QImageIOHandler.Transformation ... orientation) Overloaded function forQImageWriter.setTransformation(io.qt.gui.QImageIOHandler.Transformations)
.Constructors in io.qt.gui with parameters of type QImageIOHandler.TransformationModifierConstructorDescriptionCreates a new Transformations where the flags inargs
are set.