#include <TextCheckerClient.h>
|
virtual | ~TextCheckerClient () |
|
virtual bool | shouldEraseMarkersAfterChangeSelection (TextCheckingType) const =0 |
|
virtual void | ignoreWordInSpellDocument (const String &)=0 |
|
virtual void | learnWord (const String &)=0 |
|
virtual void | checkSpellingOfString (StringView, int *misspellingLocation, int *misspellingLength)=0 |
|
virtual String | getAutoCorrectSuggestionForMisspelledWord (const String &misspelledWord)=0 |
|
virtual void | checkGrammarOfString (StringView, Vector< GrammarDetail > &, int *badGrammarLocation, int *badGrammarLength)=0 |
|
virtual void | getGuessesForWord (const String &word, const String &context, const VisibleSelection ¤tSelection, Vector< String > &guesses)=0 |
|
virtual void | requestCheckingOfString (TextCheckingRequest &, const VisibleSelection ¤tSelection)=0 |
|
virtual | ~TextCheckerClient () |
|
virtual bool | shouldEraseMarkersAfterChangeSelection (TextCheckingType) const =0 |
|
virtual void | ignoreWordInSpellDocument (const String &)=0 |
|
virtual void | learnWord (const String &)=0 |
|
virtual void | checkSpellingOfString (StringView, int *misspellingLocation, int *misspellingLength)=0 |
|
virtual String | getAutoCorrectSuggestionForMisspelledWord (const String &misspelledWord)=0 |
|
virtual void | checkGrammarOfString (StringView, Vector< GrammarDetail > &, int *badGrammarLocation, int *badGrammarLength)=0 |
|
virtual void | getGuessesForWord (const String &word, const String &context, const VisibleSelection ¤tSelection, Vector< String > &guesses)=0 |
|
virtual void | requestCheckingOfString (TextCheckingRequest &, const VisibleSelection ¤tSelection)=0 |
|
◆ ~TextCheckerClient() [1/2]
virtual WebCore::TextCheckerClient::~TextCheckerClient |
( |
| ) |
|
|
inlinevirtual |
◆ ~TextCheckerClient() [2/2]
virtual WebCore::TextCheckerClient::~TextCheckerClient |
( |
| ) |
|
|
inlinevirtual |
◆ checkGrammarOfString() [1/2]
◆ checkGrammarOfString() [2/2]
◆ checkSpellingOfString() [1/2]
virtual void WebCore::TextCheckerClient::checkSpellingOfString |
( |
StringView |
, |
|
|
int * |
misspellingLocation, |
|
|
int * |
misspellingLength |
|
) |
| |
|
pure virtual |
◆ checkSpellingOfString() [2/2]
virtual void WebCore::TextCheckerClient::checkSpellingOfString |
( |
StringView |
, |
|
|
int * |
misspellingLocation, |
|
|
int * |
misspellingLength |
|
) |
| |
|
pure virtual |
◆ getAutoCorrectSuggestionForMisspelledWord() [1/2]
virtual String WebCore::TextCheckerClient::getAutoCorrectSuggestionForMisspelledWord |
( |
const String & |
misspelledWord | ) |
|
|
pure virtual |
◆ getAutoCorrectSuggestionForMisspelledWord() [2/2]
virtual String WebCore::TextCheckerClient::getAutoCorrectSuggestionForMisspelledWord |
( |
const String & |
misspelledWord | ) |
|
|
pure virtual |
◆ getGuessesForWord() [1/2]
◆ getGuessesForWord() [2/2]
◆ ignoreWordInSpellDocument() [1/2]
virtual void WebCore::TextCheckerClient::ignoreWordInSpellDocument |
( |
const String & |
| ) |
|
|
pure virtual |
◆ ignoreWordInSpellDocument() [2/2]
virtual void WebCore::TextCheckerClient::ignoreWordInSpellDocument |
( |
const String & |
| ) |
|
|
pure virtual |
◆ learnWord() [1/2]
virtual void WebCore::TextCheckerClient::learnWord |
( |
const String & |
| ) |
|
|
pure virtual |
◆ learnWord() [2/2]
virtual void WebCore::TextCheckerClient::learnWord |
( |
const String & |
| ) |
|
|
pure virtual |
◆ requestCheckingOfString() [1/2]
◆ requestCheckingOfString() [2/2]
◆ shouldEraseMarkersAfterChangeSelection() [1/2]
virtual bool WebCore::TextCheckerClient::shouldEraseMarkersAfterChangeSelection |
( |
TextCheckingType |
| ) |
const |
|
pure virtual |
◆ shouldEraseMarkersAfterChangeSelection() [2/2]
virtual bool WebCore::TextCheckerClient::shouldEraseMarkersAfterChangeSelection |
( |
TextCheckingType |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file:
- DerivedData/WebKit/Build/Products/Debug/WebCore.framework/Versions/A/PrivateHeaders/TextCheckerClient.h