|
| SpellChecker (FileIOProcessorAsync *pFileIOProcessorAsync, const Account &account, QObject *parent=Q_NULLPTR, const QString &userDictionaryPath=QString()) |
|
QVector< QPair< 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 |
|