2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIScroller.h>
9 #import <UIKit/UITextInputTraits-Protocol.h>
11 @
class DOMHTMLElement
, UIColor
, UIDelayedAction
, UIFont
, UIView
, UIWebDocumentView
, WebCoreFrameBridge
, WebFrame
;
13 @interface UITextViewLegacy
: UIScroller
<UITextInputTraits
>
16 WebCoreFrameBridge
*m_bridge
;
17 DOMHTMLElement
*m_body
;
19 UIDelayedAction
*m_selectionTimer
;
20 UIView
*m_topAccessoryView
;
21 UIDelayedAction
*m_longPressAction
;
22 struct CGPoint m_mouseDownPoint
;
23 struct CGPoint m_mouseDownOffset
;
24 void *m_mouseDownEvent
;
28 BOOL m_passMouseDownToOther
;
29 BOOL m_scrollOnMouseUp
;
30 BOOL m_clearsSelectionOnBecomingFirstResponder
;
31 UIWebDocumentView
*m_webView
;
35 struct _NSRange m_selectedRange
;
39 - (id
)initWithFrame
:(struct CGRect
)fp8
;
40 - (id
)initWithFrame
:(struct CGRect
)fp8 webView
:(id
)fp24
;
43 - (void)registerForEditingDelegateNotification
:(id
)fp8 selector
:(SEL
)fp12
;
44 - (struct CGSize
)tileSizeForSize
:(struct CGSize
)fp8
;
46 - (void)recalculateStyle
;
47 - (void)updateWebViewObjects
;
48 - (BOOL
)becomeFirstResponder
;
49 - (BOOL
)resignFirstResponder
;
50 - (BOOL
)canBecomeFirstResponder
;
51 - (BOOL
)canResignFirstResponder
;
52 - (void)ensureSelection
;
53 - (struct CGPoint
)constrainedPoint
:(struct CGPoint
)fp8
;
54 - (BOOL
)pointInTopAccessoryView
:(struct CGPoint
)fp8
;
55 - (void)textLoupeTimerAction
;
56 - (id
)hitTest
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;
57 - (void)mouseDown
:(struct __GSEvent
*)fp8
;
58 - (void)mouseDragged
:(struct __GSEvent
*)fp8
;
59 - (void)mouseUp
:(struct __GSEvent
*)fp8
;
60 - (void)scrollRectToVisible
:(struct CGRect
)fp8 animated
:(BOOL
)fp24
;
61 - (void)webViewDidChange
:(id
)fp8
;
62 - (void)viewDidMoveToSuperview
;
63 - (void)performBecomeEditableTasks
;
64 - (void)setFrame
:(struct CGRect
)fp8
;
65 - (void)setSelectionWithPoint
:(struct CGPoint
)fp8
;
66 - (void)setSelectionToStart
;
67 - (void)setSelectionToEnd
;
68 - (struct CGRect
)rectForSelection
:(struct _NSRange
)fp8
;
69 - (void)scrollToMakeCaretVisible
:(BOOL
)fp8
;
70 - (void)setContentToHTMLString
:(id
)fp8
;
71 - (id
)contentAsHTMLString
;
72 - (id
)textInputTraits
;
73 - (void)forwardInvocation
:(id
)fp8
;
74 - (id
)methodSignatureForSelector
:(SEL
)fp8
;
76 - (void)setFont
:(id
)fp8
;
78 - (void)setTextColor
:(id
)fp8
;
81 - (void)setText
:(id
)fp8
;
83 - (void)setTextAlignment
:(int)fp8
;
84 - (struct _NSRange
)selectedRange
;
85 - (void)setSelectedRange
:(struct _NSRange
)fp8
;
87 - (void)setEditable
:(BOOL
)fp8
;
88 - (id
)topAccessoryView
;
89 - (void)setTopAccessoryView
:(id
)fp8
;
91 - (void)setMarginTop
:(int)fp8
;
92 - (struct CGRect
)visibleRect
;
93 - (struct CGRect
)visibleTextRect
;
96 - (void)scrollRangeToVisible
:(struct _NSRange
)fp8
;
97 - (BOOL
)keyboardInput
:(id
)fp8 shouldInsertText
:(id
)fp12 isMarkedText
:(BOOL
)fp16
;
98 - (BOOL
)keyboardInputShouldDelete
:(id
)fp8
;
99 - (BOOL
)keyboardInputChanged
:(id
)fp8
;
100 - (void)keyboardInputChangedSelection
:(id
)fp8
;
101 - (id
)keyboardInputOverlayContainer
:(id
)fp8
;
102 - (int)keyboardInput
:(id
)fp8 positionForAutocorrection
:(id
)fp12
;