webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebEditorClient Class Referencefinal

#include <WebEditorClient.h>

Inheritance diagram for WebEditorClient:
WebCore::EditorClient WebCore::TextCheckerClient WebCore::EditorClient WebCore::TextCheckerClient

Public Member Functions

 WebEditorClient (WebView *)
 
virtual ~WebEditorClient ()
 
void didCheckSucceed (int sequence, NSArray *results)
 
 WebEditorClient (WebView *)
 
 ~WebEditorClient ()
 
- Public Member Functions inherited from WebCore::EditorClient
virtual ~EditorClient ()
 
virtual void getClientPasteboardDataForRange (Range *, Vector< String > &pasteboardTypes, Vector< RefPtr< SharedBuffer >> &pasteboardData)=0
 
virtual void requestCandidatesForSelection (const VisibleSelection &)
 
virtual void handleAcceptedCandidateWithSoftSpaces (TextCheckingResult)
 
virtual bool supportsGlobalSelection ()
 
virtual ~EditorClient ()
 
virtual void getClientPasteboardDataForRange (Range *, Vector< String > &pasteboardTypes, Vector< RefPtr< SharedBuffer >> &pasteboardData)=0
 
virtual void requestCandidatesForSelection (const VisibleSelection &)
 
virtual void handleAcceptedCandidateWithSoftSpaces (TextCheckingResult)
 
virtual bool supportsGlobalSelection ()
 
- Public Member Functions inherited from WebCore::TextCheckerClient
virtual ~TextCheckerClient ()
 
virtual void checkSpellingOfString (StringView, int *misspellingLocation, int *misspellingLength)=0
 
virtual void checkGrammarOfString (StringView, Vector< GrammarDetail > &, int *badGrammarLocation, int *badGrammarLength)=0
 
virtual ~TextCheckerClient ()
 
virtual void checkSpellingOfString (StringView, int *misspellingLocation, int *misspellingLength)=0
 
virtual void checkGrammarOfString (StringView, Vector< GrammarDetail > &, int *badGrammarLocation, int *badGrammarLength)=0
 

Constructor & Destructor Documentation

◆ WebEditorClient() [1/2]

WebEditorClient::WebEditorClient ( WebView webView)

◆ ~WebEditorClient() [1/2]

WebEditorClient::~WebEditorClient ( )
virtual

◆ WebEditorClient() [2/2]

WebEditorClient::WebEditorClient ( WebView )

◆ ~WebEditorClient() [2/2]

WebEditorClient::~WebEditorClient ( )

Member Function Documentation

◆ didCheckSucceed()

void WebEditorClient::didCheckSucceed ( int  sequence,
NSArray results 
)

The documentation for this class was generated from the following files: