]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIGestureInfo.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIGestureInfo.h
diff --git a/UIKit/UIGestureInfo.h b/UIKit/UIGestureInfo.h
new file mode 100644 (file)
index 0000000..3db8423
--- /dev/null
@@ -0,0 +1,59 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <Foundation/NSObject.h>
+
+@class UIGestureAnimation, UIScrollAnimation;
+
+@interface UIGestureInfo : NSObject
+{
+    id delegate;
+    int enabledGestures;
+    int rotationState;
+    int zoomState;
+    int panState;
+    struct CGPoint startGestureInner;
+    struct CGPoint startGestureOuter;
+    struct CGPoint startScrollPoint;
+    struct CGPoint endScrollPoint;
+    struct CGSize visibleSize;
+    struct CGRect centerRect;
+    UIGestureAnimation *rotationAnimation;
+    float rotationDegrees;
+    float recentRotationDegrees;
+    float minDegrees;
+    float maxDegrees;
+    float startDegrees;
+    float endDegrees;
+    UIGestureAnimation *zoomAnimation;
+    int zoomRubberBandHysteresisCount;
+    float zoomScale;
+    float startScale;
+    float endScale;
+    float unadjustedScale;
+    float zoomMultiplier;
+    float minScale;
+    float maxScale;
+    struct CGPoint zoomFailureWindowPoint;
+    float zoomFailureDuration;
+    float zoomFailureStartScale;
+    float zoomAnimationProgress;
+    UIScrollAnimation *scrollAnimation;
+    struct {
+        unsigned int pushedRunLoop:1;
+        unsigned int isRotatingRight:1;
+        unsigned int isZoomRubberBandEnabled:1;
+        unsigned int zoomsFromCurrentToMinOrMax:1;
+        unsigned int updatesScroller:1;
+        unsigned int isAnimatingZoomFailure:1;
+    } flags;
+}
+
+- (id)init;
+- (void)dealloc;
+
+@end
+