]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIDragger.h
This one only took me maybe a half hour to find.
[iphone-api.git] / UIKit / UIDragger.h
CommitLineData
2cd8f71b
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 <Foundation/NSObject.h>
8
9@class NSArray, UIImageView, UIView;
10
11@interface UIDragger : NSObject
12{
13 void *_interpolator;
14 UIView *_target;
15 id _delegate;
16 SEL _action;
17 struct CGPoint _startLocation;
18 struct CGPoint _stopLocation;
19 double _duration;
20 BOOL _showFinger;
21 unsigned int _port;
22 NSArray *_modes;
23 unsigned long long _startTimestamp;
24 unsigned long long _stopTimestamp;
25 unsigned long long _lastTimestamp;
26 BOOL _waitingForSmoothScrolling;
27 UIImageView *_fingerView;
28}
29
30- (id)init;
31- (void)dealloc;
32- (void)setInterpolation:(void *)fp8;
33- (void)setTarget:(id)fp8;
34- (void)setDelegate:(id)fp8;
35- (void)setAction:(SEL)fp8;
36- (void)setStartLocation:(struct CGPoint)fp8;
37- (void)setStopLocation:(struct CGPoint)fp8;
38- (void)setDuration:(double)fp8;
39- (void)showFinger;
40- (void)_postMouseEvent:(int)fp8 timestamp:(unsigned long long)fp12 location:(struct CGPoint)fp20;
41- (double)_delayUntilNextEvent;
42- (void)dragDidEnd;
43- (void)_smoothScrollingWillStart:(id)fp8;
44- (void)_smoothScrollingDidEnd:(id)fp8;
45- (void)_stopDrag:(id)fp8;
46- (void)_continueDrag:(id)fp8;
47- (void)run;
48
49@end
50