/Users/ericasadun/Desktop/113Frameworks/Headers/AddressBookUI/ABMembersController.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 <AddressBookUI/ABContentController.h>
00008 
00009 @class NSMutableArray;
00010 
00011 @interface ABMembersController : ABContentController
00012 {
00013     NSMutableArray *_afterTransitionSublayers;
00014     NSMutableArray *_flipTransitionSublayers;
00015     unsigned int _foldIndex;
00016     _Bool _pendingSorting;
00017     unsigned int _cellsCreated;
00018 }
00019 
00020 - (void)dealloc;
00021 - (id)contentView;
00022 - (void)playClick;
00023 - (void)foldNext;
00024 - (void)flipToNewSorting:(int)fp8;
00025 - (void)transitionViewDidComplete:(id)fp8;
00026 - (void)segmentedControl:(id)fp8 selectedSegmentChanged:(int)fp12;
00027 - (void)stopScrolling;
00028 - (BOOL)scrollMemberVisible:(struct CPRecord *)fp8;
00029 - (unsigned int)cellsCreated;
00030 - (void)setCellsCreated:(unsigned int)fp8;
00031 - (id)selectedCell;
00032 - (void)displayedMembersListChanged;
00033 - (int)numberOfSectionsInSectionList:(id)fp8;
00034 - (id)sectionList:(id)fp8 titleForSection:(int)fp12;
00035 - (int)sectionList:(id)fp8 rowForSection:(int)fp12;
00036 - (int)numberOfRowsInTable:(id)fp8;
00037 - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16 reusing:(id)fp20;
00038 - (void)table:(id)fp8 willDisplayRowsInRange:(struct _NSRange)fp12;
00039 - (struct CGPoint)scroller:(id)fp8 adjustSmoothScrollEnd:(struct CGPoint)fp12 velocity:(struct CGSize)fp20;
00040 - (BOOL)table:(id)fp8 showDisclosureForRow:(int)fp12;
00041 - (void)tableSelectionDidChange:(id)fp8;
00042 
00043 @end
00044 

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