]>
git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBAwayWindow.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "SBAlertWindow.h"
9 @interface SBAwayWindow
: SBAlertWindow
11 BOOL _trackingCanceled
;
12 double _gestureStartTime
;
13 struct CGPoint _startLocation
;
14 unsigned short _startFingerCount
;
15 struct CGPoint _lastLocation
;
16 unsigned short _lastFingerCount
;
17 unsigned short _multiTapCount
;
18 unsigned short _multiTapEndTime
;
21 - (void)sendGSEvent
:(struct __GSEvent
*)fp8
;
22 - (BOOL
)isGestureFromLocation
:(struct CGPoint
)fp8 count
:(int)fp16 toLocation
:(struct CGPoint
)fp20 count
:(int)fp28 elapsedTime
:(double)fp32 gestureType
:(int *)fp40
;
23 - (void)cancelViewTracking
;