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" 51 void sigUndoClicked(
int idx);
52 void sigUndoAllClicked();
74 void showCloseButton(
bool show);
76 void showDefaultTab();
89 void setCurrentIndex(
int index);
95 void refreshCurrentTrack();
106 void writeChanges(
int idx);
113 bool checkIndex(
int idx)
const;
122 void nextButtonClicked();
127 void prevButtonClicked();
137 void undoAllClicked();
143 void progressChanged(
int val);
150 void applyTagFromPath();
152 void applyAllTagFromPath();
157 void commitStarted();
162 void commitFinished();
167 void loadEntireAlbum();
170 void showEvent(QShowEvent* e)
override;
171 void languageChanged()
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