]>
Commit | Line | Data |
---|---|---|
298474e0 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 "SBAlertWindow.h" | |
8 | ||
9 | @interface SBAwayWindow : SBAlertWindow | |
10 | { | |
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; | |
19 | } | |
20 | ||
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; | |
24 | ||
25 | @end | |
26 |