Adding the WebCore headers (for Cydget).
[iphone-api.git] / PhotoLibrary / PLCameraView.h
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 NSString, PLCameraController, PLCropOverlay, PLImageTile, UIToolbar;
10
11 @interface PLCameraView : UIView
12 {
13 UIToolbar *_cameraButtonBar;
14 int _availablePictureCount;
15 int _captureOrientation;
16 int _photoSavingOptions;
17 BOOL _manipulatingCrop;
18 UIView *_fourByThreeBackstop;
19 PLCameraController *_cameraController;
20 UIView *_previewView;
21 UIView *_animatedCaptureView;
22 UIView *_irisView;
23 UIView *_staticIrisView;
24 int _pictureCapacity;
25 BOOL _irisIsClosed;
26 PLCropOverlay *_cropOverlay;
27 PLImageTile *_imageTile;
28 id _delegate;
29 int _enabledGestures;
30 unsigned int _showsCropOverlay:1;
31 unsigned int _allowsEditing:1;
32 unsigned int _changesStatusBar:1;
33 NSString *_cropTitle;
34 NSString *_cropSubtitle;
35 NSString *_cropButtonTitle;
36 }
37
38 - (void)_playShutterSound;
39 - (void)_showCropOverlayWithTitle:(id)fp8 subtitle:(id)fp12 OKButtonTitle:(id)fp16 OKButtonColor:(int)fp20 OKButtonShowCamera:(BOOL)fp24 cancelButtonTitle:(id)fp28;
40 - (void)_updateStatusBar;
41 - (void)_addAdditionalEXIFPropertiesForCurrentState:(id)fp8 date:(id)fp12 toDictionary:(id)fp16;
42 - (int)_sensorOrientationForDeviceOrientation:(int)fp8;
43 - (void)cameraControllerReadyStateChanged:(id)fp8;
44 - (void)cameraController:(id)fp8 tookPicture:(id)fp12 withPreview:(id)fp16 jpegData:(struct __CFData *)fp20 imageProperties:(id)fp24;
45 - (void)setupAnimateCameraPreviewDown:(id)fp8;
46 - (void)animateCameraPreviewDown;
47 - (void)_storePictureAnimation:(id)fp8 finished:(id)fp12;
48 - (id)initWithFrame:(struct CGRect)fp8;
49 - (void)dealloc;
50 - (void)setDelegate:(id)fp8;
51 - (void)setEnabledGestures:(int)fp8;
52 - (void)setPhotoSavingOptions:(int)fp8;
53 - (int)photoSavingOptions;
54 - (void)_updateImageEditability;
55 - (void)setAllowsImageEditing:(BOOL)fp8;
56 - (void)setChangesStatusBar:(BOOL)fp8;
57 - (void)setShowsCropOverlay:(BOOL)fp8;
58 - (void)setCropTitle:(id)fp8 subtitle:(id)fp12 buttonTitle:(id)fp16;
59 - (BOOL)shouldShowIris;
60 - (void)setCameraButtonBar:(id)fp8;
61 - (id)buttonBar;
62 - (id)imageTile;
63 - (void)takePictureOpenIrisAnimationFinished;
64 - (void)takePictureCloseIrisAnimationFinished;
65 - (void)cameraShutterClicked:(id)fp8;
66 - (void)viewWillBeDisplayed;
67 - (void)viewWasDisplayed;
68 - (void)viewWillBeRemoved;
69 - (void)cropOverlayWasCancelled:(id)fp8;
70 - (void)cropOverlayWasOKed:(id)fp8;
71 - (void)cropOverlay:(id)fp8 didFinishSaving:(id)fp12;
72 - (BOOL)imageViewIsDisplayingLandscape:(id)fp8;
73 - (void)willStartGesture:(int)fp8 inView:(id)fp12 forEvent:(struct __GSEvent *)fp16;
74 - (void)tearDownIris;
75 - (void)primeStaticClosedIris;
76 - (void)showStaticClosedIris;
77 - (void)hideStaticClosedIris;
78 - (BOOL)irisIsClosed;
79 - (void)closeIris:(BOOL)fp8 didFinishSelector:(SEL)fp12;
80 - (void)openIrisWithDidFinishSelector:(SEL)fp8;
81 - (void)closeOpenIris;
82 - (void)openIrisAnimationFinished;
83 - (void)closeIrisAnimationFinished;
84 - (void)closeOpenIrisAnimationFinished;
85
86 @end
87