3 #include "QRegularExpression" 39 QRegularExpression regex_;
Definition: Application.cpp:48
RegexPredicate(const QString ®ex)
Create a RegexPredicate with a regex to match the message against.
Definition: RegexPredicate.cpp:5
MessagePredicate checking whether the message matches a given regex.
Definition: RegexPredicate.hpp:14
bool appliesTo(const Message &message)
Checks whether the message matches the regex passed in the constructor.
Definition: RegexPredicate.cpp:10
Abstract base class for message predicates.
Definition: MessagePredicate.hpp:17
Definition: Message.hpp:54