]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <UIKit/UITextInputTraits-Protocol.h> | |
8 | #import "UITextInputTraits_Private-Protocol.h" | |
9 | ||
10 | @protocol UIKeyboardInput <UITextInputTraits, UITextInputTraits_Private> | |
11 | - (id)delegate; | |
12 | - (id)textInputTraits; | |
13 | - (BOOL)hasText; | |
14 | - (BOOL)hasSelection; | |
15 | - (BOOL)isProxyFor:(id)fp8; | |
16 | - (BOOL)isShowingPlaceholder; | |
17 | - (BOOL)rangeAtSentenceStart:(id)fp8; | |
18 | - (BOOL)selectionAtDocumentStart; | |
19 | - (BOOL)selectionAtSentenceStart; | |
20 | - (BOOL)selectionAtWordStart; | |
21 | - (BOOL)spaceFollowsWordInRange:(id)fp8; | |
22 | - (struct CGRect)autocorrectionRect; | |
23 | - (struct CGRect)caretRect; | |
24 | - (struct CGRect)convertCaretRect:(struct CGRect)fp8; | |
25 | - (struct CGRect)rectContainingCaretSelection; | |
26 | - (struct CGRect)rectForNSRange:(struct _NSRange)fp8; | |
27 | - (id)wordRangeContainingCaretSelection; | |
28 | - (int)wordOffsetInRange:(id)fp8; | |
29 | - (id)previousNGrams:(unsigned int)fp8; | |
30 | - (struct _NSRange)selectionRange; | |
31 | - (id)selectedDOMRange; | |
32 | - (void)setSelectedDOMRange:(id)fp8 affinityDownstream:(BOOL)fp12; | |
33 | - (id)rangeByMovingCurrentSelection:(int)fp8; | |
34 | - (id)rangeByExtendingCurrentSelection:(int)fp8; | |
35 | - (id)markedText; | |
36 | - (id)text; | |
37 | - (id)wordContainingCaretSelection; | |
38 | - (id)wordInRange:(id)fp8; | |
39 | - (id)textColorForCaretSelection; | |
40 | - (id)fontForCaretSelection; | |
41 | - (id)keyboardInputView; | |
42 | - (unsigned short)characterAfterCaretSelection; | |
43 | - (unsigned short)characterBeforeCaretSelection; | |
44 | - (unsigned short)characterInRelationToCaretSelection:(int)fp8; | |
45 | - (void)deleteBackward; | |
46 | - (void)expandSelectionToStartOfWordContainingCaretSelection; | |
47 | - (void)insertText:(id)fp8; | |
48 | - (void)markCurrentWordForAutoCorrection:(id)fp8 correction:(id)fp12; | |
49 | - (void)moveBackward:(unsigned int)fp8; | |
50 | - (void)moveForward:(unsigned int)fp8; | |
51 | - (void)replaceCurrentWordWithText:(id)fp8; | |
52 | - (void)selectAll; | |
53 | - (void)setCaretChangeListener:(id)fp8; | |
54 | - (void)setMarkedText:(id)fp8; | |
55 | - (void)confirmMarkedText:(id)fp8; | |
56 | - (void)setText:(id)fp8; | |
57 | - (void)setupPlaceholderTextIfNeeded; | |
58 | - (void)updateSelectionWithPoint:(struct CGPoint)fp8; | |
59 | @end | |
60 |