]>
Commit | Line | Data |
---|---|---|
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 UIView; | |
10 | ||
11 | @interface UIViewTapInfo : NSObject | |
12 | { | |
13 | id _delegate; | |
14 | UIView *_view; | |
15 | int _tapDownCount; | |
16 | int _fingerCount; | |
17 | float _multiTapDelay; | |
18 | float _rejectAsTapThrehold; | |
19 | float _viewTouchPauseThreshold; | |
20 | struct CGPoint _startPosition; | |
21 | double _startTime; | |
22 | struct { | |
23 | unsigned int shouldSendTouchPauseUp:1; | |
24 | unsigned int delegateViewHandleTapWithCountEvent:1; | |
25 | unsigned int delegateViewHandleTapWithCountEventFingerCount:1; | |
26 | unsigned int delegateViewHandleTouchPauseIsDown:1; | |
27 | unsigned int reserved:28; | |
28 | } _tapInfoFlags; | |
29 | } | |
30 | ||
31 | - (id)initWithDelegate:(id)fp8 view:(id)fp12; | |
32 | - (void)releaseAndClearWeakRefs; | |
33 | - (void)clearTapState; | |
34 | - (void)setDelegate:(id)fp8; | |
35 | - (void)_handleTapWithCount:(int)fp8 event:(struct __GSEvent *)fp12; | |
36 | - (void)handleSingleTapEvent:(struct __GSEvent *)fp8; | |
37 | - (void)handleDoubleTapEvent:(struct __GSEvent *)fp8; | |
38 | - (void)scheduleSingleTapHandlerForEvent:(struct __GSEvent *)fp8; | |
39 | - (void)_sendTouchPauseDownIfNecessary; | |
40 | - (void)_sendTouchPauseUpIfNecessary; | |
41 | - (void)mouseDown:(struct __GSEvent *)fp8; | |
42 | - (BOOL)_eventLocationConsideredMovement:(struct __GSEvent *)fp8; | |
43 | - (void)mouseDragged:(struct __GSEvent *)fp8; | |
44 | - (void)mouseUp:(struct __GSEvent *)fp8; | |
45 | - (BOOL)cancelMouseTracking; | |
46 | ||
47 | @end | |
48 |