]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABPersonViewControllerHelper.h
Adding numerous class dumps.
[iphone-api.git] / AddressBookUI / ABPersonViewControllerHelper.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 "NSObject.h"
8
9 #import "ABNewPersonViewControllerDelegate-Protocol.h"
10 #import "ABPeoplePickerNavigationControllerDelegate-Protocol.h"
11
12 @class ABModel, NSArray, NSString, UIViewController;
13
14 @interface ABPersonViewControllerHelper : NSObject <ABNewPersonViewControllerDelegate, ABPeoplePickerNavigationControllerDelegate>
15 {
16 UIViewController *_viewController;
17 id _imagePicker;
18 id _deletionDelegate;
19 BOOL _animatedRight;
20 BOOL _automaticallySetEditing;
21 BOOL _allowsCardEditing;
22 BOOL _showsCancelButton;
23 void *_addressBook;
24 void *_displayedPerson;
25 int _highlightedValueProperty;
26 int _highlightedValueIdentifier;
27 BOOL _highlightedValueIsImportant;
28 NSArray *_dates;
29 NSString *_datesMessageFormat;
30 struct __CFDictionary *_valueByProperty;
31 ABModel *_model;
32 }
33
34 - (id)initWithViewController:(id)fp8;
35 - (void)dealloc;
36 - (void *)addressBook;
37 - (void)setAddressBook:(void *)fp8;
38 - (void *)displayedPerson;
39 - (void)setDisplayedPerson:(void *)fp8;
40 - (void)setStringValue:(id)fp8 forProperty:(int)fp12;
41 - (void)reloadData;
42 - (id)viewForAlertSheet;
43 - (void)pushViewController:(id)fp8;
44 - (void)prepareCardViewer:(id)fp8 withDisplayedProperties:(struct __CFArray *)fp12 person:(void *)fp16 allowActions:(BOOL)fp20;
45 - (void)loadUnknownViewWithPerson:(void *)fp8 allowActions:(BOOL)fp12 allowAddingToAddressBook:(BOOL)fp16;
46 - (void)loadViewWithDisplayedProperties:(struct __CFArray *)fp8 person:(void *)fp12 allowDeletion:(BOOL)fp16 allowActions:(BOOL)fp20;
47 - (void)cancel:(id)fp8;
48 - (void)viewWillAppear:(BOOL)fp8;
49 - (BOOL)canHandleSnapbackIdentifier:(id)fp8 animated:(BOOL)fp12;
50 - (void)setEditing:(BOOL)fp8 animated:(BOOL)fp12;
51 - (void)showEditorForItems:(id)fp8 navTitle:(id)fp12 displayMode:(int)fp16 isNameParts:(BOOL)fp20 isNew:(BOOL)fp24;
52 - (void)showRingtonePicker;
53 - (void)showPropertyPicker:(id)fp8 navTitle:(id)fp12 displayMode:(int)fp16;
54 - (void)cardViewer:(id)fp8 selectedPerson:(void *)fp12 property:(int)fp16 identifier:(int)fp20;
55 - (void)cardViewer:(id)fp8 presentActionsSheet:(id)fp12;
56 - (void)cardViewer:(id)fp8 dismissActionsSheet:(id)fp12;
57 - (void)remove;
58 - (void)removeRecord:(void *)fp8;
59 - (void)deleteSheet:(id)fp8 clickedButtonAtIndex:(int)fp12;
60 - (void *)selectedPerson;
61 - (id)cardController;
62 - (void)imagePickerWillBeShown:(id)fp8;
63 - (void)imagePickerFinishedShowing:(id)fp8;
64 - (void)imagePickerWillBeRemoved:(id)fp8;
65 - (void)imagePicker:(id)fp8 pickedPhoto:(id)fp12;
66 - (void)tearDownImagePickerController;
67 - (void)showImageMenu;
68 - (void)imagePicker:(id)fp8 presentAlertSheet:(id)fp12;
69 - (void)imagePicker:(id)fp8 dismissAlertSheet:(id)fp12;
70 - (void)presentNewContactViewControllerForUnknownPersonCardViewer:(id)fp8;
71 - (void)newPersonViewController:(id)fp8 didCompleteWithNewPerson:(void *)fp12;
72 - (void)presentPeoplePickerNavigationControllerForUnknownPersonCardViewer:(id)fp8;
73 - (BOOL)peoplePickerNavigationController:(id)fp8 shouldShowCardForPerson:(void *)fp12;
74 - (BOOL)peoplePickerNavigationController:(id)fp8 shouldShowInsertEditorForPerson:(void *)fp12 insertProperty:(int *)fp16 copyInsertValue:(id *)fp20 copyInsertLabel:(id *)fp24;
75 - (void)peoplePickerNavigationControllerDidCancel:(id)fp8;
76 - (BOOL)peoplePickerNavigationController:(id)fp8 shouldDismissAfterInsertEditorConfirmed:(BOOL)fp12 withPerson:(void *)fp16;
77 - (BOOL)peoplePickerNavigationController:(id)fp8 shouldContinueAfterSelectingPerson:(void *)fp12;
78 - (BOOL)peoplePickerNavigationController:(id)fp8 shouldContinueAfterSelectingPerson:(void *)fp12 property:(int)fp16 identifier:(int)fp20;
79 - (id)model;
80 - (void)setModel:(id)fp8;
81 - (BOOL)showsCancelButton;
82 - (void)setShowsCancelButton:(BOOL)fp8;
83 - (BOOL)allowsCardEditing;
84 - (void)setAllowsCardEditing:(BOOL)fp8;
85 - (id)datesMessageFormat;
86 - (void)setDatesMessageFormat:(id)fp8;
87 - (id)dates;
88 - (void)setDates:(id)fp8;
89 - (BOOL)highlightedValueIsImportant;
90 - (void)setHighlightedValueIsImportant:(BOOL)fp8;
91 - (int)highlightedValueIdentifier;
92 - (void)setHighlightedValueIdentifier:(int)fp8;
93 - (int)highlightedValueProperty;
94 - (void)setHighlightedValueProperty:(int)fp8;
95 - (BOOL)automaticallySetEditing;
96 - (void)setAutomaticallySetEditing:(BOOL)fp8;
97
98 @end
99