21 #ifndef GUI_TAGFROMPATH_H 22 #define GUI_TAGFROMPATH_H 24 #include "Gui/Utils/Widgets/Widget.h" 25 #include "Gui/Utils/GuiClass.h" 26 #include "Utils/Pimpl.h" 28 #include "Components/Tagging/Expression.h" 59 void setFilepath(
const QString& filepath);
66 void clearInvalidFilepaths();
68 QString getRegexString()
const;
76 void setTagColors(
bool valid);
77 bool replaceSelectedTagText(Tagging::TagName t,
bool b);
78 void btnChecked(QPushButton* btn,
bool b, Tagging::TagName tagName);
79 void showErrorFrame(
bool b);
85 void btnTagHelpClicked();
90 void tagTextChanged(
const QString& newText);
92 void btnTitleChecked(
bool b);
93 void btnArtistChecked(
bool b);
94 void btnAlbumChecked(
bool b);
95 void btnTrackNrChecked(
bool b);
96 void btnDiscnumberChecked(
bool b);
97 void btnYearChecked(
bool b);
100 void languageChanged();
103 #endif // GUI_TAGFROMPATH_H
The GUI_TagEdit class.
Definition: GenreFetcher.h:33
The GUI_TagFromPath class.
Definition: GUI_TagFromPath.h:44
void addInvalidFilepath(const QString &filepath)
add a filepath where the regex could not be applied on