#import <PLCropOverlay.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (id) | - initWithSize:setCropTitle: |
| (void) | - dealloc |
| (void) | - statusBarHeightDidChange: |
| (void) | - setDelegate: |
| (void) | - dismiss |
| (void) | - _fadeOutCompleted: |
| (void) | - cancelButtonClicked: |
| (void) | - okButtonClicked: |
| (void) | - setEnabled: |
| (id) | - hitTest:forEvent: |
| (struct CGRect) | - cropRect |
| (struct CGRect) | - scrollIndicatorRect |
| (void) | - setTitle: |
| (void) | - setSubtitle: |
| (void) | - setOKButtonColor: |
| (void) | - setOKButtonTitle: |
| (void) | - setOKButtonShowsCamera: |
| (void) | - setCancelButtonTitle: |
| (void) | - setShowProgress:title: |
| (void) | - removeProgress |
| (void) | - setProgressDone |
| (id) | - dictionaryWithCropResultsFromImageScroller: |
Geschützte Attribute | |
| id | _delegate |
| CropLCDLayer * | _lcd |
| UIImageView * | _lcdImage |
| TPBottomDualButtonBar * | _bottomBar |
| TPPushButton * | _cancelButton |
| TPCameraPushButton * | _okButton |
| UIProgressHUD * | _hud |
Definiert in Zeile 11 der Datei PLCropOverlay.h.
| - (id) initWithSize: | (struct CGSize) | fp8 | ||
| setCropTitle: | (id) | fp16 | ||
| - (void) dealloc |
Implementiert UIView.
| - (void) statusBarHeightDidChange: | (id) | fp8 |
| - (void) setDelegate: | (id) | fp8 |
| - (void) dismiss |
| - (void) _fadeOutCompleted: | (id) | fp8 |
| - (void) cancelButtonClicked: | (id) | fp8 |
| - (void) okButtonClicked: | (id) | fp8 |
| - (void) setEnabled: | (BOOL) | fp8 |
Implementiert UIView.
| - (id) hitTest: | (struct CGPoint) | fp8 | ||
| forEvent: | (struct __GSEvent *) | fp16 | ||
| - (struct CGRect) cropRect |
| - (struct CGRect) scrollIndicatorRect |
| - (void) setTitle: | (id) | fp8 |
| - (void) setSubtitle: | (id) | fp8 |
| - (void) setOKButtonColor: | (int) | fp8 |
| - (void) setOKButtonTitle: | (id) | fp8 |
| - (void) setOKButtonShowsCamera: | (BOOL) | fp8 |
| - (void) setCancelButtonTitle: | (id) | fp8 |
| - (void) setShowProgress: | (BOOL) | fp8 | ||
| title: | (id) | fp12 | ||
| - (void) removeProgress |
| - (void) setProgressDone |
| - (id) dictionaryWithCropResultsFromImageScroller: | (id) | fp8 |
- (id) _delegate [protected] |
Definiert in Zeile 13 der Datei PLCropOverlay.h.
- (CropLCDLayer*) _lcd [protected] |
Definiert in Zeile 14 der Datei PLCropOverlay.h.
- (UIImageView*) _lcdImage [protected] |
Definiert in Zeile 15 der Datei PLCropOverlay.h.
- (TPBottomDualButtonBar*) _bottomBar [protected] |
Definiert in Zeile 16 der Datei PLCropOverlay.h.
- (TPPushButton*) _cancelButton [protected] |
Definiert in Zeile 17 der Datei PLCropOverlay.h.
- (TPCameraPushButton*) _okButton [protected] |
Definiert in Zeile 18 der Datei PLCropOverlay.h.
- (UIProgressHUD*) _hud [protected] |
Definiert in Zeile 19 der Datei PLCropOverlay.h.