]> git.saurik.com Git - iphone-api.git/blame - AddressBookUI/ABImagePickerController.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / AddressBookUI / ABImagePickerController.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 <AddressBookUI/ABContentController.h>
8
9#import "UIModalViewDelegate-Protocol.h"
10
11@class ABImagePickerWindow, UIView<ABPLPhotoPickerProtocol>;
12
13@interface ABImagePickerController : ABContentController <UIModalViewDelegate>
14{
15 BOOL _hasExistingPhoto;
16 BOOL _confirmingDelete;
17 UIView<ABPLPhotoPickerProtocol> *_photoPicker;
18 ABImagePickerWindow *_imagePickerWindow;
19 void *_person;
20 int _animations;
21}
22
23- (void)dealloc;
24- (BOOL)hasMultipleActions;
25- (id)contentView;
26- (void)animationsComplete;
27- (void)finishedSlidingPickerDown;
28- (id)imagePickerWindow;
29- (void)_finshedShowImagePickerWindow;
30- (void)showImagePickerWindow:(id)fp8 andNotifyController:(BOOL)fp12;
31- (void)showImagePickerWindow:(id)fp8;
32- (void)slidePickerDownWindow:(SEL)fp8;
33- (void)slideCompleteNoImage;
34- (void)resume;
35- (void)suspend;
36- (void)photoPickerDidCancel:(id)fp8;
37- (void)photoPicker:(id)fp8 didCropPhotoToRect:(struct CGRect)fp12 fullSizeImageData:(id)fp28 fullScreenImageData:(id)fp32 croppedImageData:(id)fp36;
38- (struct CGRect)photoPickerCroppedPhotoDestination:(id)fp8 imageView:(id)fp12;
39- (void)photoPickerDidCancelAnimatingThrow:(id)fp8 imageView:(id)fp12;
40- (void)photoPickerDidFinishAnimatingThrow:(id)fp8 imageView:(id)fp12;
41- (void)_fillWindowWithPicker:(BOOL)fp8;
42- (void)takePhoto;
43- (void)chooseExisting;
44- (void)deletePhoto;
45- (void)finishEditPhoto:(id)fp8;
46- (void)doEditPhoto:(id)fp8;
47- (void)editPhoto;
48- (void)cancelImageMenu;
49- (void)orderOut:(id)fp8;
50- (void)back:(BOOL)fp8 save:(BOOL)fp12;
51- (void)reload;
52- (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
53
54@end
55