KExiv2
kexiv2comments.cpp
bool clearComments() const
Clear the Comments metadata container in memory.
Definition kexiv2comments.cpp:56
static bool canWriteComment(const QString &filePath)
Return 'true' if Comments can be written in file.
Definition kexiv2comments.cpp:17
QString getCommentsDecoded() const
Return a Qt string object of Comments from current image decoded using the 'detectEncodingAndDecode()...
Definition kexiv2comments.cpp:66
bool setComments(const QByteArray &data) const
Set the Comments data using a Qt byte array.
Definition kexiv2comments.cpp:71
static QString detectLanguageAlt(const QString &value, QString &lang)
Language Alternative autodetection.
Definition kexiv2comments.cpp:77
bool hasComments() const
Return 'true' if metadata container in memory as Comments.
Definition kexiv2comments.cpp:51
QByteArray getComments() const
Return a Qt byte array copy of Comments container get from current image.
Definition kexiv2comments.cpp:61
char * data()
qsizetype size() const const
QByteArray encodeName(const QString &fileName)
void clear()
QString fromLatin1(QByteArrayView str)
qsizetype indexOf(QChar ch, qsizetype from, Qt::CaseSensitivity cs) const const
QString mid(qsizetype position, qsizetype n) const const
qsizetype size() const const
bool startsWith(QChar c, Qt::CaseSensitivity cs) const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:00:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:00:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.