23 #ifndef GUI_COVEREDIT_H 24 #define GUI_COVEREDIT_H 26 #include "Gui/Utils/Widgets/Widget.h" 27 #include "Utils/Pimpl.h" 88 void show_replacement_field(
bool b);
89 bool is_cover_replacement_active()
const;
92 void language_changed()
override;
99 void replace_toggled(
bool b);
100 void cover_all_toggled(
bool b);
104 #endif // GUI_COVEREDIT_H void reset()
Shows the current cover (if there) and offers to replace it Every other widget is hidden.
The GUI_CoverEdit class.
Definition: GUI_CoverEdit.h:45
QPixmap selected_cover(int index) const
returns the new cover for a current track.
Definition: GUI_TagEdit.h:42
The GUI_TagEdit class.
Definition: GenreFetcher.h:33
void refresh_current_track()
refetches the track from the tag editor and sets the cover to the left button
void set_current_index(int index)
sets the current index for a track which is currently processed
GUI_CoverEdit(GUI_TagEdit *parent)
GUI_CoverEdit.