]> git.saurik.com Git - iphone-api.git/blob - UIKit/DOMNode-UIWebViewTextEditingAdditions.h
Minor commit for Optimo.
[iphone-api.git] / UIKit / DOMNode-UIWebViewTextEditingAdditions.h
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 "DOMNode.h"
8
9 @interface DOMNode (UIWebViewTextEditingAdditions)
10 - (void)takeTraitsFrom:(id)fp8;
11 - (BOOL)isSecure;
12 - (id)textInputTraits;
13 - (void)setSecure:(BOOL)fp8;
14 - (BOOL)isProxyFor:(id)fp8;
15 - (BOOL)requiresKeyEvents;
16 - (void)handleKeyEvent:(struct __GSEvent *)fp8;
17 - (struct __CFCharacterSet *)textTrimmingSet;
18 - (void)setTextTrimmingSet:(struct __CFCharacterSet *)fp8;
19 - (void)deleteBackward;
20 - (void)insertText:(id)fp8;
21 - (unsigned short)characterInRelationToCaretSelection:(int)fp8;
22 - (unsigned short)characterBeforeCaretSelection;
23 - (void)setMarkedText:(id)fp8;
24 - (void)confirmMarkedText:(id)fp8;
25 - (struct CGRect)rectForNSRange:(struct _NSRange)fp8;
26 - (id)markedText;
27 - (void)replaceCurrentWordWithText:(id)fp8;
28 - (unsigned short)characterAfterCaretSelection;
29 - (void *)fontForCaretSelection;
30 - (id)textColorForCaretSelection;
31 - (struct CGRect)autocorrectionRect;
32 - (struct CGRect)rectContainingCaretSelection;
33 - (id)wordRangeContainingCaretSelection;
34 - (id)wordContainingCaretSelection;
35 - (id)wordInRange:(id)fp8;
36 - (void)expandSelectionToStartOfWordContainingCaretSelection;
37 - (int)wordOffsetInRange:(id)fp8;
38 - (BOOL)spaceFollowsWordInRange:(id)fp8;
39 - (id)previousNGrams:(unsigned int)fp8;
40 - (struct _NSRange)selectionRange;
41 - (id)selectedDOMRange;
42 - (void)setSelectedDOMRange:(id)fp8 affinityDownstream:(BOOL)fp12;
43 - (id)rangeByMovingCurrentSelection:(int)fp8;
44 - (id)rangeByExtendingCurrentSelection:(int)fp8;
45 - (BOOL)hasSelection;
46 - (BOOL)selectionAtDocumentStart;
47 - (BOOL)selectionAtSentenceStart;
48 - (BOOL)selectionAtWordStart;
49 - (BOOL)rangeAtSentenceStart:(id)fp8;
50 - (void)markCurrentWordForAutoCorrection:(id)fp8 correction:(id)fp12;
51 - (void)moveBackward:(unsigned int)fp8;
52 - (void)moveForward:(unsigned int)fp8;
53 - (void)selectAll;
54 - (void)setText:(id)fp8;
55 - (id)text;
56 - (void)updateSelectionWithPoint:(struct CGPoint)fp8;
57 - (void)setCaretChangeListener:(id)fp8;
58 - (struct CGRect)caretRect;
59 - (struct CGRect)convertCaretRect:(struct CGRect)fp8;
60 - (id)keyboardInputView;
61 - (BOOL)isShowingPlaceholder;
62 - (id)textSuggestionDelegate;
63 - (void)setTextSuggestionDelegate:(id)fp8;
64 - (BOOL)contentsIsSingleValue;
65 - (void)setContentsIsSingleValue:(BOOL)fp8;
66 - (int)textLoupeVisibility;
67 - (void)setTextLoupeVisibility:(int)fp8;
68 - (int)returnKeyType;
69 - (void)setReturnKeyType:(int)fp8;
70 - (int)initialSelectionBehavior;
71 - (void)setInitialSelectionBehavior:(int)fp8;
72 - (id)editingDelegate;
73 - (void)setEditingDelegate:(id)fp8;
74 - (id)keyboardInputOverlayContainer:(id)fp8;
75 - (id)automaticallySelectedOverlay;
76 - (void)autoscrollTimerFired:(id)fp8;
77 - (struct CGPoint)constrainedPoint:(struct CGPoint)fp8;
78 @end
79