]>
Commit | Line | Data |
---|---|---|
491070e3 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 NSDictionary, NSString, PLCropOverlay, PLImageTile, PLUIController, UIAnimation; | |
10 | ||
11 | @interface PLPhotoPicker : UIView | |
12 | { | |
13 | id _delegate; | |
14 | PLUIController *_uiController; | |
15 | UIView *_contentView; | |
16 | UIView *_syncingContentView; | |
17 | PLCropOverlay *_cropOverlay; | |
18 | PLImageTile *_imageTile; | |
19 | UIAnimation *_throwAnimation; | |
20 | NSString *_progressLabel; | |
21 | NSDictionary *_customCropTitles; | |
22 | struct { | |
23 | unsigned int customAllowsAlbumSelectionFlagInfo:2; | |
24 | unsigned int customAllowsPlayingSlideshowFlagInfo:2; | |
25 | unsigned int customAllowsFullSizeImageDisplayFlagInfo:2; | |
26 | unsigned int customAllowsZoomingWhenCroppingFlagInfo:2; | |
27 | unsigned int customCropPhotoAfterSelectionFlagInfo:2; | |
28 | unsigned int customShowCropUI:2; | |
29 | unsigned int customShowCamera:2; | |
30 | unsigned int syncing:1; | |
31 | unsigned int cancel:1; | |
32 | unsigned int unused:16; | |
33 | } _ppBitfields; | |
34 | } | |
35 | ||
36 | - (id)initWithFrame:(struct CGRect)fp8; | |
37 | - (void)dealloc; | |
38 | - (void)setAllowsAlbumSelection:(BOOL)fp8; | |
39 | - (void)setAllowsPlayingSlideshow:(BOOL)fp8; | |
40 | - (void)setAllowsFullSizeImageDisplay:(BOOL)fp8; | |
41 | - (void)setAllowsZoomingWhenCropping:(BOOL)fp8; | |
42 | - (void)setCropPhotoAfterSelection:(BOOL)fp8; | |
43 | - (void)setCropTitle:(id)fp8 subtitle:(id)fp12 cropButtonTitle:(id)fp16; | |
44 | - (BOOL)showCamera; | |
45 | - (void)setShowCamera:(BOOL)fp8; | |
46 | - (void)setProgressLabel:(id)fp8; | |
47 | - (void)willHide; | |
48 | - (void)_updateUIControllerDelegateDependentFlags; | |
49 | - (void)setDelegate:(id)fp8; | |
50 | - (id)delegate; | |
51 | - (void)_loadSyncUI; | |
52 | - (void)_tearDownSyncUI; | |
53 | - (void)_cacheUIControllerSettings; | |
54 | - (void)_loadPickerUI; | |
55 | - (void)_tearDownPickerUI; | |
56 | - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12; | |
57 | - (void)_syncDidStart; | |
58 | - (void)_syncDidEnd; | |
59 | - (void)syncingHasBeenUnblockedBySB; | |
60 | - (void)iTunesSyncRequestedStart; | |
61 | - (void)iTunesSyncHasCompleted:(int)fp8; | |
62 | - (void)cameraAlbumDidChange; | |
63 | - (void)cancelButtonClicked; | |
64 | - (void)imageWasSelected:(id)fp8; | |
65 | - (void)cancelThrow:(id)fp8; | |
66 | - (void)hopFinished:(id)fp8; | |
67 | - (void)photoWasCroppedToRect:(struct CGRect)fp8 fullSizeImageData:(id)fp24 fullScreenImageData:(id)fp28 croppedImageData:(id)fp32 imageView:(id)fp36; | |
68 | - (void)showCropUI; | |
69 | - (void)setFullSizeImageData:(id)fp8 cropRect:(struct CGRect)fp12; | |
70 | - (void)setFullSizeImage:(struct CGImage *)fp8 cropRect:(struct CGRect)fp12 orientation:(int)fp28; | |
71 | - (BOOL)imageViewIsDisplayingLandscape:(id)fp8; | |
72 | - (void)willStartGesture:(int)fp8 inView:(id)fp12 forEvent:(struct __GSEvent *)fp16; | |
73 | - (void)cropOverlayWasCancelled:(id)fp8; | |
74 | - (void)cropOverlayWasOKed:(id)fp8; | |
75 | - (void)cropOverlay:(id)fp8 didFinishSaving:(id)fp12; | |
76 | ||
77 | @end | |
78 |