/headers/PhotoLibrary/PLPhotoPicker.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 NSDictionary, NSString, PLCropOverlay, PLImageTile, PLUIController, UIAnimation;
00010 
00011 @interface PLPhotoPicker : UIView
00012 {
00013     id _delegate;
00014     PLUIController *_uiController;
00015     UIView *_contentView;
00016     UIView *_syncingContentView;
00017     PLCropOverlay *_cropOverlay;
00018     PLImageTile *_imageTile;
00019     UIAnimation *_throwAnimation;
00020     NSString *_progressLabel;
00021     NSDictionary *_customCropTitles;
00022     struct {
00023         unsigned int customAllowsAlbumSelectionFlagInfo:2;
00024         unsigned int customAllowsPlayingSlideshowFlagInfo:2;
00025         unsigned int customAllowsFullSizeImageDisplayFlagInfo:2;
00026         unsigned int customAllowsZoomingWhenCroppingFlagInfo:2;
00027         unsigned int customCropPhotoAfterSelectionFlagInfo:2;
00028         unsigned int customShowCropUI:2;
00029         unsigned int customShowCamera:2;
00030         unsigned int syncing:1;
00031         unsigned int cancel:1;
00032         unsigned int unused:16;
00033     } _ppBitfields;
00034 }
00035 
00036 - (id)initWithFrame:(struct CGRect)fp8;
00037 - (void)dealloc;
00038 - (void)setAllowsAlbumSelection:(BOOL)fp8;
00039 - (void)setAllowsPlayingSlideshow:(BOOL)fp8;
00040 - (void)setAllowsFullSizeImageDisplay:(BOOL)fp8;
00041 - (void)setAllowsZoomingWhenCropping:(BOOL)fp8;
00042 - (void)setCropPhotoAfterSelection:(BOOL)fp8;
00043 - (void)setCropTitle:(id)fp8 subtitle:(id)fp12 cropButtonTitle:(id)fp16;
00044 - (BOOL)showCamera;
00045 - (void)setShowCamera:(BOOL)fp8;
00046 - (void)setProgressLabel:(id)fp8;
00047 - (void)willHide;
00048 - (void)setDelegate:(id)fp8;
00049 - (id)delegate;
00050 - (void)_loadSyncUI;
00051 - (void)_tearDownSyncUI;
00052 - (void)_cacheUIControllerSettings;
00053 - (void)_loadPickerUI;
00054 - (void)_tearDownPickerUI;
00055 - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12;
00056 - (void)_syncDidStart;
00057 - (void)_syncDidEnd;
00058 - (void)syncingHasBeenUnblockedBySB;
00059 - (void)iTunesSyncRequestedStart;
00060 - (void)iTunesSyncHasCompleted:(int)fp8;
00061 - (void)cameraAlbumDidChange;
00062 - (void)cancelButtonClicked;
00063 - (void)imageWasSelected:(id)fp8;
00064 - (void)cancelThrow:(id)fp8;
00065 - (void)hopFinished:(id)fp8;
00066 - (void)photoWasCroppedToRect:(struct CGRect)fp8 fullSizeImageData:(id)fp24 fullScreenImageData:(id)fp28 croppedImageData:(id)fp32 imageView:(id)fp36;
00067 - (void)showCropUI;
00068 - (void)setFullSizeImageData:(id)fp8 cropRect:(struct CGRect)fp12;
00069 - (void)setFullSizeImage:(struct CGImage *)fp8 cropRect:(struct CGRect)fp12 orientation:(int)fp28;
00070 - (void)willStartGesture:(int)fp8 inView:(id)fp12 forEvent:(struct __GSEvent *)fp16;
00071 - (void)cropOverlayWasCancelled:(id)fp8;
00072 - (void)cropOverlayWasOKed:(id)fp8;
00073 - (void)_backgroundSavePhoto;
00074 - (void)_savePhotoFinished:(id)fp8;
00075 
00076 @end
00077