|
Chatterino
|
#include <HighlightController.hpp>
Public Member Functions | |
| void | initialize (Settings &settings, Paths &paths) override |
| std::pair< bool, HighlightResult > | check (const MessageParseArgs &args, const std::vector< Badge > &badges, const QString &senderName, const QString &originalMessage, const MessageFlags &messageFlags) const |
| Checks the given message parameters if it matches our internal checks, and returns a result. More... | |
Public Member Functions inherited from chatterino::Singleton | |
| virtual | ~Singleton ()=default |
| virtual void | save () |
| std::pair< bool, HighlightResult > chatterino::HighlightController::check | ( | const MessageParseArgs & | args, |
| const std::vector< Badge > & | badges, | ||
| const QString & | senderName, | ||
| const QString & | originalMessage, | ||
| const MessageFlags & | messageFlags | ||
| ) | const |
Checks the given message parameters if it matches our internal checks, and returns a result.
1.8.13