]>
Commit | Line | Data |
---|---|---|
434ac614 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 "UIWebDocumentView.h" | |
8 | ||
9 | @class DOMHTMLDocument, DOMHTMLElement, GenericAttachmentStore, NSMutableArray; | |
10 | ||
11 | @interface ComposeBodyField : UIWebDocumentView | |
12 | { | |
13 | DOMHTMLElement *_body; | |
14 | DOMHTMLDocument *_document; | |
15 | DOMHTMLElement *_blockquote; | |
16 | struct CGSize _originalSize; | |
17 | struct CGSize _layoutSize; | |
18 | unsigned int _isDirty:1; | |
19 | unsigned int _forwardingNotification:1; | |
20 | unsigned int _replaceAttachments:1; | |
21 | unsigned int _isLoading:1; | |
22 | NSMutableArray *_contentToAppend; | |
23 | struct _NSRange _rangeToSelect; | |
24 | GenericAttachmentStore *_attachmentStore; | |
25 | } | |
26 | ||
27 | - (float)contentWidth; | |
28 | - (id)initWithFrame:(struct CGRect)fp8; | |
29 | - (void)dealloc; | |
30 | - (void)setDirty:(BOOL)fp8; | |
31 | - (BOOL)isDirty; | |
32 | - (BOOL)becomeFirstResponder; | |
33 | - (void)ensureSelectionVisible; | |
34 | - (void)ensureSelection; | |
35 | - (struct _NSRange)selectedRange; | |
36 | - (void)setSelectedRange:(struct _NSRange)fp8; | |
37 | - (void)setLayoutInterval:(int)fp8; | |
38 | - (void)replaceImages; | |
39 | - (void)webView:(id)fp8 didFinishLoadForFrame:(id)fp12; | |
40 | - (void)setAttachmentStore:(id)fp8; | |
41 | - (void)setReplaceAttachmentsWithFilename:(BOOL)fp8; | |
42 | - (void)webViewDidChange:(id)fp8; | |
43 | - (void)_finishedLoadingURLRequest:(id)fp8 success:(BOOL)fp12; | |
44 | - (void)webView:(id)fp8 resource:(id)fp12 didFinishLoadingFromDataSource:(id)fp16; | |
45 | - (void)webView:(id)fp8 resource:(id)fp12 didFailLoadingWithError:(id)fp16 fromDataSource:(id)fp20; | |
46 | - (id)webView:(id)fp8 identifierForInitialRequest:(id)fp12 fromDataSource:(id)fp16; | |
47 | - (BOOL)webView:(id)fp8 shouldDeleteDOMRange:(id)fp12; | |
48 | - (BOOL)webView:(id)fp8 shouldInsertText:(id)fp12 replacingDOMRange:(id)fp16 givenAction:(int)fp20; | |
49 | - (void)setPinHeight:(float)fp8; | |
50 | - (void)setFrame:(struct CGRect)fp8; | |
51 | - (BOOL)endEditing:(BOOL)fp8; | |
52 | - (void)setLoading:(BOOL)fp8; | |
53 | - (void)setMarkupString:(id)fp8; | |
54 | - (void)addMarkupString:(id)fp8 quote:(BOOL)fp12 baseURL:(id)fp16 emptyFirst:(BOOL)fp20 prepended:(BOOL)fp24; | |
55 | - (void)prependMarkupString:(id)fp8 quote:(BOOL)fp12 baseURL:(id)fp16 emptyFirst:(BOOL)fp20; | |
56 | - (void)appendMarkupString:(id)fp8 quote:(BOOL)fp12; | |
57 | - (void)setMarkupString:(id)fp8 baseURL:(id)fp12 quote:(BOOL)fp16; | |
58 | - (void)appendQuotedMarkupString:(id)fp8 baseURL:(id)fp12; | |
59 | - (void)prependString:(id)fp8; | |
60 | - (void)prependMarkupString:(id)fp8 quote:(BOOL)fp12; | |
61 | - (BOOL)containsRichText; | |
62 | - (id)plainTextAlternative; | |
63 | - (id)plainTextContentWithAttachmentSource:(id)fp8; | |
64 | - (void)htmlString:(id *)fp8 otherHtmlStringsAndAttachments:(id *)fp12 withAttachmentSource:(id)fp16; | |
65 | - (void)webViewDidBeginEditing:(id)fp8; | |
66 | - (void)webViewDidEndEditing:(id)fp8; | |
67 | - (id)htmlString; | |
68 | - (struct CGRect)rectOfElementWithID:(id)fp8; | |
69 | ||
70 | @end | |
71 |