20#ifndef SAYONARA_PLAYER_COVEREDITOR_H
21#define SAYONARA_PLAYER_COVEREDITOR_H
23#include "Utils/Pimpl.h"
45 void setCurrentIndex(
int index);
47 void updateTrack(
int index);
48 void replaceCurrentCover(
const QPixmap& pixmap);
49 void replaceCoverForAll(
const QPixmap& pixmap);
51 bool isCoverForAllAvailable()
const;
52 QPixmap currentOriginalCover()
const;
53 QPixmap currentReplacementCover()
const;
Definition: CoverLocation.h:39
Definition: CoverEditor.h:37
The TagEdit class Metadata has to be added using the set_metadata(const MetaDataList&) method....
Definition: Editor.h:43
The GUI_TagEdit class.
Definition: GenreFetcher.h:34