]> git.saurik.com Git - iphone-api.git/blob - UIKit/UITextView.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UITextView.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 <UIKit/UIScrollView.h>
8
9 #import <UIKit/UITextInputTraits-Protocol.h>
10
11 @class DOMHTMLElement, UIColor, UIDelayedAction, UIFont, UITouch, UIWebDocumentView, WebCoreFrameBridge, WebFrame;
12
13 /*XXX:*/typedef struct {
14 char _field1;
15 union {
16 struct {
17 id _field1;
18 id _field2;
19 } _field1;
20 struct __GSEvent *_field2;
21 } _field2;
22 } CDAnonymousStruct14;
23
24 @interface UITextView : UIScrollView <UITextInputTraits>
25 {
26 WebFrame *m_frame;
27 WebCoreFrameBridge *m_bridge;
28 DOMHTMLElement *m_body;
29 int m_marginTop;
30 UIDelayedAction *m_selectionTimer;
31 UIDelayedAction *m_longPressAction;
32 struct CGPoint m_touchPoint;
33 struct CGPoint m_touchOffset;
34 UITouch *m_syntheticTouch;
35 BOOL m_selecting;
36 BOOL m_handlingMouse;
37 BOOL m_sentMouseDown;
38 BOOL m_passMouseDownToOther;
39 BOOL m_scrollOnMouseUp;
40 UIWebDocumentView *m_webView;
41 UIFont *m_font;
42 UIColor *m_textColor;
43 int m_textAlignment;
44 struct _NSRange m_selectedRange;
45 BOOL m_editable;
46 }
47
48 - (id)initWithFrame:(struct CGRect)fp8;
49 - (id)initWithFrame:(struct CGRect)fp8 webView:(id)fp24;
50 - (id)initWithCoder:(id)fp8;
51 - (void)_populateArchivedSubviews:(id)fp8;
52 - (void)encodeWithCoder:(id)fp8;
53 - (void)commonInitWithWebDocumentView:(id)fp8 isDecoding:(BOOL)fp12;
54 - (void)dealloc;
55 - (void)registerForEditingDelegateNotification:(id)fp8 selector:(SEL)fp12;
56 - (BOOL)_alwaysHandleScrollerMouseEvent;
57 - (struct CGSize)tileSizeForSize:(struct CGSize)fp8;
58 - (id)styleString;
59 - (void)recalculateStyle;
60 - (void)didMoveToSuperview;
61 - (void)updateWebViewObjects;
62 - (BOOL)becomeFirstResponder;
63 - (BOOL)resignFirstResponder;
64 - (BOOL)canBecomeFirstResponder;
65 - (BOOL)canResignFirstResponder;
66 - (void)ensureSelection;
67 - (struct CGPoint)constrainedPoint:(struct CGPoint)fp8;
68 - (void)textLoupeTimerAction;
69 - (id)_syntheticTouch;
70 - (void)callSuperTouchBegan:(CDAnonymousStruct14 *)fp8;
71 - (void)callSuperTouchMoved:(CDAnonymousStruct14 *)fp8;
72 - (void)callSuperTouchEnded:(CDAnonymousStruct14 *)fp8;
73 - (void)touchBegan:(CDAnonymousStruct14 *)fp8 atLocation:(struct CGPoint)fp12;
74 - (void)touchMoved:(CDAnonymousStruct14 *)fp8 atLocation:(struct CGPoint)fp12;
75 - (void)touchEnded:(CDAnonymousStruct14 *)fp8 atLocation:(struct CGPoint)fp12 loupeActive:(BOOL)fp20 loupeTerminalPoint:(struct CGPoint)fp24;
76 - (void)touchesBegan:(id)fp8 withEvent:(id)fp12;
77 - (void)touchesMoved:(id)fp8 withEvent:(id)fp12;
78 - (void)touchesEnded:(id)fp8 withEvent:(id)fp12;
79 - (void)touchesCancelled:(id)fp8 withEvent:(id)fp12;
80 - (id)hitTest:(struct CGPoint)fp8 withEvent:(id)fp16;
81 - (void)mouseDown:(struct __GSEvent *)fp8;
82 - (void)mouseDragged:(struct __GSEvent *)fp8;
83 - (void)mouseUp:(struct __GSEvent *)fp8;
84 #if 1 // iPhoneOS 3.x
85 - (void)insertText:(id)fp8;
86 #endif
87 - (void)scrollRectToVisible:(struct CGRect)fp8 animated:(BOOL)fp24;
88 - (void)webViewDidChange:(id)fp8;
89 - (void)performBecomeEditableTasks;
90 - (void)setFrame:(struct CGRect)fp8;
91 - (void)setSelectionWithPoint:(struct CGPoint)fp8;
92 - (void)setSelectionToStart;
93 - (void)setSelectionToEnd;
94 - (struct CGRect)rectForSelection:(struct _NSRange)fp8;
95 - (void)scrollToMakeCaretVisible:(BOOL)fp8;
96 - (void)setContentToHTMLString:(id)fp8;
97 - (id)contentAsHTMLString;
98 - (id)textInputTraits;
99 - (void)forwardInvocation:(id)fp8;
100 - (id)methodSignatureForSelector:(SEL)fp8;
101 - (id)font;
102 - (void)setFont:(id)fp8;
103 - (id)textColor;
104 - (void)setTextColor:(id)fp8;
105 - (BOOL)hasText;
106 - (id)text;
107 - (void)setText:(id)fp8;
108 - (int)textAlignment;
109 - (void)setTextAlignment:(int)fp8;
110 - (struct _NSRange)selectedRange;
111 - (void)setSelectedRange:(struct _NSRange)fp8;
112 - (BOOL)isEditable;
113 - (void)setEditable:(BOOL)fp8;
114 - (int)marginTop;
115 - (void)setMarginTop:(int)fp8;
116 - (struct CGRect)visibleRect;
117 - (struct CGRect)visibleTextRect;
118 - (id)webView;
119 - (void)scrollRangeToVisible:(struct _NSRange)fp8;
120 - (BOOL)keyboardInput:(id)fp8 shouldReplaceTextInRange:(struct _NSRange)fp12 replacementText:(id)fp20;
121 - (BOOL)keyboardInput:(id)fp8 shouldInsertText:(id)fp12 isMarkedText:(BOOL)fp16;
122 - (BOOL)keyboardInputShouldDelete:(id)fp8;
123 - (BOOL)keyboardInputChanged:(id)fp8;
124 - (void)keyboardInputChangedSelection:(id)fp8;
125 - (id)keyboardInputOverlayContainer:(id)fp8;
126 - (int)keyboardInput:(id)fp8 positionForAutocorrection:(id)fp12;
127 - (void)setBottomBufferHeight:(float)fp8;
128 - (float)bottomBufferHeight;
129 - (void)setShowScrollerIndicators:(BOOL)fp8;
130 - (BOOL)showScrollerIndicators;
131 - (void)displayScrollerIndicators;
132 - (void)setOffset:(struct CGPoint)fp8;
133 - (struct CGPoint)offset;
134 - (void)setAllowsRubberBanding:(BOOL)fp8;
135 - (void)setScrollingEnabled:(BOOL)fp8;
136 - (BOOL)scrollingEnabled;
137 - (void)setAllowsFourWayRubberBanding:(BOOL)fp8;
138 - (void)setScrollerIndicatorSubrect:(struct CGRect)fp8;
139
140 @end
141