webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
<UIWKInteractionViewProtocol> Protocol Reference

#import <UIKitSPI.h>

Instance Methods

(void- changeSelectionWithGestureAt:withGesture:withState:
 
(void- changeSelectionWithTouchAt:withSelectionTouch:baseIsStart:
 
(void- changeSelectionWithTouchesFrom:to:withGesture:withState:
 
(CGRect- textFirstRect
 
(CGRect- textLastRect
 
(void- requestAutocorrectionContextWithCompletionHandler:
 
(void- requestAutocorrectionRectsForString:withCompletionHandler:
 
(void- applyAutocorrection:toString:withCompletionHandler:
 
(NSString *) - markedText
 
(BOOL- hasMarkedText
 
(BOOL- hasSelectablePositionAtPoint:
 
(BOOL- pointIsInAssistedNode:
 
(NSArray *) - webSelectionRects
 
(void- _cancelLongPressGestureRecognizer
 
(void- changeSelectionWithTouchAt:withSelectionTouch:baseIsStart:withFlags:
 
(void- changeBlockSelectionWithTouchAt:withSelectionTouch:forHandle:
 
(void- clearSelection
 
(void- replaceDictatedText:withText:
 
(void- requestDictationContext:
 
(BOOL- pointIsNearMarkedText:
 
(NSString *) - selectedText
 
(void- replaceText:withText:
 
(void- selectWordForReplacement
 
(BOOL- isReplaceAllowed
 
(void- selectWordBackward
 
(UIView *) - unscaledView
 
(CGFloat- inverseScale
 
(CGRect- unobscuredContentRect
 

Method Documentation

◆ _cancelLongPressGestureRecognizer()

- (void) _cancelLongPressGestureRecognizer

◆ applyAutocorrection:toString:withCompletionHandler:()

- (void) applyAutocorrection: (NSString *)  correction
toString: (NSString *)  input
withCompletionHandler: (void(^)(UIWKAutocorrectionRects *rectsForCorrection))  completionHandler 

◆ changeBlockSelectionWithTouchAt:withSelectionTouch:forHandle:()

- (void) changeBlockSelectionWithTouchAt: (CGPoint point
withSelectionTouch: (UIWKSelectionTouch)  touch
forHandle: (UIWKHandlePosition)  handle 
optional

◆ changeSelectionWithGestureAt:withGesture:withState:()

- (void) changeSelectionWithGestureAt: (CGPoint point
withGesture: (UIWKGestureType)  gestureType
withState: (UIGestureRecognizerState)  state 

◆ changeSelectionWithTouchAt:withSelectionTouch:baseIsStart:()

- (void) changeSelectionWithTouchAt: (CGPoint point
withSelectionTouch: (UIWKSelectionTouch)  touch
baseIsStart: (BOOL baseIsStart 

◆ changeSelectionWithTouchAt:withSelectionTouch:baseIsStart:withFlags:()

- (void) changeSelectionWithTouchAt: (CGPoint point
withSelectionTouch: (UIWKSelectionTouch)  touch
baseIsStart: (BOOL baseIsStart
withFlags: (UIWKSelectionFlags)  flags 
optional

◆ changeSelectionWithTouchesFrom:to:withGesture:withState:()

- (void) changeSelectionWithTouchesFrom: (CGPoint from
to: (CGPoint to
withGesture: (UIWKGestureType)  gestureType
withState: (UIGestureRecognizerState)  gestureState 

◆ clearSelection()

- (void) clearSelection
optional

◆ hasMarkedText()

- (BOOL) hasMarkedText

◆ hasSelectablePositionAtPoint:()

- (BOOL) hasSelectablePositionAtPoint: (CGPoint point

◆ inverseScale()

- (CGFloat) inverseScale
optional

◆ isReplaceAllowed()

- (BOOL) isReplaceAllowed
optional

◆ markedText()

- (NSString *) markedText

◆ pointIsInAssistedNode:()

- (BOOL) pointIsInAssistedNode: (CGPoint point

◆ pointIsNearMarkedText:()

- (BOOL) pointIsNearMarkedText: (CGPoint point
optional

◆ replaceDictatedText:withText:()

- (void) replaceDictatedText: (NSString *)  oldText
withText: (NSString *)  newText 
optional

◆ replaceText:withText:()

- (void) replaceText: (NSString *)  text
withText: (NSString *)  word 
optional

◆ requestAutocorrectionContextWithCompletionHandler:()

- (void) requestAutocorrectionContextWithCompletionHandler: (void(^)(UIWKAutocorrectionContext *autocorrectionContext))  completionHandler

◆ requestAutocorrectionRectsForString:withCompletionHandler:()

- (void) requestAutocorrectionRectsForString: (NSString *)  input
withCompletionHandler: (void(^)(UIWKAutocorrectionRects *rectsForInput))  completionHandler 

◆ requestDictationContext:()

- (void) requestDictationContext: (void(^)(NSString *selectedText, NSString *prefixText, NSString *postfixText))  completionHandler
optional

◆ selectedText()

- (NSString *) selectedText
optional

◆ selectWordBackward()

- (void) selectWordBackward
optional

◆ selectWordForReplacement()

- (void) selectWordForReplacement
optional

◆ textFirstRect()

- (CGRect) textFirstRect

◆ textLastRect()

- (CGRect) textLastRect

◆ unobscuredContentRect()

- (CGRect) unobscuredContentRect
optional

◆ unscaledView()

- (UIView *) unscaledView
optional

◆ webSelectionRects()

- (NSArray *) webSelectionRects

The documentation for this protocol was generated from the following file: