/headers/MessageUI/MailInlineTextAttachment.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "MessageTextAttachment.h"
00008 
00009 @class NSData, NSString;
00010 
00011 @interface MailInlineTextAttachment : MessageTextAttachment
00012 {
00013     NSData *_cachedImageData;
00014     NSString *_cachedMimeType;
00015     struct CGSize _cachedImageSize;
00016     float _constrainedWidth;
00017     unsigned int _numBytes;
00018     unsigned int _isBeingLoaded:1;
00019     unsigned int _cachedDataIsPlaceholder:1;
00020     unsigned int _shouldNotLoadFully:1;
00021 }
00022 
00023 - (void)inlineDisplayData:(id *)fp8 mimeType:(id *)fp12;
00024 - (void)_generateInlineData;
00025 - (void)_setDataDerivedImage:(id)fp8;
00026 - (unsigned int)approximateSize;
00027 - (BOOL)shouldDownloadAttachmentOnDisplay;
00028 - (void)setConstrainedWidth:(float)fp8;
00029 - (float)constrainedWidth;
00030 - (struct CGSize)imageDimensions;
00031 - (void)setFileWrapper:(id)fp8;
00032 - (void)_setImageDimensions:(struct CGSize)fp8;
00033 - (void)_setImageDimensionsFromData:(id)fp8;
00034 - (void)setupForComposition;
00035 - (id)initWithWrapper:(id)fp8 shouldDownload:(BOOL)fp12;
00036 - (id)initWithMimeTextAttachment:(id)fp8 shouldDownload:(BOOL)fp12;
00037 - (BOOL)allowDownload;
00038 - (void)dealloc;
00039 
00040 @end
00041