26 #include "GUI/Utils/Widgets/Widget.h" 27 #include "GUI/Utils/GuiClass.h" 28 #include "Utils/Pimpl.h" 30 #include "Components/Tagging/Expression.h" 57 void set_filepath(
const QString& filepath);
58 void add_invalid_filepath(
const QString& filepath);
59 void clear_invalid_filepaths();
60 QString get_regex_string()
const;
65 void language_changed();
72 void set_tag_colors(
bool valid);
73 bool replace_selected_tag_text(Tagging::TagName t,
bool b);
74 void btn_checked(QPushButton* btn,
bool b, Tagging::TagName tag_name);
75 void show_error_frame(
bool b);
82 void btn_tag_help_clicked();
87 void tag_text_changed(
const QString&);
89 void btn_title_checked(
bool b);
90 void btn_artist_checked(
bool b);
91 void btn_album_checked(
bool b);
92 void btn_track_nr_checked(
bool b);
93 void btn_disc_nr_checked(
bool b);
94 void btn_year_checked(
bool b);
97 #endif // TAGFROMPATH_H
The GUI_TagEdit class.
Definition: AbstractLibrary.h:42
Definition: TagFromPath.h:41