| getQuery() const | SUIT_tools::SUIT_SentenceMatcher | inline |
| isCaseSensitive() const | SUIT_tools::SUIT_SentenceMatcher | inline |
| makeFuzzyWords(const QStringList &theWords, QStringList &theFuzzyWords) | SUIT_tools::SUIT_SentenceMatcher | privatestatic |
| makePermutatedSentences(const QStringList &theWords, QList< QStringList > &theSentences) | SUIT_tools::SUIT_SentenceMatcher | privatestatic |
| match(const QString &theInputString) const | SUIT_tools::SUIT_SentenceMatcher | |
| match(const QString &theInputString, const QStringList &theSentence, bool theCaseSensitive) | SUIT_tools::SUIT_SentenceMatcher | privatestatic |
| match(const QString &theInputString, const QList< QStringList > &theSentences, bool theCaseSensitive) | SUIT_tools::SUIT_SentenceMatcher | privatestatic |
| matchAtLeastOneWord(const QString &theInputString, const QStringList &theWords, bool theCaseSensitive) | SUIT_tools::SUIT_SentenceMatcher | privatestatic |
| matchWithSentenceIgnoreEndings(const QString &theInputString, const QStringList &theSentence, bool theCaseSensitive) | SUIT_tools::SUIT_SentenceMatcher | privatestatic |
| matchWithSentencesIgnoreEndings(const QString &theInputString, const QList< QStringList > &theSentences, bool theCaseSensitive) | SUIT_tools::SUIT_SentenceMatcher | privatestatic |
| myFuzzyPermutatedSentences | SUIT_tools::SUIT_SentenceMatcher | private |
| myFuzzyWords | SUIT_tools::SUIT_SentenceMatcher | private |
| myIsCaseSensitive | SUIT_tools::SUIT_SentenceMatcher | private |
| myPermutatedSentences | SUIT_tools::SUIT_SentenceMatcher | private |
| myQuery | SUIT_tools::SUIT_SentenceMatcher | private |
| myUseExactWordOrder | SUIT_tools::SUIT_SentenceMatcher | private |
| myUseFuzzyWords | SUIT_tools::SUIT_SentenceMatcher | private |
| myWords | SUIT_tools::SUIT_SentenceMatcher | private |
| setCaseSensitive(bool theOn) | SUIT_tools::SUIT_SentenceMatcher | |
| setQuery(QString theQuery) | SUIT_tools::SUIT_SentenceMatcher | |
| setUseExactWordOrder(bool theOn) | SUIT_tools::SUIT_SentenceMatcher | |
| setUseFuzzyWords(bool theOn) | SUIT_tools::SUIT_SentenceMatcher | |
| SUIT_SentenceMatcher() | SUIT_tools::SUIT_SentenceMatcher | |
| toString() const | SUIT_tools::SUIT_SentenceMatcher | |