]>
Commit | Line | Data |
---|---|---|
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/UIScroller.h> | |
8 | ||
9 | #import <UIKit/UITextInputTraits-Protocol.h> | |
10 | ||
11 | @class DOMHTMLElement, UIColor, UIDelayedAction, UIFont, UIView, UIWebDocumentView, WebCoreFrameBridge, WebFrame; | |
12 | ||
13 | @interface UITextViewLegacy : UIScroller <UITextInputTraits> | |
14 | { | |
15 | WebFrame *m_frame; | |
16 | WebCoreFrameBridge *m_bridge; | |
17 | DOMHTMLElement *m_body; | |
18 | int m_marginTop; | |
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; | |
25 | BOOL m_selecting; | |
26 | BOOL m_handlingMouse; | |
27 | BOOL m_sentMouseDown; | |
28 | BOOL m_passMouseDownToOther; | |
29 | BOOL m_scrollOnMouseUp; | |
30 | BOOL m_clearsSelectionOnBecomingFirstResponder; | |
31 | UIWebDocumentView *m_webView; | |
32 | UIFont *m_font; | |
33 | UIColor *m_textColor; | |
34 | int m_textAlignment; | |
35 | struct _NSRange m_selectedRange; | |
36 | BOOL m_editable; | |
37 | } | |
38 | ||
39 | - (id)initWithFrame:(struct CGRect)fp8; | |
40 | - (id)initWithFrame:(struct CGRect)fp8 webView:(id)fp24; | |
41 | - (void)commonInit; | |
42 | - (void)dealloc; | |
43 | - (void)registerForEditingDelegateNotification:(id)fp8 selector:(SEL)fp12; | |
44 | - (struct CGSize)tileSizeForSize:(struct CGSize)fp8; | |
45 | - (id)styleString; | |
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; | |
75 | - (id)font; | |
76 | - (void)setFont:(id)fp8; | |
77 | - (id)textColor; | |
78 | - (void)setTextColor:(id)fp8; | |
79 | - (BOOL)hasText; | |
80 | - (id)text; | |
81 | - (void)setText:(id)fp8; | |
82 | - (int)textAlignment; | |
83 | - (void)setTextAlignment:(int)fp8; | |
84 | - (struct _NSRange)selectedRange; | |
85 | - (void)setSelectedRange:(struct _NSRange)fp8; | |
86 | - (BOOL)isEditable; | |
87 | - (void)setEditable:(BOOL)fp8; | |
88 | - (id)topAccessoryView; | |
89 | - (void)setTopAccessoryView:(id)fp8; | |
90 | - (int)marginTop; | |
91 | - (void)setMarginTop:(int)fp8; | |
92 | - (struct CGRect)visibleRect; | |
93 | - (struct CGRect)visibleTextRect; | |
94 | - (id)webView; | |
95 | - (id)_scriptingInfo; | |
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; | |
103 | ||
104 | @end | |
105 |