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 "UIView.h" 00008 00009 @class ABCardController, ABCardTableController, ABEditorController, ABImagePickerController, ABRingtonePicker, NSString, UINavigationBar, UIPreferencesTable, UITransitionView; 00010 00011 @interface ABNewContactView : UIView 00012 { 00013 UITransitionView *_fullTransitionView; 00014 UIView *_mainFullView; 00015 UINavigationBar *_navBar; 00016 UITransitionView *_contentTransitionView; 00017 UIView *_currentPicker; 00018 UIPreferencesTable *_cardTable; 00019 ABCardTableController *_cardTableController; 00020 ABCardController *_cardController; 00021 NSString *_contactPropertyInsertionValue; 00022 NSString *_label; 00023 int _contactPropertyID; 00024 id _delegate; 00025 int _displayedAuxType; 00026 struct CPRecord *_person; 00027 ABEditorController *_editorController; 00028 ABImagePickerController *_imagePickerController; 00029 ABRingtonePicker *_ringtonePicker; 00030 } 00031 00032 - (id)initWithFrame:(struct CGRect)fp8 person:(struct CPRecord *)fp24 updateNavigationBar:(BOOL)fp28; 00033 - (id)initWithFrame:(struct CGRect)fp8 person:(struct CPRecord *)fp24; 00034 - (id)initWithFrame:(struct CGRect)fp8 insertionValue:(id)fp24 contactProperty:(int)fp28 suggestedFirstName:(id)fp32 suggestedLastName:(id)fp36; 00035 - (void)dealloc; 00036 - (void)setDelegate:(id)fp8; 00037 - (void)suspend; 00038 - (id)value; 00039 - (id)peoplePicker; 00040 - (void)animateToCardView:(id)fp8 withNavigationBar:(id)fp12 buttonBar:(id)fp16 context:(id)fp20; 00041 - (void)animationDidStop:(id)fp8 finished:(id)fp12 context:(CDAnonymousStruct2 *)fp16; 00042 - (void)_buildUI; 00043 - (id)viewForAuxilaryViewType:(int)fp8; 00044 - (id)viewForAuxilaryViewType:(int)fp8 withFrame:(struct CGRect)fp12 context:(id)fp28; 00045 - (void)_setInsertionValue:(id)fp8 contactProperty:(int)fp12; 00046 - (void)_setSuggestedFirstName:(id)fp8 suggestedLastName:(id)fp12; 00047 - (BOOL)allFieldsHaveData; 00048 - (void)transitionViewDidComplete:(id)fp8; 00049 - (struct CGSize)fullScreenContentSize; 00050 - (void)showEditorForItems:(id)fp8 navTitle:(id)fp12 displayMode:(int)fp16; 00051 - (void)editingFieldChanged; 00052 - (void)cardController:(id)fp8 deletedProperty:(int)fp12 withIdentifier:(int)fp16; 00053 - (BOOL)allowsCardEditing; 00054 - (void)showPropertyPicker:(id)fp8 navTitle:(id)fp12 displayMode:(int)fp16; 00055 - (void)_cancel:(id)fp8; 00056 - (void)_save:(id)fp8; 00057 - (void)updateRightButtonEnabledState; 00058 - (void)updateNavigationBar; 00059 - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12; 00060 - (void)navigationBar:(id)fp8 poppedItem:(id)fp12; 00061 - (id)itemLabelPicker; 00062 - (void)itemLabelPickerListChanged:(id)fp8; 00063 - (void)toggleItemLabelEditing; 00064 - (void)showLabelEditorForItem:(id)fp8 additionalLabels:(id)fp12 property:(int)fp16; 00065 - (void)itemLabelPicker:(id)fp8 endedWithSelectionConfirmed:(BOOL)fp12 animate:(BOOL)fp16; 00066 - (id)itemLabelPickerPresentSimpleTextInputLayerWithContext:(id)fp8; 00067 - (void)itemLabelPicker:(id)fp8 dismissSimpleTextInputLayer:(id)fp12; 00068 - (id)countryCodePicker; 00069 - (void)showCountryCodeEditorForItem:(id)fp8; 00070 - (void)countryCodePicker:(id)fp8 endedWithSelectionConfirmed:(BOOL)fp12 animate:(BOOL)fp16; 00071 - (id)cardController; 00072 - (struct CPRecord *)selectedPerson; 00073 - (id)imagePickerController; 00074 - (void)imagePickerWillBeShown:(id)fp8; 00075 - (void)imagePickerFinishedShowing:(id)fp8; 00076 - (void)showImageMenu; 00077 - (void)imagePickerWillBeRemoved:(id)fp8; 00078 - (void)tearDownImagePickerController; 00079 - (void)imagePicker:(id)fp8 pickedPhoto:(id)fp12; 00080 - (id)ringtonePicker; 00081 - (void)showRingtonePicker; 00082 00083 @end 00084
1.5.3