]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABMembersController.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / AddressBookUI / ABMembersController.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <AddressBookUI/ABContentController.h>
8
9 #import "ABSearchHelperDelegate-Protocol.h"
10 #import "UITableViewDataSource-Protocol.h"
11 #import "UITableViewDelegate-Protocol.h"
12 #import "UITextFieldDelegate-Protocol.h"
13
14 @class ABBannerView, ABSearchHelper, NSMutableArray, NSString, UIView;
15
16 @interface ABMembersController : ABContentController <UITextFieldDelegate, UITableViewDelegate, UITableViewDataSource, ABSearchHelperDelegate>
17 {
18 NSMutableArray *_afterTransitionSublayers;
19 NSMutableArray *_flipTransitionSublayers;
20 unsigned int _foldIndex;
21 BOOL _pendingSorting;
22 unsigned int _cellsCreated;
23 unsigned int _memberCount;
24 UIView *_tableAccessoryView;
25 NSMutableArray *_sectionIndexTitles;
26 struct __CFDictionary *_sectionHeaderToSortingIndex;
27 ABSearchHelper *_searchHelper;
28 ABBannerView *_bannerView;
29 NSString *_bannerTitle;
30 NSString *_bannerValue;
31 id <ABMembersControllerDelegate> _membersControllerDelegate;
32 BOOL _showingCardFromSearch;
33 BOOL _loadedFromPhoneCall;
34 void *_selectedPersonFromSearch;
35 }
36
37 - (void)dealloc;
38 - (void)setMembersControllerDelegate:(id)fp8;
39 - (BOOL)isSearching;
40 - (BOOL)shouldShowIndex;
41 - (id)tableView;
42 - (id)contentView;
43 - (void)playClick;
44 - (void)foldNext;
45 - (void)flipToNewSorting:(unsigned int)fp8;
46 - (void)transitionViewDidComplete:(id)fp8;
47 - (void)segmentedControl:(id)fp8 selectedSegmentChanged:(int)fp12;
48 - (void)stopScrolling;
49 - (void)scrollTableViewToSearchField:(id)fp8 animated:(BOOL)fp12;
50 - (void)scrollTableViewToSearchFieldIfNotAlreadyScrolled;
51 - (BOOL)scrollMemberVisible:(void *)fp8;
52 - (void)restoreScrollPosition;
53 - (void)saveScrollPosition;
54 - (void)loadState;
55 - (void)viewWillAppear:(BOOL)fp8;
56 - (void)viewWillDisappear:(BOOL)fp8;
57 - (void)deselectAllRowsWithAnimation:(BOOL)fp8;
58 - (unsigned int)cellsCreated;
59 - (void)setCellsCreated:(unsigned int)fp8;
60 - (id)selectedCell;
61 - (id)accessoryView;
62 - (void)relayoutAccessoryView;
63 - (void)setAllowsSearching:(BOOL)fp8;
64 - (void)cancelSearchingAnimated:(BOOL)fp8;
65 - (void)cancelSearching:(id)fp8;
66 - (void)searchHelperWillStartSearching:(id)fp8;
67 - (void)searchHelperWillEndSearching:(id)fp8;
68 - (id)navigationBarTitleWithModel:(id)fp8 searchResults:(struct __CFArray *)fp12;
69 - (id)navigationBarTitleWithModel:(id)fp8;
70 - (void)searchHelper:(id)fp8 didSelectSearchResults:(struct __CFArray *)fp12;
71 - (void)searchHelper:(id)fp8 didSelectPerson:(void *)fp12 withSearchResults:(struct __CFArray *)fp16;
72 - (float)tableView:(id)fp8 heightForHeaderInSection:(int)fp12;
73 - (void)setBannerTitle:(id)fp8 value:(id)fp12;
74 - (void)displayedMembersListChanged;
75 - (id)tableView:(id)fp8 cellForRowAtIndexPath:(id)fp12;
76 - (void)showCardForPerson:(void *)fp8 animated:(BOOL)fp12;
77 - (void)tableView:(id)fp8 didSelectRowAtIndexPath:(id)fp12;
78 - (int)tableView:(id)fp8 numberOfRowsInSection:(int)fp12;
79 - (int)numberOfSectionsInTableView:(id)fp8;
80 - (id)tableView:(id)fp8 titleForHeaderInSection:(int)fp12;
81 - (id)sectionIndexTitlesForTableView:(id)fp8;
82 - (struct __CFDictionary *)sectionHeaderSortingIndices;
83 - (int)tableView:(id)fp8 sectionForSectionIndexTitle:(id)fp12 atIndex:(int)fp16;
84 - (struct CGPoint)scroller:(id)fp8 adjustSmoothScrollEnd:(struct CGPoint)fp12 velocity:(struct CGSize)fp20;
85 - (void)_setSearchingEnabled:(BOOL)fp8;
86 - (void)_enableSearching;
87 - (void)_updateNoContactsView;
88 - (void)_updateCountString;
89 - (void)_deselectAllRowsWithAnimation;
90
91 @end
92