#import <ABFavoritesList.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (void) | - _initializeList |
| (id) | - init |
| (void) | - dealloc |
| (void) | - _scheduleSave |
| (id) | - entries |
| (BOOL) | - isFull |
| (id) | - entriesForPerson: |
| (id) | - entryWithIdentifier:forPerson: |
| (BOOL) | - containsEntryWithIdentifier:forPerson: |
| (BOOL) | - addEntryForPerson:property:withIdentifier: |
| (void) | - _addEntryToMap: |
| (void) | - _removeEntryFromMap:withUid: |
| (void) | - _entryIdentityChanged: |
| (void) | - _postChangeNotification |
| (void) | - _listChangedExternally |
| (void) | - addEntry: |
| (void) | - removeEntryAtIndex: |
| (void) | - moveEntryAtIndex:toIndex: |
| (BOOL) | - _writeFavoritesToFile: |
| (void) | - save |
| (void) | - recacheIdentitiesSoon |
| (void) | - _delayedLookup |
| (BOOL) | - entryIsDuplicateAndThusRemoved:oldUid: |
Öffentliche, statische Methoden | |
| (id) | + sharedInstance |
Geschützte Attribute | |
| NSMutableArray * | _list |
| struct __CFDictionary * | _uidToEntry |
| struct { | |
| unsigned int dirty:1 | |
| unsigned int postCount:1 | |
| unsigned int needsReload:1 | |
| unsigned int unused:29 | |
| } | _flags |
Definiert in Zeile 11 der Datei ABFavoritesList.h.
| + (id) sharedInstance |
| - (void) _initializeList |
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (void) _scheduleSave |
| - (id) entries |
| - (BOOL) isFull |
| - (id) entriesForPerson: | (struct CPRecord *) | fp8 |
| - (id) entryWithIdentifier: | (int) | fp8 | ||
| forPerson: | (struct CPRecord *) | fp12 | ||
| - (BOOL) containsEntryWithIdentifier: | (int) | fp8 | ||
| forPerson: | (struct CPRecord *) | fp12 | ||
| - (BOOL) addEntryForPerson: | (struct CPRecord *) | fp8 | ||
| property: | (int) | fp12 | ||
| withIdentifier: | (int) | fp16 | ||
| - (void) _addEntryToMap: | (id) | fp8 |
| - (void) _removeEntryFromMap: | (id) | fp8 | ||
| withUid: | (int) | fp12 | ||
| - (void) _entryIdentityChanged: | (id) | fp8 |
| - (void) _postChangeNotification |
| - (void) _listChangedExternally |
| - (void) addEntry: | (id) | fp8 |
| - (void) removeEntryAtIndex: | (int) | fp8 |
| - (void) moveEntryAtIndex: | (int) | fp8 | ||
| toIndex: | (int) | fp12 | ||
| - (BOOL) _writeFavoritesToFile: | (id) | fp8 |
| - (void) save |
| - (void) recacheIdentitiesSoon |
| - (void) _delayedLookup |
| - (BOOL) entryIsDuplicateAndThusRemoved: | (id) | fp8 | ||
| oldUid: | (int) | fp12 | ||
- (NSMutableArray*) _list [protected] |
Definiert in Zeile 13 der Datei ABFavoritesList.h.
- (struct __CFDictionary*) _uidToEntry [read, protected] |
Definiert in Zeile 14 der Datei ABFavoritesList.h.
- (unsigned int) dirty [protected] |
Definiert in Zeile 16 der Datei ABFavoritesList.h.
- (unsigned int) postCount [protected] |
Definiert in Zeile 17 der Datei ABFavoritesList.h.
- (unsigned int) needsReload [protected] |
Definiert in Zeile 18 der Datei ABFavoritesList.h.
- (unsigned int) unused [protected] |
Definiert in Zeile 19 der Datei ABFavoritesList.h.
struct { ... } ABFavoritesList::_flags [protected] |