#import <MailInlineTextAttachment.h>
Abgeleitet von MessageTextAttachment.
Öffentliche Methoden | |
| (void) | - inlineDisplayData:mimeType: |
| (void) | - _generateInlineData |
| (void) | - _setDataDerivedImage: |
| (unsigned int) | - approximateSize |
| (BOOL) | - shouldDownloadAttachmentOnDisplay |
| (void) | - setConstrainedWidth: |
| (float) | - constrainedWidth |
| (struct CGSize) | - imageDimensions |
| (void) | - setFileWrapper: |
| (void) | - _setImageDimensions: |
| (void) | - _setImageDimensionsFromData: |
| (void) | - setupForComposition |
| (id) | - initWithWrapper:shouldDownload: |
| (id) | - initWithMimeTextAttachment:shouldDownload: |
| (BOOL) | - allowDownload |
| (void) | - dealloc |
Geschützte Attribute | |
| NSData * | _cachedImageData |
| NSString * | _cachedMimeType |
| struct CGSize | _cachedImageSize |
| float | _constrainedWidth |
| unsigned int | _numBytes |
| unsigned int | _isBeingLoaded:1 |
| unsigned int | _cachedDataIsPlaceholder:1 |
| unsigned int | _shouldNotLoadFully:1 |
Definiert in Zeile 11 der Datei MailInlineTextAttachment.h.
| - (void) inlineDisplayData: | (id *) | fp8 | ||
| mimeType: | (id *) | fp12 | ||
Implementiert MessageTextAttachment.
| - (void) _generateInlineData |
| - (void) _setDataDerivedImage: | (id) | fp8 |
| - (unsigned int) approximateSize |
Implementiert MessageTextAttachment.
| - (BOOL) shouldDownloadAttachmentOnDisplay |
Implementiert MessageTextAttachment.
| - (void) setConstrainedWidth: | (float) | fp8 |
| - (float) constrainedWidth |
| - (struct CGSize) imageDimensions |
| - (void) setFileWrapper: | (id) | fp8 |
Implementiert MessageTextAttachment.
| - (void) _setImageDimensions: | (struct CGSize) | fp8 |
| - (void) _setImageDimensionsFromData: | (id) | fp8 |
| - (void) setupForComposition |
| - (id) initWithWrapper: | (id) | fp8 | ||
| shouldDownload: | (BOOL) | fp12 | ||
| - (id) initWithMimeTextAttachment: | (id) | fp8 | ||
| shouldDownload: | (BOOL) | fp12 | ||
| - (BOOL) allowDownload |
Implementiert MessageTextAttachment.
| - (void) dealloc |
Implementiert MessageTextAttachment.
- (NSData*) _cachedImageData [protected] |
Definiert in Zeile 13 der Datei MailInlineTextAttachment.h.
- (NSString*) _cachedMimeType [protected] |
Definiert in Zeile 14 der Datei MailInlineTextAttachment.h.
- (struct CGSize) _cachedImageSize [read, protected] |
Definiert in Zeile 15 der Datei MailInlineTextAttachment.h.
- (float) _constrainedWidth [protected] |
Definiert in Zeile 16 der Datei MailInlineTextAttachment.h.
- (unsigned int) _numBytes [protected] |
Definiert in Zeile 17 der Datei MailInlineTextAttachment.h.
- (unsigned int) _isBeingLoaded [protected] |
Definiert in Zeile 18 der Datei MailInlineTextAttachment.h.
- (unsigned int) _cachedDataIsPlaceholder [protected] |
Definiert in Zeile 19 der Datei MailInlineTextAttachment.h.
- (unsigned int) _shouldNotLoadFully [protected] |
Definiert in Zeile 20 der Datei MailInlineTextAttachment.h.