X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/UIKeyboardInput-Protocol.h?ds=inline diff --git a/UIKit/UIKeyboardInput-Protocol.h b/UIKit/UIKeyboardInput-Protocol.h new file mode 100644 index 0000000..e98344a --- /dev/null +++ b/UIKit/UIKeyboardInput-Protocol.h @@ -0,0 +1,60 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import +#import "UITextInputTraits_Private-Protocol.h" + +@protocol UIKeyboardInput +- (id)delegate; +- (id)textInputTraits; +- (BOOL)hasText; +- (BOOL)hasSelection; +- (BOOL)isProxyFor:(id)fp8; +- (BOOL)isShowingPlaceholder; +- (BOOL)rangeAtSentenceStart:(id)fp8; +- (BOOL)selectionAtDocumentStart; +- (BOOL)selectionAtSentenceStart; +- (BOOL)selectionAtWordStart; +- (BOOL)spaceFollowsWordInRange:(id)fp8; +- (struct CGRect)autocorrectionRect; +- (struct CGRect)caretRect; +- (struct CGRect)convertCaretRect:(struct CGRect)fp8; +- (struct CGRect)rectContainingCaretSelection; +- (struct CGRect)rectForNSRange:(struct _NSRange)fp8; +- (id)wordRangeContainingCaretSelection; +- (int)wordOffsetInRange:(id)fp8; +- (id)previousNGrams:(unsigned int)fp8; +- (struct _NSRange)selectionRange; +- (id)selectedDOMRange; +- (void)setSelectedDOMRange:(id)fp8 affinityDownstream:(BOOL)fp12; +- (id)rangeByMovingCurrentSelection:(int)fp8; +- (id)rangeByExtendingCurrentSelection:(int)fp8; +- (id)markedText; +- (id)text; +- (id)wordContainingCaretSelection; +- (id)wordInRange:(id)fp8; +- (id)textColorForCaretSelection; +- (id)fontForCaretSelection; +- (id)keyboardInputView; +- (unsigned short)characterAfterCaretSelection; +- (unsigned short)characterBeforeCaretSelection; +- (unsigned short)characterInRelationToCaretSelection:(int)fp8; +- (void)deleteBackward; +- (void)expandSelectionToStartOfWordContainingCaretSelection; +- (void)insertText:(id)fp8; +- (void)markCurrentWordForAutoCorrection:(id)fp8 correction:(id)fp12; +- (void)moveBackward:(unsigned int)fp8; +- (void)moveForward:(unsigned int)fp8; +- (void)replaceCurrentWordWithText:(id)fp8; +- (void)selectAll; +- (void)setCaretChangeListener:(id)fp8; +- (void)setMarkedText:(id)fp8; +- (void)confirmMarkedText:(id)fp8; +- (void)setText:(id)fp8; +- (void)setupPlaceholderTextIfNeeded; +- (void)updateSelectionWithPoint:(struct CGPoint)fp8; +@end +