]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIGestureInfo.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIGestureInfo.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 <Foundation/NSObject.h>
8
9@class UIGestureAnimation, UIScrollAnimation;
10
11@interface UIGestureInfo : NSObject
12{
13 id delegate;
14 int enabledGestures;
15 int rotationState;
16 int zoomState;
17 int panState;
18 struct CGPoint startGestureInner;
19 struct CGPoint startGestureOuter;
20 struct CGPoint startScrollPoint;
21 struct CGPoint endScrollPoint;
22 struct CGSize visibleSize;
23 struct CGRect centerRect;
24 UIGestureAnimation *rotationAnimation;
25 float rotationDegrees;
26 float recentRotationDegrees;
27 float minDegrees;
28 float maxDegrees;
29 float startDegrees;
30 float endDegrees;
31 UIGestureAnimation *zoomAnimation;
32 int zoomRubberBandHysteresisCount;
33 float zoomScale;
34 float startScale;
35 float endScale;
36 float unadjustedScale;
37 float zoomMultiplier;
38 float minScale;
39 float maxScale;
40 struct CGPoint zoomFailureWindowPoint;
41 float zoomFailureDuration;
42 float zoomFailureStartScale;
43 float zoomAnimationProgress;
44 UIScrollAnimation *scrollAnimation;
45 struct {
46 unsigned int pushedRunLoop:1;
47 unsigned int isRotatingRight:1;
48 unsigned int isZoomRubberBandEnabled:1;
49 unsigned int zoomsFromCurrentToMinOrMax:1;
50 unsigned int updatesScroller:1;
51 unsigned int isAnimatingZoomFailure:1;
52 } flags;
53}
54
55- (id)init;
56- (void)dealloc;
57
58@end
59