18class EditAutoTagsDialog;
43 const std::map<std::string, std::pair<std::string, std::vector<TagCondition>>>& auto_tags);
54 Ui::EditAutoTagsDialog*
ui;
91 std::map<std::string, std::pair<std::string, std::vector<TagCondition>>>
auto_tags_;
122 bool eventFilter(QObject*
object, QEvent* event)
override;
181 void tagsEdited(
int app_id, std::vector<EditAutoTagAction> actions);
Header for the EditAutoTagAction class.
Contains the TagCondition struct.