]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIKeyboardInput-Protocol.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIKeyboardInput-Protocol.h
diff --git a/UIKit/UIKeyboardInput-Protocol.h b/UIKit/UIKeyboardInput-Protocol.h
new file mode 100644 (file)
index 0000000..e98344a
--- /dev/null
@@ -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 <UIKit/UITextInputTraits-Protocol.h>
+#import "UITextInputTraits_Private-Protocol.h"
+
+@protocol UIKeyboardInput <UITextInputTraits, UITextInputTraits_Private>
+- (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
+