21 #ifndef GUI_TAGEDIT_H_ 22 #define GUI_TAGEDIT_H_ 24 #include "Gui/Utils/Widgets/Widget.h" 25 #include "Components/Tagging/Expression.h" 26 #include "Utils/Pimpl.h" 63 void show_close_button(
bool show);
71 void sig_undo_clicked(
int idx);
72 void sig_undo_all_clicked();
77 bool is_cover_replacement_active()
const;
78 void update_cover(
int idx,
const QString& cover_path);
80 void show_replacement_field(
bool b);
81 void init_completer();
87 void refresh_current_track();
100 void write_changes(
int idx);
108 bool check_idx(
int idx)
const;
115 void next_button_clicked();
121 void prev_button_clicked();
128 void cover_all_changed(
bool b);
140 void undo_all_clicked();
147 void progress_changed(
int val);
155 void apply_tag_from_path();
157 void apply_all_tag_from_path();
163 void language_changed()
override;
168 void commit_finished();
171 void cb_replace_toggled(
bool b);
176 void load_entire_album();
180 void showEvent(QShowEvent* e)
override;
Definition: GUI_ControlsBase.h:43
Definition: GUI_TagEdit.h:42
The GUI_TagEdit class.
Definition: GenreFetcher.h:32