Obsolete Members for QImage
The following members of class QImage are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(since 6.0, deprecated in 6.9) void | mirror(bool horizontal = false, bool vertical = true) |
(deprecated in 6.9) QImage | mirrored(bool horizontal = false, bool vertical = true) && |
(deprecated in 6.9) QImage | mirrored(bool horizontal = false, bool vertical = true) const & |
Member Function Documentation
[deprecated in 6.9]
QImage QImage::mirrored(bool horizontal = false, bool vertical = true) &&
[deprecated in 6.9]
QImage QImage::mirrored(bool horizontal = false, bool vertical = true) const &
This function is deprecated since 6.9. We strongly advise against using it in new code.
Use flipped(Qt::Orientations) instead.
Returns a mirror of the image, mirrored in the horizontal and/or the vertical direction depending on whether horizontal and vertical are set to true or false.
Note that the original image is not changed.
See also mirror() and Image Transformations.
[since 6.0, deprecated in 6.9]
void QImage::mirror(bool horizontal = false, bool vertical = true)
This function is deprecated since 6.9. We strongly advise against using it in new code.
Use flip(Qt::Orientations) instead.
Mirrors of the image in the horizontal and/or the vertical direction depending on whether horizontal and vertical are set to true or false.
This function was introduced in Qt 6.0.
See also mirrored() and Image Transformations.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.