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 set_filepath(
const QString& filepath);
60 void add_invalid_filepath(
const QString& filepath);
61 void clear_invalid_filepaths();
62 QString get_regex_string()
const;
67 void language_changed();
74 void set_tag_colors(
bool valid);
75 bool replace_selected_tag_text(Tagging::TagName t,
bool b);
76 void btn_checked(QPushButton* btn,
bool b, Tagging::TagName tag_name);
77 void show_error_frame(
bool b);
84 void btn_tag_help_clicked();
89 void tag_text_changed(
const QString&);
91 void btn_title_checked(
bool b);
92 void btn_artist_checked(
bool b);
93 void btn_album_checked(
bool b);
94 void btn_track_nr_checked(
bool b);
95 void btn_disc_nr_checked(
bool b);
96 void btn_year_checked(
bool b);
99 #endif // GUI_TAGFROMPATH_H
The GUI_TagEdit class.
Definition: GenreFetcher.h:33
The GUI_TagFromPath class.
Definition: GUI_TagFromPath.h:44