00001
00002
00003
00004
00005
00006
00007 #import <AddressBookUI/ABContentController.h>
00008
00009 @class ABImagePickerWindow, UIView<ABPLPhotoPickerProtocol>;
00010
00011 @interface ABImagePickerController : ABContentController
00012 {
00013 BOOL _hasExistingPhoto;
00014 BOOL _confirmingDelete;
00015 UIView<ABPLPhotoPickerProtocol> *_photoPicker;
00016 ABImagePickerWindow *_imagePickerWindow;
00017 struct CPRecord *_person;
00018 int _animations;
00019 }
00020
00021 - (void)dealloc;
00022 - (BOOL)hasMultipleActions;
00023 - (id)contentView;
00024 - (void)animationsComplete;
00025 - (void)finishedSlidingPickerDown;
00026 - (id)imagePickerWindow;
00027 - (void)_finshedShowImagePickerWindow;
00028 - (void)showImagePickerWindow:(id)fp8 andNotifyController:(BOOL)fp12;
00029 - (void)showImagePickerWindow:(id)fp8;
00030 - (void)slidePickerDownWindow:(SEL)fp8;
00031 - (void)slideCompleteNoImage;
00032 - (void)resume;
00033 - (void)suspend;
00034 - (void)photoPickerDidCancel:(id)fp8;
00035 - (void)photoPicker:(id)fp8 didCropPhotoToRect:(struct CGRect)fp12 fullSizeImageData:(id)fp28 fullScreenImageData:(id)fp32 croppedImageData:(id)fp36;
00036 - (struct CGRect)photoPickerCroppedPhotoDestination:(id)fp8 imageView:(id)fp12;
00037 - (void)photoPickerDidCancelAnimatingThrow:(id)fp8 imageView:(id)fp12;
00038 - (void)photoPickerDidFinishAnimatingThrow:(id)fp8 imageView:(id)fp12;
00039 - (void)_fillWindowWithPicker:(BOOL)fp8;
00040 - (void)takePhoto;
00041 - (void)chooseExisting;
00042 - (void)deletePhoto;
00043 - (void)finishEditPhoto:(id)fp8;
00044 - (void)doEditPhoto:(id)fp8;
00045 - (void)editPhoto;
00046 - (void)cancelImageMenu;
00047 - (void)orderOut:(id)fp8;
00048 - (void)back:(BOOL)fp8 save:(BOOL)fp12;
00049 - (void)reload;
00050 - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
00051
00052 @end
00053