#import <ABModel.h>
Abgeleitet von NSObject.
Definiert in Zeile 11 der Datei ABModel.h.
| + (void) initialize |
Implementiert NSObject.
| + (int) sortOrdering |
| - (id) initWithUIController: | (id) | fp8 |
| - (void) _waitUntilBackgroundThreadFinished |
| - (void) dealloc |
Implementiert NSObject.
| - (void) setSortOrdering: | (int) | fp8 |
| - (void) setDisplayNameOrdering: | (int) | fp8 |
| - (void) resetSectionList |
| - (int) displayedMemberSectionListsCount |
| - (id) allDisplayedMembers |
| - (unsigned int) numberOfDisplayedMembers |
| - (id) _createModelRecordFromRecord: | (struct CPRecord *) | fp8 |
| - (void) _cachePeople: | (struct __CFArray *) | fp8 | ||
| atEnd: | (BOOL) | fp12 | ||
| - (void) _loadMembersInBackground: | (id) | fp8 |
| - (void) _startBackgroundThreadIfNecessaryScanningForward: | (BOOL) | fp8 |
| - (id) _displayedAllGroupMembersInRange: | (struct _NSRange) | fp8 |
| - (id) _displayedSelectedGroupMembersInRange: | (struct _NSRange) | fp8 |
| - (id) displayedMembersInRange: | (struct _NSRange) | fp8 |
| - (struct CPRecord *) displayedMemberAtIndex: | (unsigned int) | fp8 |
| - (void) copyDisplayedNamePieces: | (id *) | fp8 | ||
| isGroup: | (char *) | fp12 | ||
| highlightIndex: | (int *) | fp16 | ||
| forMember: | (struct CPRecord **) | fp20 | ||
| atindex: | (unsigned int) | fp24 | ||
| - (CDAnonymousStruct1 *) displayedMemberSectionLists |
| - (void) prepareDisplayedMembersInRange: | (struct _NSRange) | fp8 |
| - (unsigned int) numberOfDisplayedGroups |
| - (id) displayedGroups |
| - (struct CPRecord *) displayedGroupAtIndex: | (unsigned int) | fp8 |
| - (void) invalidateDisplayedGroups |
| - (void) setSelectedPerson: | (struct CPRecord *) | fp8 |
| - (struct CPRecord *) selectedPerson |
| - (void) setSelectedGroup: | (struct CPRecord *) | fp8 |
| - (struct CPRecord *) selectedGroup |
| - (void) invalidateDisplayedMembers |
| - (void) addRecordToSectionList: | (struct CPRecord *) | fp8 | ||
| atIndex: | (long) | fp12 | ||
| - (void) removeRecordFromSectionListAtIndex: | (long) | fp8 |
| - (void) modifiedDisplayedMember: | (struct CPRecord *) | fp8 |
| - (void) addDisplayedMember: | (struct CPRecord *) | fp8 |
| - (void) removeDisplayedMember: | (struct CPRecord *) | fp8 |
- (ABUIController*) _uiController [protected] |
- (struct __CFArray*) _displayedMembers [read, protected] |
- (NSMutableArray*) _displayedGroups [protected] |
- (CDAnonymousStruct1*) _sectionLists [protected] |
- (struct _NSRange) _displayedMemberPreparedRange [read, protected] |
- (unsigned int) _numberOfDisplayedMembers [protected] |
- (struct CPRecord*) _selectedGroup [read, protected] |
- (struct CPRecord*) _selectedPerson [read, protected] |
- (int) _displayOrdering [protected] |
- (NSMutableArray*) _cachedModelRecords [protected] |
- (NSLock*) _memberLock [protected] |
- (BOOL) _loadingInBackground [protected] |
- (NSLock*) _backgroundLoadingLock [protected] |
- (BOOL) _backgroundInvalidated [protected] |