|
libquentier 0.8.0
The library for rich desktop clients of Evernote service
|


Signals | |
| void | ready () |
Public Member Functions | |
| SpellChecker (utility::FileIOProcessorAsync *fileIOProcessorAsync, Account account, QObject *parent=nullptr, const QString &userDictionaryPath={}) | |
| QList< 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 noexcept |