]> git.saurik.com Git - iphone-api.git/blame - AddressBookUI/ABNewContactView.h
Added UISystemFont*.
[iphone-api.git] / AddressBookUI / ABNewContactView.h
CommitLineData
2cd8f71b
JF
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 "UIView.h"
8
9@class ABCardController, ABCardTableController, ABEditorController, ABImagePickerController, ABRingtonePicker, NSString, UINavigationBar, UIPreferencesTable, UITransitionView;
10
11@interface ABNewContactView : UIView
12{
13 UITransitionView *_fullTransitionView;
14 UIView *_mainFullView;
15 UINavigationBar *_navBar;
16 UITransitionView *_contentTransitionView;
17 UIView *_currentPicker;
18 UIPreferencesTable *_cardTable;
19 ABCardTableController *_cardTableController;
20 ABCardController *_cardController;
21 NSString *_contactPropertyInsertionValue;
22 NSString *_label;
23 int _contactPropertyID;
24 id _delegate;
25 int _displayedAuxType;
26 void *_addressBook;
27 void *_person;
28 ABEditorController *_editorController;
29 ABImagePickerController *_imagePickerController;
30 ABRingtonePicker *_ringtonePicker;
31}
32
33- (id)initWithFrame:(struct CGRect)fp8 person:(void *)fp24 addressBook:(void *)fp28 updateNavigationBar:(BOOL)fp32;
34- (id)initWithFrame:(struct CGRect)fp8 person:(void *)fp24 addressBook:(void *)fp28;
35- (id)initWithFrame:(struct CGRect)fp8 insertionValue:(id)fp24 contactProperty:(int)fp28 suggestedFirstName:(id)fp32 suggestedLastName:(id)fp36 addressBook:(void *)fp40 store:(void *)fp44;
36- (id)initWithFrame:(struct CGRect)fp8 insertionValue:(id)fp24 contactProperty:(int)fp28 suggestedFirstName:(id)fp32 suggestedLastName:(id)fp36 addressBook:(void *)fp40;
37- (void)dealloc;
38- (void)setDelegate:(id)fp8;
39- (void)suspend;
40- (id)value;
41- (id)peoplePicker;
42- (void)animateToCardView:(id)fp8 withNavigationBar:(id)fp12 buttonBar:(id)fp16 context:(id)fp20;
43- (void)animationDidStop:(id)fp8 finished:(id)fp12 context:(CDAnonymousStruct1 *)fp16;
44- (void)_buildUI;
45- (id)viewForAuxilaryViewType:(int)fp8;
46- (id)viewForAuxilaryViewType:(int)fp8 withFrame:(struct CGRect)fp12 context:(id)fp28;
47- (void)_setInsertionValue:(id)fp8 contactProperty:(int)fp12;
48- (void)_setSuggestedFirstName:(id)fp8 suggestedLastName:(id)fp12;
49- (BOOL)allFieldsHaveData;
50- (void)transitionViewDidComplete:(id)fp8;
51- (struct CGSize)fullScreenContentSize;
52- (void)showEditorForItems:(id)fp8 navTitle:(id)fp12 displayMode:(int)fp16 isNameParts:(BOOL)fp20 isNew:(BOOL)fp24;
53- (void)editingFieldChanged;
54- (void)cardController:(id)fp8 deletedProperty:(int)fp12 withIdentifier:(int)fp16;
55- (BOOL)allowsCardEditing;
56- (void)showPropertyPicker:(id)fp8 navTitle:(id)fp12 displayMode:(int)fp16;
57- (void)_cancel:(id)fp8;
58- (void)_save:(id)fp8;
59- (void)updateRightButtonEnabledState;
60- (void)updateNavigationBar;
61- (void)navigationBar:(id)fp8 buttonClicked:(int)fp12;
62- (void)navigationBar:(id)fp8 poppedItem:(id)fp12;
63- (id)itemLabelPicker;
64- (void)itemLabelPickerListChanged:(id)fp8;
65- (void)toggleItemLabelEditing;
66- (void)showLabelEditorForItem:(id)fp8 additionalLabels:(id)fp12 property:(int)fp16;
67- (void)itemLabelPicker:(id)fp8 endedWithSelectionConfirmed:(BOOL)fp12 animate:(BOOL)fp16;
68- (id)itemLabelPickerPresentSimpleTextInputLayerWithContext:(id)fp8;
69- (void)itemLabelPicker:(id)fp8 dismissSimpleTextInputLayer:(id)fp12;
70- (id)countryCodePicker;
71- (void)showCountryCodeEditorForItem:(id)fp8;
72- (void)countryCodePicker:(id)fp8 endedWithSelectionConfirmed:(BOOL)fp12 animate:(BOOL)fp16;
73- (id)cardController;
74- (void *)selectedPerson;
75- (id)imagePickerController;
76- (void)imagePickerWillBeShown:(id)fp8;
77- (void)imagePickerFinishedShowing:(id)fp8;
78- (void)showImageMenu;
79- (void)imagePickerWillBeRemoved:(id)fp8;
80- (void)tearDownImagePickerController;
81- (void)imagePicker:(id)fp8 pickedPhoto:(id)fp12;
82- (id)ringtonePicker;
83- (void)showRingtonePicker;
84
85@end
86