#include <IgnorePhrase.hpp>
◆ IgnorePhrase()
chatterino::IgnorePhrase::IgnorePhrase |
( |
const QString & |
pattern, |
|
|
bool |
isRegex, |
|
|
bool |
isBlock, |
|
|
const QString & |
replace, |
|
|
bool |
isCaseSensitive |
|
) |
| |
|
inline |
◆ caseSensitivity()
Qt::CaseSensitivity chatterino::IgnorePhrase::caseSensitivity |
( |
| ) |
const |
|
inline |
◆ containsEmote()
bool chatterino::IgnorePhrase::containsEmote |
( |
| ) |
const |
|
inline |
◆ getEmotes()
const std::unordered_map<EmoteName, EmotePtr>& chatterino::IgnorePhrase::getEmotes |
( |
| ) |
const |
|
inline |
◆ getPattern()
const QString& chatterino::IgnorePhrase::getPattern |
( |
| ) |
const |
|
inline |
◆ getRegex()
const QRegularExpression& chatterino::IgnorePhrase::getRegex |
( |
| ) |
const |
|
inline |
◆ getReplace()
const QString& chatterino::IgnorePhrase::getReplace |
( |
| ) |
const |
|
inline |
◆ isBlock()
bool chatterino::IgnorePhrase::isBlock |
( |
| ) |
const |
|
inline |
◆ isCaseSensitive()
bool chatterino::IgnorePhrase::isCaseSensitive |
( |
| ) |
const |
|
inline |
◆ isMatch()
bool chatterino::IgnorePhrase::isMatch |
( |
const QString & |
subject | ) |
const |
|
inline |
◆ isRegex()
bool chatterino::IgnorePhrase::isRegex |
( |
| ) |
const |
|
inline |
◆ isRegexValid()
bool chatterino::IgnorePhrase::isRegexValid |
( |
| ) |
const |
|
inline |
◆ operator==()
bool chatterino::IgnorePhrase::operator== |
( |
const IgnorePhrase & |
other | ) |
const |
|
inline |
The documentation for this class was generated from the following file: