#import <ComposeRecipient.h>
Abgeleitet von NSObject.
Basisklasse für MailComposeRecipient und SMSComposeRecipient.
Öffentliche Methoden | |
| (id) | - initWithRecord:identifier:address: |
| (struct CPRecord *) | - record |
| (id) | - address |
| (id) | - commentedAddress |
| (id) | - label |
| (void) | - setAddress: |
| (int) | - identifier |
| (id) | - copyWithZone: |
| (void) | - dealloc |
| (id) | - displayString |
| (id) | - uncommentedAddress |
Öffentliche, statische Methoden | |
| (id) | + recipientWithAddress: |
| (id) | + recipientWithRecord:identifier: |
| (id) | + _abFindAddressForRecord:identifier: |
| (struct CPRecord *) | + _abFindRecordForAddress:identifier:uniqueID: |
| (int) | + _recipientABProperty |
Geschützte Attribute | |
| int | _identifier |
| int | _uid |
| NSString * | _address |
Definiert in Zeile 11 der Datei ComposeRecipient.h.
| + (id) recipientWithAddress: | (id) | fp8 |
| + (id) recipientWithRecord: | (struct CPRecord *) | fp8 | ||
| identifier: | (int) | fp12 | ||
| + (id) _abFindAddressForRecord: | (struct CPRecord *) | fp8 | ||
| identifier: | (int) | fp12 | ||
| + (struct CPRecord *) _abFindRecordForAddress: | (id) | fp8 | ||
| identifier: | (int *) | fp12 | ||
| uniqueID: | (int *) | fp16 | ||
Implementiert in MailComposeRecipient und SMSComposeRecipient.
| + (int) _recipientABProperty |
Implementiert in MailComposeRecipient und SMSComposeRecipient.
| - (id) initWithRecord: | (struct CPRecord *) | fp8 | ||
| identifier: | (int) | fp12 | ||
| address: | (id) | fp16 | ||
| - (struct CPRecord *) record |
| - (id) address |
Implementiert in SMSComposeRecipient.
| - (id) commentedAddress |
| - (id) label |
| - (void) setAddress: | (id) | fp8 |
| - (int) identifier |
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
| - (void) dealloc |
Implementiert NSObject.
| - (id) displayString |
Implementiert in MailComposeRecipient und SMSComposeRecipient.
| - (id) uncommentedAddress |
Implementiert in MailComposeRecipient und SMSComposeRecipient.
- (int) _identifier [protected] |
Definiert in Zeile 13 der Datei ComposeRecipient.h.
- (int) _uid [protected] |
Definiert in Zeile 14 der Datei ComposeRecipient.h.
Definiert in Zeile 15 der Datei ComposeRecipient.h.