]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIView-Gestures.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIView-Gestures.h
CommitLineData
2cd8f71b
JF
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 <UIKit/UIView.h>
8
9@interface UIView (Gestures)
10- (void)_startGesture:(int)fp8 event:(struct __GSEvent *)fp12;
11- (void)_stopGesture:(int)fp8 event:(struct __GSEvent *)fp12;
12- (void)_gestureChanged:(int)fp8 event:(struct __GSEvent *)fp12;
13- (void)animator:(id)fp8 startAnimation:(id)fp12;
14- (void)animator:(id)fp8 stopAnimation:(id)fp12;
15- (struct CGPoint)_scrollPointForPoint:(struct CGPoint)fp8 scale:(float)fp16 constrain:(BOOL)fp20 snapToEdge:(BOOL)fp24;
16- (void)zoomToScale:(float)fp8;
17- (void)_zoomToScale:(float)fp8 event:(struct __GSEvent *)fp12;
18- (void)_zoomToEvent:(struct __GSEvent *)fp8 scale:(float)fp12 animate:(BOOL)fp16 constrainScrollPoint:(BOOL)fp20;
19- (void)_rubberbandZoomToEvent:(struct __GSEvent *)fp8 scale:(float)fp12;
20- (BOOL)_isRubberBanding;
21- (void)_setZoomAnimationProgress:(id)fp8;
22- (float)_internalScaleForScale:(float)fp8;
23- (float)_scaleForInternalScale:(float)fp8;
24- (float)_rubberBandScaleForScale:(float)fp8;
25- (void)_zoomWithEvent:(struct __GSEvent *)fp8;
26- (BOOL)_canStartZoomFromEvent:(struct __GSEvent *)fp8;
27- (BOOL)_startZoomFromEvent:(struct __GSEvent *)fp8;
28- (void)_stopZoomFromEvent:(struct __GSEvent *)fp8;
29- (void)rotateToDegrees:(float)fp8;
30- (void)_rotateToDegrees:(float)fp8 duration:(float)fp12 event:(struct __GSEvent *)fp16;
31- (void)_setRotationAnimationProgress:(id)fp8;
32- (BOOL)_canStartRotationFromEvent:(struct __GSEvent *)fp8;
33- (BOOL)_startRotationFromEvent:(struct __GSEvent *)fp8;
34- (void)_rotateFromEvent:(struct __GSEvent *)fp8;
35- (void)_stopRotationFromEvent:(struct __GSEvent *)fp8;
36- (BOOL)canHandleGestures;
37- (void)setGestureDelegate:(id)fp8;
38- (id)gestureDelegate;
39- (void)setEnabledGestures:(int)fp8;
40- (int)enabledGestures;
41- (void)setValue:(id)fp8 forGestureAttribute:(int)fp12;
42- (id)valueForGestureAttribute:(int)fp8;
43- (void)setRotationDegrees:(float)fp8 duration:(double)fp12;
44- (float)rotationDegrees;
45- (void)setZoomScale:(float)fp8 duration:(double)fp12;
46- (float)zoomScale;
47- (int)stateForGestureType:(int)fp8;
48- (void)_resetZoomingWithEvent:(struct __GSEvent *)fp8;
49- (void)gestureStarted:(struct __GSEvent *)fp8;
50- (void)gestureChanged:(struct __GSEvent *)fp8;
51- (void)gestureEnded:(struct __GSEvent *)fp8;
52@end
53