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" 68 void show_close_button(
bool show);
73 void show_cover_tab();
83 void sig_undo_clicked(
int idx);
84 void sig_undo_all_clicked();
89 void set_current_index(
int index);
90 void init_completer();
96 void refresh_current_track();
109 void write_changes(
int idx);
117 bool check_idx(
int idx)
const;
124 void next_button_clicked();
130 void prev_button_clicked();
142 void undo_all_clicked();
149 void progress_changed(
int val);
157 void apply_tag_from_path();
159 void apply_all_tag_from_path();
165 void language_changed()
override;
170 void commit_finished();
176 void load_entire_album();
180 void showEvent(QShowEvent* e)
override;
Definition: GUI_TagEdit.h:42
The GUI_TagEdit class.
Definition: GenreFetcher.h:33
The TagEdit class Metadata has to be added using the set_metadata(const MetaDataList&) method....
Definition: Editor.h:41