ComposeRecipient Klassenreferenz

#import <ComposeRecipient.h>

Abgeleitet von NSObject.

Basisklasse für MailComposeRecipient und SMSComposeRecipient.

Aufstellung aller Elemente


Ö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

Ausführliche Beschreibung

Definiert in Zeile 11 der Datei ComposeRecipient.h.


Dokumentation der Elementfunktionen

+ (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 

+ (int) _recipientABProperty  

- (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  

- (id) uncommentedAddress  


Dokumentation der Datenelemente

- (int) _identifier [protected]

Definiert in Zeile 13 der Datei ComposeRecipient.h.

- (int) _uid [protected]

Definiert in Zeile 14 der Datei ComposeRecipient.h.

- (NSString*) _address [protected]

Definiert in Zeile 15 der Datei ComposeRecipient.h.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: