/headers/PhotoLibrary/CameraView.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "UIView.h"
00008 
00009 @class CameraController, CameraLoadingView, PLCropOverlay, PLImageTile, UIButtonBar;
00010 
00011 @interface CameraView : UIView
00012 {
00013     UIButtonBar *_cameraButtonBar;
00014     int _availablePictureCount;
00015     int _captureOrientation;
00016     BOOL _manipulatingCrop;
00017     UIView *_fourByThreeBackstop;
00018     CameraController *_cameraController;
00019     UIView *_previewView;
00020     UIView *_animatedCaptureView;
00021     UIView *_irisView;
00022     UIView *_staticIrisView;
00023     int _pictureCapacity;
00024     BOOL _irisIsClosed;
00025     PLCropOverlay *_cropOverlay;
00026     PLImageTile *_imageTile;
00027     CameraLoadingView *_loadingView;
00028 }
00029 
00030 - (void)_playShutterSound;
00031 - (void)_showCropOverlayWithTitle:(id)fp8 subtitle:(id)fp12 OKButtonTitle:(id)fp16 OKButtonColor:(int)fp20 OKButtonShowCamera:(BOOL)fp24 cancelButtonTitle:(id)fp28;
00032 - (void)_updateStatusBar;
00033 - (void)_addAdditionalEXIFPropertiesForCurrentState:(id)fp8 date:(id)fp12 toDictionary:(id)fp16;
00034 - (int)_sensorOrientationForDeviceOrientation:(int)fp8;
00035 - (void)setIsLoading:(BOOL)fp8;
00036 - (void)cameraControllerReadyStateChanged:(id)fp8;
00037 - (void)cameraController:(id)fp8 tookPicture:(id)fp12 withPreview:(id)fp16 jpegData:(struct __CFData *)fp20 imageProperties:(id)fp24;
00038 - (void)setupAnimateCameraPreviewDown:(id)fp8;
00039 - (void)animateCameraPreviewDown;
00040 - (void)_storePictureAnimation:(id)fp8 finished:(id)fp12;
00041 - (id)initWithFrame:(struct CGRect)fp8;
00042 - (void)dealloc;
00043 - (BOOL)shouldShowIris;
00044 - (void)setCameraButtonBar:(id)fp8;
00045 - (id)buttonBar;
00046 - (void)takePictureOpenIrisAnimationFinished;
00047 - (void)takePictureCloseIrisAnimationFinished;
00048 - (void)cameraShutterClicked:(id)fp8;
00049 - (void)viewWillBeDisplayed;
00050 - (void)viewWasDisplayed;
00051 - (void)viewWillBeRemoved;
00052 - (void)cropOverlayWasCancelled:(id)fp8;
00053 - (void)cropOverlayWasOKed:(id)fp8;
00054 - (void)_backgroundSavePhoto;
00055 - (void)_savePhotoFinished:(id)fp8;
00056 - (void)willStartGesture:(int)fp8 inView:(id)fp12 forEvent:(struct __GSEvent *)fp16;
00057 - (void)tearDownIris;
00058 - (void)primeStaticClosedIris;
00059 - (void)showStaticClosedIris;
00060 - (void)hideStaticClosedIris;
00061 - (BOOL)irisIsClosed;
00062 - (void)closeIris:(BOOL)fp8 didFinishSelector:(SEL)fp12;
00063 - (void)openIrisWithDidFinishSelector:(SEL)fp8;
00064 - (void)closeOpenIris;
00065 - (void)openIrisAnimationFinished;
00066 - (void)closeIrisAnimationFinished;
00067 - (void)closeOpenIrisAnimationFinished;
00068 
00069 @end
00070