#import <UIDragger.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (void) | - setInterpolation: |
| (void) | - setTarget: |
| (void) | - setDelegate: |
| (void) | - setAction: |
| (void) | - setStartLocation: |
| (void) | - setStopLocation: |
| (void) | - setDuration: |
| (void) | - showFinger |
| (void) | - _postMouseEvent:timestamp:location: |
| (double) | - _delayUntilNextEvent |
| (void) | - dragDidEnd |
| (void) | - _smoothScrollingWillStart: |
| (void) | - _smoothScrollingDidEnd: |
| (void) | - _stopDrag: |
| (void) | - _continueDrag: |
| (void) | - run |
Geschützte Attribute | |
| void * | _interpolator |
| UIView * | _target |
| id | _delegate |
| SEL | _action |
| struct CGPoint | _startLocation |
| struct CGPoint | _stopLocation |
| double | _duration |
| BOOL | _showFinger |
| unsigned int | _port |
| NSArray * | _modes |
| unsigned long long | _startTimestamp |
| unsigned long long | _stopTimestamp |
| unsigned long long | _lastTimestamp |
| BOOL | _waitingForSmoothScrolling |
| UIImageView * | _fingerView |
Definiert in Zeile 11 der Datei UIDragger.h.
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (void) setInterpolation: | (void *) | fp8 |
| - (void) setTarget: | (id) | fp8 |
| - (void) setDelegate: | (id) | fp8 |
| - (void) setAction: | (SEL) | fp8 |
| - (void) setStartLocation: | (struct CGPoint) | fp8 |
| - (void) setStopLocation: | (struct CGPoint) | fp8 |
| - (void) setDuration: | (double) | fp8 |
| - (void) showFinger |
| - (void) _postMouseEvent: | (int) | fp8 | ||
| timestamp: | (unsigned long long) | fp12 | ||
| location: | (struct CGPoint) | fp20 | ||
| - (double) _delayUntilNextEvent |
| - (void) dragDidEnd |
| - (void) _smoothScrollingWillStart: | (id) | fp8 |
| - (void) _smoothScrollingDidEnd: | (id) | fp8 |
| - (void) _stopDrag: | (id) | fp8 |
| - (void) _continueDrag: | (id) | fp8 |
| - (void) run |
- (void*) _interpolator [protected] |
Definiert in Zeile 13 der Datei UIDragger.h.
Definiert in Zeile 14 der Datei UIDragger.h.
- (id) _delegate [protected] |
Definiert in Zeile 15 der Datei UIDragger.h.
- (SEL) _action [protected] |
Definiert in Zeile 16 der Datei UIDragger.h.
- (struct CGPoint) _startLocation [read, protected] |
Definiert in Zeile 17 der Datei UIDragger.h.
- (struct CGPoint) _stopLocation [read, protected] |
Definiert in Zeile 18 der Datei UIDragger.h.
- (double) _duration [protected] |
Definiert in Zeile 19 der Datei UIDragger.h.
- (BOOL) _showFinger [protected] |
Definiert in Zeile 20 der Datei UIDragger.h.
- (unsigned int) _port [protected] |
Definiert in Zeile 21 der Datei UIDragger.h.
Definiert in Zeile 22 der Datei UIDragger.h.
- (unsigned long long) _startTimestamp [protected] |
Definiert in Zeile 23 der Datei UIDragger.h.
- (unsigned long long) _stopTimestamp [protected] |
Definiert in Zeile 24 der Datei UIDragger.h.
- (unsigned long long) _lastTimestamp [protected] |
Definiert in Zeile 25 der Datei UIDragger.h.
- (BOOL) _waitingForSmoothScrolling [protected] |
Definiert in Zeile 26 der Datei UIDragger.h.
- (UIImageView*) _fingerView [protected] |
Definiert in Zeile 27 der Datei UIDragger.h.