00001
00002
00003
00004
00005
00006
00007 #import "UIWebView.h"
00008
00009 @class DOMHTMLDocument, DOMHTMLElement, GenericAttachmentStore, NSMutableArray;
00010
00011 @interface ComposeBodyField : UIWebView
00012 {
00013 DOMHTMLElement *_body;
00014 DOMHTMLDocument *_document;
00015 DOMHTMLElement *_blockquote;
00016 struct CGSize _originalSize;
00017 struct CGSize _layoutSize;
00018 unsigned int _isDirty:1;
00019 unsigned int _forwardingNotification:1;
00020 unsigned int _replaceAttachments:1;
00021 unsigned int _isLoading:1;
00022 NSMutableArray *_contentToAppend;
00023 struct _NSRange _rangeToSelect;
00024 GenericAttachmentStore *_attachmentStore;
00025 }
00026
00027 - (float)contentWidth;
00028 - (id)initWithFrame:(struct CGRect)fp8;
00029 - (void)dealloc;
00030 - (void)setDirty:(BOOL)fp8;
00031 - (BOOL)isDirty;
00032 - (void)ensureSelection;
00033 - (struct _NSRange)selectedRange;
00034 - (void)setSelectedRange:(struct _NSRange)fp8;
00035 - (void)setLayoutInterval:(double)fp8;
00036 - (void)replaceImages;
00037 - (void)webView:(id)fp8 didFinishLoadForFrame:(id)fp12;
00038 - (void)setAttachmentStore:(id)fp8;
00039 - (void)setReplaceAttachmentsWithFilename:(BOOL)fp8;
00040 - (void)webViewDidChange:(id)fp8;
00041 - (void)_finishedLoadingURLRequest:(id)fp8 success:(BOOL)fp12;
00042 - (void)webView:(id)fp8 resource:(id)fp12 didFinishLoadingFromDataSource:(id)fp16;
00043 - (void)webView:(id)fp8 resource:(id)fp12 didFailLoadingWithError:(id)fp16 fromDataSource:(id)fp20;
00044 - (id)webView:(id)fp8 identifierForInitialRequest:(id)fp12 fromDataSource:(id)fp16;
00045 - (BOOL)webView:(id)fp8 shouldDeleteDOMRange:(id)fp12;
00046 - (BOOL)webView:(id)fp8 shouldInsertText:(id)fp12 replacingDOMRange:(id)fp16 givenAction:(int)fp20;
00047 - (void)setPinHeight:(float)fp8;
00048 - (void)setFrame:(struct CGRect)fp8;
00049 - (BOOL)endEditing:(BOOL)fp8;
00050 - (void)setLoading:(BOOL)fp8;
00051 - (void)setMarkupString:(id)fp8;
00052 - (void)addMarkupString:(id)fp8 quote:(BOOL)fp12 baseURL:(id)fp16 emptyFirst:(BOOL)fp20 prepended:(BOOL)fp24;
00053 - (void)prependMarkupString:(id)fp8 quote:(BOOL)fp12 baseURL:(id)fp16 emptyFirst:(BOOL)fp20;
00054 - (void)appendMarkupString:(id)fp8 quote:(BOOL)fp12;
00055 - (void)setMarkupString:(id)fp8 baseURL:(id)fp12 quote:(BOOL)fp16;
00056 - (void)appendQuotedMarkupString:(id)fp8 baseURL:(id)fp12;
00057 - (void)prependString:(id)fp8;
00058 - (void)prependMarkupString:(id)fp8 quote:(BOOL)fp12;
00059 - (BOOL)containsRichText;
00060 - (id)plainTextAlternative;
00061 - (id)plainTextContentWithAttachmentSource:(id)fp8;
00062 - (void)htmlString:(id *)fp8 otherHtmlStringsAndAttachments:(id *)fp12 withAttachmentSource:(id)fp16;
00063 - (void)webViewDidBeginEditing:(id)fp8;
00064 - (void)webViewDidEndEditing:(id)fp8;
00065 - (id)htmlString;
00066 - (struct CGRect)rectOfElementWithID:(id)fp8;
00067
00068 @end
00069