21#ifndef SAYONARA_TAGGING_COVER_H
22#define SAYONARA_TAGGING_COVER_H
32 bool writeCover(
const QString& filepath,
const QPixmap& image);
33 bool writeCover(
const QString& filepath,
const QString& imagePath);
35 bool extractCover(
const ParsedTag& parsedTag, QByteArray& coverData, QString& mimeType);
36 bool extractCover(
const QString& filepath, QByteArray& coverData, QString& mimeType);
37 QPixmap extractCover(
const QString& filepath);
39 bool hasCover(
const ParsedTag& parsedTag);
40 bool hasCover(
const QString& filepath);
42 bool isCoverSupported(
const QString& filepath);
The GUI_TagEdit class.
Definition: GenreFetcher.h:34