#import <UIViewTapInfo.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithDelegate:view: |
| (void) | - releaseAndClearWeakRefs |
| (void) | - clearTapState |
| (void) | - setDelegate: |
| (void) | - _handleTapWithCount:event: |
| (void) | - handleSingleTapEvent: |
| (void) | - handleDoubleTapEvent: |
| (void) | - scheduleSingleTapHandlerForEvent: |
| (void) | - _sendTouchPauseDownIfNecessary |
| (void) | - _sendTouchPauseUpIfNecessary |
| (void) | - mouseDown: |
| (BOOL) | - _eventLocationConsideredMovement: |
| (void) | - mouseDragged: |
| (void) | - mouseUp: |
| (BOOL) | - cancelMouseTracking |
Geschützte Attribute | |
| id | _delegate |
| UIView * | _view |
| int | _tapDownCount |
| int | _fingerCount |
| float | _multiTapDelay |
| float | _rejectAsTapThrehold |
| float | _viewTouchPauseThreshold |
| struct CGPoint | _startPosition |
| double | _startTime |
| struct { | |
| unsigned int shouldSendTouchPauseUp:1 | |
| unsigned int delegateViewHandleTapWithCountEvent:1 | |
| unsigned int delegateViewHandleTapWithCountEventFingerCount:1 | |
| unsigned int delegateViewHandleTouchPauseIsDown:1 | |
| unsigned int reserved:28 | |
| } | _tapInfoFlags |
Definiert in Zeile 11 der Datei UIViewTapInfo.h.
| - (id) initWithDelegate: | (id) | fp8 | ||
| view: | (id) | fp12 | ||
| - (void) releaseAndClearWeakRefs |
| - (void) clearTapState |
| - (void) setDelegate: | (id) | fp8 |
| - (void) _handleTapWithCount: | (int) | fp8 | ||
| event: | (struct __GSEvent *) | fp12 | ||
| - (void) handleSingleTapEvent: | (struct __GSEvent *) | fp8 |
| - (void) handleDoubleTapEvent: | (struct __GSEvent *) | fp8 |
| - (void) scheduleSingleTapHandlerForEvent: | (struct __GSEvent *) | fp8 |
| - (void) _sendTouchPauseDownIfNecessary |
| - (void) _sendTouchPauseUpIfNecessary |
| - (void) mouseDown: | (struct __GSEvent *) | fp8 |
| - (BOOL) _eventLocationConsideredMovement: | (struct __GSEvent *) | fp8 |
| - (void) mouseDragged: | (struct __GSEvent *) | fp8 |
| - (void) mouseUp: | (struct __GSEvent *) | fp8 |
| - (BOOL) cancelMouseTracking |
- (id) _delegate [protected] |
Definiert in Zeile 13 der Datei UIViewTapInfo.h.
Definiert in Zeile 14 der Datei UIViewTapInfo.h.
- (int) _tapDownCount [protected] |
Definiert in Zeile 15 der Datei UIViewTapInfo.h.
- (int) _fingerCount [protected] |
Definiert in Zeile 16 der Datei UIViewTapInfo.h.
- (float) _multiTapDelay [protected] |
Definiert in Zeile 17 der Datei UIViewTapInfo.h.
- (float) _rejectAsTapThrehold [protected] |
Definiert in Zeile 18 der Datei UIViewTapInfo.h.
- (float) _viewTouchPauseThreshold [protected] |
Definiert in Zeile 19 der Datei UIViewTapInfo.h.
- (struct CGPoint) _startPosition [read, protected] |
Definiert in Zeile 20 der Datei UIViewTapInfo.h.
- (double) _startTime [protected] |
Definiert in Zeile 21 der Datei UIViewTapInfo.h.
- (unsigned int) shouldSendTouchPauseUp [protected] |
Definiert in Zeile 23 der Datei UIViewTapInfo.h.
- (unsigned int) delegateViewHandleTapWithCountEvent [protected] |
Definiert in Zeile 24 der Datei UIViewTapInfo.h.
- (unsigned int) delegateViewHandleTapWithCountEventFingerCount [protected] |
Definiert in Zeile 25 der Datei UIViewTapInfo.h.
- (unsigned int) delegateViewHandleTouchPauseIsDown [protected] |
Definiert in Zeile 26 der Datei UIViewTapInfo.h.
- (unsigned int) reserved [protected] |
Definiert in Zeile 27 der Datei UIViewTapInfo.h.
struct { ... } UIViewTapInfo::_tapInfoFlags [protected] |