38 const QString search_;
Definition: Application.cpp:48
MessagePredicate checking whether a substring exists in the message.
Definition: SubstringPredicate.hpp:13
SubstringPredicate(const QString &search)
Create a SubstringPredicate with a substring to search for.
Definition: SubstringPredicate.cpp:5
Abstract base class for message predicates.
Definition: MessagePredicate.hpp:17
bool appliesTo(const Message &message)
Checks whether the message contains the substring passed in the constructor.
Definition: SubstringPredicate.cpp:10
Definition: Message.hpp:54