]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIDefaultKeyboardInput.h
Added UISystemFont*.
[iphone-api.git] / UIKit / UIDefaultKeyboardInput.h
CommitLineData
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/UIView.h>
8
9#import "UIKeyboardInput-Protocol.h"
10
11@class UITextInputTraits;
12
13@interface UIDefaultKeyboardInput : UIView <UIKeyboardInput>
14{
15 UITextInputTraits *m_traits;
16}
17
18- (void)dealloc;
19- (id)textInputTraits;
20- (void)forwardInvocation:(id)fp8;
21- (id)methodSignatureForSelector:(SEL)fp8;
22- (void)takeTraitsFrom:(id)fp8;
23- (id)delegate;
24- (void)deleteBackward;
25- (void)insertText:(id)fp8;
26- (void)replaceCurrentWordWithText:(id)fp8;
27- (void)setMarkedText:(id)fp8;
28- (void)confirmMarkedText:(id)fp8;
29- (id)markedText;
30- (unsigned short)characterInRelationToCaretSelection:(int)fp8;
31- (unsigned short)characterBeforeCaretSelection;
32- (unsigned short)characterAfterCaretSelection;
33- (id)fontForCaretSelection;
34- (id)textColorForCaretSelection;
35- (struct CGRect)autocorrectionRect;
36- (struct CGRect)rectForNSRange:(struct _NSRange)fp8;
37- (struct CGRect)rectContainingCaretSelection;
38- (id)wordRangeContainingCaretSelection;
39- (id)wordContainingCaretSelection;
40- (id)wordInRange:(id)fp8;
41- (void)expandSelectionToStartOfWordContainingCaretSelection;
42- (int)wordOffsetInRange:(id)fp8;
43- (BOOL)spaceFollowsWordInRange:(id)fp8;
44- (id)previousNGrams:(unsigned int)fp8;
45- (BOOL)hasText;
46- (BOOL)hasSelection;
47- (BOOL)selectionAtDocumentStart;
48- (BOOL)selectionAtSentenceStart;
49- (BOOL)selectionAtWordStart;
50- (BOOL)rangeAtSentenceStart:(id)fp8;
51- (struct _NSRange)selectionRange;
52- (id)selectedDOMRange;
53- (void)setSelectedDOMRange:(id)fp8 affinityDownstream:(BOOL)fp12;
54- (id)rangeByMovingCurrentSelection:(int)fp8;
55- (id)rangeByExtendingCurrentSelection:(int)fp8;
56- (void)markCurrentWordForAutoCorrection:(id)fp8 correction:(id)fp12;
57- (void)moveBackward:(unsigned int)fp8;
58- (void)moveForward:(unsigned int)fp8;
59- (void)selectAll;
60- (void)setText:(id)fp8;
61- (id)text;
62- (void)updateSelectionWithPoint:(struct CGPoint)fp8;
63- (void)setCaretChangeListener:(id)fp8;
64- (struct CGRect)caretRect;
65- (struct CGRect)convertCaretRect:(struct CGRect)fp8;
66- (id)keyboardInputView;
67- (BOOL)isShowingPlaceholder;
68- (void)setupPlaceholderTextIfNeeded;
69- (id)editingDelegate;
70- (void)setEditingDelegate:(id)fp8;
71- (BOOL)isSecure;
72- (void)setSecure:(BOOL)fp8;
73- (BOOL)isProxyFor:(id)fp8;
74
75@end
76