]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/PLCropOverlay.h
Adding the WebCore headers (for Cydget).
[iphone-api.git] / PhotoLibrary / PLCropOverlay.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 PLCropLCDLayer, TPBottomDualButtonBar, TPCameraPushButton, TPPushButton, UIImageView, UIProgressHUD;
10
11 @interface PLCropOverlay : UIView
12 {
13 id _delegate;
14 PLCropLCDLayer *_lcd;
15 UIImageView *_lcdImage;
16 TPBottomDualButtonBar *_bottomBar;
17 TPPushButton *_cancelButton;
18 TPCameraPushButton *_okButton;
19 UIProgressHUD *_hud;
20 }
21
22 - (id)initWithSize:(struct CGSize)fp8 setCropTitle:(id)fp16 offsettingStatusBar:(BOOL)fp20;
23 - (id)initWithSize:(struct CGSize)fp8 setCropTitle:(id)fp16;
24 - (void)dealloc;
25 - (void)statusBarHeightDidChange:(id)fp8;
26 - (void)setDelegate:(id)fp8;
27 - (void)dismiss;
28 - (void)_fadeOutCompleted:(id)fp8;
29 - (void)cancelButtonClicked:(id)fp8;
30 - (void)okButtonClicked:(id)fp8;
31 - (void)setEnabled:(BOOL)fp8;
32 - (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
33 - (id)hitTest:(struct CGPoint)fp8 withEvent:(id)fp16;
34 - (struct CGRect)cropRect;
35 - (struct CGRect)scrollIndicatorRect;
36 - (void)setTitle:(id)fp8;
37 - (void)setSubtitle:(id)fp8;
38 - (void)setOKButtonColor:(int)fp8;
39 - (void)setOKButtonTitle:(id)fp8;
40 - (void)setOKButtonShowsCamera:(BOOL)fp8;
41 - (void)setCancelButtonTitle:(id)fp8;
42 - (void)setShowProgress:(BOOL)fp8 title:(id)fp12;
43 - (void)removeProgress;
44 - (void)setProgressDone;
45 - (id)dictionaryWithCropResultsFromImageScroller:(id)fp8 withOptions:(int)fp12;
46
47 @end
48