23 #ifndef GUI_COVEREDIT_H
24 #define GUI_COVEREDIT_H
26 #include "Gui/Utils/Widgets/Widget.h"
27 #include "Utils/Pimpl.h"
91 void setCover(
const MetaData& track);
92 void showReplacementField(
bool b);
93 bool isCoverReplacementActive()
const;
100 void replaceToggled(
bool b);
101 void coverAllToggled(
bool b);
105 void languageChanged()
override;
The GUI_CoverEdit class.
Definition: GUI_CoverEdit.h:51
void setCurrentIndex(int index)
sets the current index for a track which is currently processed
void reset()
Shows the current cover (if there) and offers to replace it Every other widget is hidden.
void refreshCurrentTrack()
refetches the track from the tag editor and sets the cover to the left button
QPixmap selectedCover(int index) const
returns the new cover for a current track.
GUI_CoverEdit(Tagging::Editor *tagEditor, QWidget *parent)
GUI_CoverEdit.
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