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 CropLCDLayer, TPBottomDualButtonBar, TPCameraPushButton, TPPushButton, UIImageView, UIProgressHUD; 00010 00011 @interface PLCropOverlay : UIView 00012 { 00013 id _delegate; 00014 CropLCDLayer *_lcd; 00015 UIImageView *_lcdImage; 00016 TPBottomDualButtonBar *_bottomBar; 00017 TPPushButton *_cancelButton; 00018 TPCameraPushButton *_okButton; 00019 UIProgressHUD *_hud; 00020 } 00021 00022 - (id)initWithSize:(struct CGSize)fp8 setCropTitle:(id)fp16; 00023 - (void)dealloc; 00024 - (void)statusBarHeightDidChange:(id)fp8; 00025 - (void)setDelegate:(id)fp8; 00026 - (void)dismiss; 00027 - (void)_fadeOutCompleted:(id)fp8; 00028 - (void)cancelButtonClicked:(id)fp8; 00029 - (void)okButtonClicked:(id)fp8; 00030 - (void)setEnabled:(BOOL)fp8; 00031 - (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16; 00032 - (struct CGRect)cropRect; 00033 - (struct CGRect)scrollIndicatorRect; 00034 - (void)setTitle:(id)fp8; 00035 - (void)setSubtitle:(id)fp8; 00036 - (void)setOKButtonColor:(int)fp8; 00037 - (void)setOKButtonTitle:(id)fp8; 00038 - (void)setOKButtonShowsCamera:(BOOL)fp8; 00039 - (void)setCancelButtonTitle:(id)fp8; 00040 - (void)setShowProgress:(BOOL)fp8 title:(id)fp12; 00041 - (void)removeProgress; 00042 - (void)setProgressDone; 00043 - (id)dictionaryWithCropResultsFromImageScroller:(id)fp8; 00044 00045 @end 00046