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" 64 void show_close_button(
bool show);
72 void sig_undo_clicked(
int idx);
73 void sig_undo_all_clicked();
78 bool is_cover_replacement_active()
const;
79 void update_cover(
int idx,
const QString& cover_path);
81 void show_replacement_field(
bool b);
82 void init_completer();
88 void refresh_current_track();
101 void write_changes(
int idx);
109 bool check_idx(
int idx)
const;
116 void next_button_clicked();
122 void prev_button_clicked();
129 void cover_all_changed(
bool b);
141 void undo_all_clicked();
148 void progress_changed(
int val);
156 void apply_tag_from_path();
158 void apply_all_tag_from_path();
164 void language_changed()
override;
169 void commit_finished();
172 void cb_replace_toggled(
bool b);
177 void load_entire_album();
181 void showEvent(QShowEvent* e)
override;
Definition: GUI_TagEdit.h:43
The GUI_TagEdit class.
Definition: AbstractLibrary.h:42