#import <GenericAttachmentStore.h>
Abgeleitet von WebAttachmentSource.
Öffentliche Methoden | |
| (void) | - dealloc |
| (void) | - addAttachment: |
| (void) | - removeAttachmentsForURLs: |
| (id) | - attachmentForURL: |
| (id) | - attachments |
| (void) | - setPriority: |
| (int) | - priority |
Geschützte Attribute | |
| NSMutableDictionary * | _attachmentsByURL |
| int | _priority |
Definiert in Zeile 11 der Datei GenericAttachmentStore.h.
| - (void) dealloc |
Implementiert WebAttachmentSource.
| - (void) addAttachment: | (id) | fp8 |
| - (void) removeAttachmentsForURLs: | (id) | fp8 |
| - (id) attachmentForURL: | (id) | fp8 |
Implementiert WebAttachmentSource.
| - (id) attachments |
| - (void) setPriority: | (int) | fp8 |
| - (int) priority |
- (NSMutableDictionary*) _attachmentsByURL [protected] |
Definiert in Zeile 13 der Datei GenericAttachmentStore.h.
- (int) _priority [protected] |
Definiert in Zeile 14 der Datei GenericAttachmentStore.h.