|
| SpellChecker (FileIOProcessorAsync *pFileIOProcessorAsync, const Account &account, QObject *parent=nullptr, const QString &userDictionaryPath={}) |
|
QVector< std::pair< QString, bool > > | listAvailableDictionaries () const |
|
void | setAccount (const Account &account) |
|
void | enableDictionary (const QString &language) |
|
void | disableDictionary (const QString &language) |
|
bool | checkSpell (const QString &word) const |
|
QStringList | spellCorrectionSuggestions (const QString &misSpelledWord) const |
|
void | addToUserWordlist (const QString &word) |
|
void | removeFromUserWordList (const QString &word) |
|
void | ignoreWord (const QString &word) |
|
void | removeWord (const QString &word) |
|
bool | isReady () const |
|