KQuickImageEditor
imagedocument.cpp
Q_INVOKABLE bool saveAs(const QUrl &location)
Save current edited image as a new image.
Definition imagedocument.cpp:111
Q_INVOKABLE void mirror(bool horizontal, bool vertical)
Mirror the image.
Definition imagedocument.cpp:76
Q_INVOKABLE void crop(int x, int y, int width, int height)
Crop the image.
Definition imagedocument.cpp:58
MirrorCommand that mirror an image horizontally or vertically.
Definition mirrorcommand.h:17
QString path(const QString &relativePath)
bool save(QIODevice *device, const char *format, int quality) const const
Q_EMITQ_EMIT
T pop()
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
bool isLocalFile() const const
QString toLocalFile() const const
QString toString(FormattingOptions options) const const
QString toString() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.