21 #ifndef TAGGINGCOVER_H 22 #define TAGGINGCOVER_H 34 bool writeCover(
const QString& filepath,
const QPixmap&
image);
35 bool writeCover(
const QString& filepath,
const QString& imagePath);
37 bool extractCover(
const ParsedTag& parsedTag, QByteArray& coverData, QString& mimeType);
38 bool extractCover(
const QString& filepath, QByteArray& coverData, QString& mimeType);
39 QPixmap extractCover(
const QString& filepath);
41 bool hasCover(
const ParsedTag& parsedTag);
42 bool hasCover(
const QString& filepath);
44 bool isCoverSupported(
const QString& filepath);
48 #endif // TAGGINGCOVER_H The GUI_TagEdit class.
Definition: GenreFetcher.h:33
QImage image(const QString &iconName, IconTheme themeName)
see pixmap()