X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FHunspellChecker.h;h=8e12672b9da705979d636735277f3b2daa53ac7c;hb=a5be70af87123df1af5e2cdd1d713581cd69ba37;hp=8defa22e41a6d5bec65851d147e615eaafd7d60b;hpb=0d626b0008a3fca0e6ef96a42f2054e78eefeede;p=lyx.git diff --git a/src/HunspellChecker.h b/src/HunspellChecker.h index 8defa22e41..8e12672b9d 100644 --- a/src/HunspellChecker.h +++ b/src/HunspellChecker.h @@ -23,11 +23,17 @@ public: HunspellChecker(); ~HunspellChecker(); - SpellChecker::Result check(WordLangTuple const &); + /// \name SpellChecker inherited methods. + ///@{ + enum Result check(WordLangTuple const &); + void suggest(WordLangTuple const &, docstring_list &); void insert(WordLangTuple const &); + void remove(WordLangTuple const &); void accept(WordLangTuple const &); - docstring const nextMiss(); + bool hasDictionary(Language const * lang) const; docstring const error(); + void advanceChangeNumber(); + ///@} private: struct Private;