/Users/ericasadun/Desktop/113Frameworks/Headers/AddressBookUI/ABModel.h

Go to the documentation of this file.
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @class ABUIController, NSLock, NSMutableArray;
00010 
00011 @interface ABModel : NSObject
00012 {
00013     ABUIController *_uiController;
00014     struct __CFArray *_displayedMembers;
00015     NSMutableArray *_displayedGroups;
00016     CDAnonymousStruct1 *_sectionLists;
00017     struct _NSRange _displayedMemberPreparedRange;
00018     unsigned int _numberOfDisplayedMembers;
00019     struct CPRecord *_selectedGroup;
00020     struct CPRecord *_selectedPerson;
00021     int _displayOrdering;
00022     NSMutableArray *_cachedModelRecords;
00023     NSLock *_memberLock;
00024     BOOL _loadingInBackground;
00025     NSLock *_backgroundLoadingLock;
00026     BOOL _backgroundInvalidated;
00027 }
00028 
00029 + (void)initialize;
00030 + (int)sortOrdering;
00031 - (id)initWithUIController:(id)fp8;
00032 - (void)_waitUntilBackgroundThreadFinished;
00033 - (void)dealloc;
00034 - (void)setSortOrdering:(int)fp8;
00035 - (void)setDisplayNameOrdering:(int)fp8;
00036 - (void)resetSectionList;
00037 - (int)displayedMemberSectionListsCount;
00038 - (id)allDisplayedMembers;
00039 - (unsigned int)numberOfDisplayedMembers;
00040 - (id)_createModelRecordFromRecord:(struct CPRecord *)fp8;
00041 - (void)_cachePeople:(struct __CFArray *)fp8 atEnd:(BOOL)fp12;
00042 - (void)_loadMembersInBackground:(id)fp8;
00043 - (void)_startBackgroundThreadIfNecessaryScanningForward:(BOOL)fp8;
00044 - (id)_displayedAllGroupMembersInRange:(struct _NSRange)fp8;
00045 - (id)_displayedSelectedGroupMembersInRange:(struct _NSRange)fp8;
00046 - (id)displayedMembersInRange:(struct _NSRange)fp8;
00047 - (struct CPRecord *)displayedMemberAtIndex:(unsigned int)fp8;
00048 - (void)copyDisplayedNamePieces:(id *)fp8 isGroup:(char *)fp12 highlightIndex:(int *)fp16 forMember:(struct CPRecord **)fp20 atindex:(unsigned int)fp24;
00049 - (CDAnonymousStruct1 *)displayedMemberSectionLists;
00050 - (void)prepareDisplayedMembersInRange:(struct _NSRange)fp8;
00051 - (unsigned int)numberOfDisplayedGroups;
00052 - (id)displayedGroups;
00053 - (struct CPRecord *)displayedGroupAtIndex:(unsigned int)fp8;
00054 - (void)invalidateDisplayedGroups;
00055 - (void)setSelectedPerson:(struct CPRecord *)fp8;
00056 - (struct CPRecord *)selectedPerson;
00057 - (void)setSelectedGroup:(struct CPRecord *)fp8;
00058 - (struct CPRecord *)selectedGroup;
00059 - (void)invalidateDisplayedMembers;
00060 - (void)addRecordToSectionList:(struct CPRecord *)fp8 atIndex:(long)fp12;
00061 - (void)removeRecordFromSectionListAtIndex:(long)fp8;
00062 - (void)modifiedDisplayedMember:(struct CPRecord *)fp8;
00063 - (void)addDisplayedMember:(struct CPRecord *)fp8;
00064 - (void)removeDisplayedMember:(struct CPRecord *)fp8;
00065 
00066 @end
00067 

Generated on Sat Jan 19 15:22:02 2008 for Little Bear 1.1.3 Frameworks by  doxygen 1.5.3