#import <ABModelRecord.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithRecord:highlightIndex:group:namePieces: |
| (void) | - dealloc |
| (struct CPRecord *) | - record |
| (long) | - highlightIndex |
| (BOOL) | - isGroup |
| (id) | - namePieces |
Geschützte Attribute | |
| struct CPRecord * | _record |
| int | _highlightIndex |
| BOOL | _isGroup |
| NSArray * | _namePieces |
Definiert in Zeile 11 der Datei ABModelRecord.h.
| - (id) initWithRecord: | (struct CPRecord *) | fp8 | ||
| highlightIndex: | (long) | fp12 | ||
| group: | (BOOL) | fp16 | ||
| namePieces: | (id) | fp20 | ||
| - (void) dealloc |
Implementiert NSObject.
| - (struct CPRecord *) record |
| - (long) highlightIndex |
| - (BOOL) isGroup |
| - (id) namePieces |
- (struct CPRecord*) _record [read, protected] |
Definiert in Zeile 13 der Datei ABModelRecord.h.
- (int) _highlightIndex [protected] |
Definiert in Zeile 14 der Datei ABModelRecord.h.
- (BOOL) _isGroup [protected] |
Definiert in Zeile 15 der Datei ABModelRecord.h.
- (NSArray*) _namePieces [protected] |
Definiert in Zeile 16 der Datei ABModelRecord.h.