#import <UIView-Gestures.h>
Definiert in Zeile 9 der Datei UIView-Gestures.h.
| - (void) _startGesture: | (int) | fp8 | ||
| event: | (struct __GSEvent *) | fp12 | ||
| - (void) _stopGesture: | (int) | fp8 | ||
| event: | (struct __GSEvent *) | fp12 | ||
| - (void) _gestureChanged: | (int) | fp8 | ||
| event: | (struct __GSEvent *) | fp12 | ||
| - (void) animator: | (id) | fp8 | ||
| startAnimation: | (id) | fp12 | ||
| - (void) animator: | (id) | fp8 | ||
| stopAnimation: | (id) | fp12 | ||
| - (struct CGPoint) _scrollPointForPoint: | (struct CGPoint) | fp8 | ||
| scale: | (float) | fp16 | ||
| constrain: | (BOOL) | fp20 | ||
| snapToEdge: | (BOOL) | fp24 | ||
| - (void) zoomToScale: | (float) | fp8 |
| - (void) _zoomToScale: | (float) | fp8 | ||
| event: | (struct __GSEvent *) | fp12 | ||
| - (void) _zoomToEvent: | (struct __GSEvent *) | fp8 | ||
| scale: | (float) | fp12 | ||
| animate: | (BOOL) | fp16 | ||
| constrainScrollPoint: | (BOOL) | fp20 | ||
| - (void) _rubberbandZoomToEvent: | (struct __GSEvent *) | fp8 | ||
| scale: | (float) | fp12 | ||
| - (BOOL) _isRubberBanding |
| - (void) _setZoomAnimationProgress: | (id) | fp8 |
| - (float) _rubberBandScaleForScale: | (float) | fp8 |
| - (void) _zoomWithEvent: | (struct __GSEvent *) | fp8 |
| - (BOOL) _canStartZoomFromEvent: | (struct __GSEvent *) | fp8 |
| - (BOOL) _startZoomFromEvent: | (struct __GSEvent *) | fp8 |
| - (void) _stopZoomFromEvent: | (struct __GSEvent *) | fp8 |
| - (void) rotateToDegrees: | (float) | fp8 |
| - (void) _rotateToDegrees: | (float) | fp8 | ||
| duration: | (float) | fp12 | ||
| event: | (struct __GSEvent *) | fp16 | ||
| - (void) _setRotationAnimationProgress: | (id) | fp8 |
| - (BOOL) _canStartRotationFromEvent: | (struct __GSEvent *) | fp8 |
| - (BOOL) _startRotationFromEvent: | (struct __GSEvent *) | fp8 |
| - (void) _rotateFromEvent: | (struct __GSEvent *) | fp8 |
| - (void) _stopRotationFromEvent: | (struct __GSEvent *) | fp8 |
| - (BOOL) canHandleGestures |
| - (void) setGestureDelegate: | (id) | fp8 |
| - (id) gestureDelegate |
| - (void) setEnabledGestures: | (int) | fp8 |
| - (int) enabledGestures |
| - (void) setValue: | (id) | fp8 | ||
| forGestureAttribute: | (int) | fp12 | ||
| - (id) valueForGestureAttribute: | (int) | fp8 |
| - (void) setRotationDegrees: | (float) | fp8 | ||
| duration: | (double) | fp12 | ||
| - (float) rotationDegrees |
| - (void) setZoomScale: | (float) | fp8 | ||
| duration: | (double) | fp12 | ||
| - (float) zoomScale |
| - (int) stateForGestureType: | (int) | fp8 |
| - (void) _resetZoomingWithEvent: | (struct __GSEvent *) | fp8 |
| - (void) gestureStarted: | (struct __GSEvent *) | fp8 |
| - (void) gestureChanged: | (struct __GSEvent *) | fp8 |
| - (void) gestureEnded: | (struct __GSEvent *) | fp8 |