]>
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 <UIKit/UIView.h> | |
8 | ||
9 | @class CameraController, CameraLoadingView, PLCropOverlay, PLImageTile, UIButtonBar; | |
10 | ||
11 | @interface CameraView : UIView | |
12 | { | |
13 | UIButtonBar *_cameraButtonBar; | |
14 | int _availablePictureCount; | |
15 | int _captureOrientation; | |
16 | BOOL _manipulatingCrop; | |
17 | UIView *_fourByThreeBackstop; | |
18 | CameraController *_cameraController; | |
19 | UIView *_previewView; | |
20 | UIView *_animatedCaptureView; | |
21 | UIView *_irisView; | |
22 | UIView *_staticIrisView; | |
23 | int _pictureCapacity; | |
24 | BOOL _irisIsClosed; | |
25 | PLCropOverlay *_cropOverlay; | |
26 | PLImageTile *_imageTile; | |
27 | CameraLoadingView *_loadingView; | |
28 | } | |
29 | ||
30 | - (void)_playShutterSound; | |
31 | - (void)_showCropOverlayWithTitle:(id)fp8 subtitle:(id)fp12 OKButtonTitle:(id)fp16 OKButtonColor:(int)fp20 OKButtonShowCamera:(BOOL)fp24 cancelButtonTitle:(id)fp28; | |
32 | - (void)_updateStatusBar; | |
33 | - (void)_addAdditionalEXIFPropertiesForCurrentState:(id)fp8 date:(id)fp12 toDictionary:(id)fp16; | |
34 | - (int)_sensorOrientationForDeviceOrientation:(int)fp8; | |
35 | - (void)setIsLoading:(BOOL)fp8; | |
36 | - (void)cameraControllerReadyStateChanged:(id)fp8; | |
37 | - (void)cameraController:(id)fp8 tookPicture:(id)fp12 withPreview:(id)fp16 jpegData:(struct __CFData *)fp20 imageProperties:(id)fp24; | |
38 | - (void)setupAnimateCameraPreviewDown:(id)fp8; | |
39 | - (void)animateCameraPreviewDown; | |
40 | - (void)_storePictureAnimation:(id)fp8 finished:(id)fp12; | |
41 | - (id)initWithFrame:(struct CGRect)fp8; | |
42 | - (void)dealloc; | |
43 | - (BOOL)shouldShowIris; | |
44 | - (void)setCameraButtonBar:(id)fp8; | |
45 | - (id)buttonBar; | |
46 | - (void)takePictureOpenIrisAnimationFinished; | |
47 | - (void)takePictureCloseIrisAnimationFinished; | |
48 | - (void)cameraShutterClicked:(id)fp8; | |
49 | - (void)viewWillBeDisplayed; | |
50 | - (void)viewWasDisplayed; | |
51 | - (void)viewWillBeRemoved; | |
52 | - (void)cropOverlayWasCancelled:(id)fp8; | |
53 | - (void)cropOverlayWasOKed:(id)fp8; | |
54 | - (void)_backgroundSavePhoto; | |
55 | - (void)_savePhotoFinished:(id)fp8; | |
56 | - (void)willStartGesture:(int)fp8 inView:(id)fp12 forEvent:(struct __GSEvent *)fp16; | |
57 | - (void)tearDownIris; | |
58 | - (void)primeStaticClosedIris; | |
59 | - (void)showStaticClosedIris; | |
60 | - (void)hideStaticClosedIris; | |
61 | - (BOOL)irisIsClosed; | |
62 | - (void)closeIris:(BOOL)fp8 didFinishSelector:(SEL)fp12; | |
63 | - (void)openIrisWithDidFinishSelector:(SEL)fp8; | |
64 | - (void)closeOpenIris; | |
65 | - (void)openIrisAnimationFinished; | |
66 | - (void)closeIrisAnimationFinished; | |
67 | - (void)closeOpenIrisAnimationFinished; | |
68 | ||
69 | @end | |
70 |