]>
Commit | Line | Data |
---|---|---|
491070e3 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 <UIKit/UIScroller.h> | |
8 | ||
9 | @class NSTimer, UIView; | |
10 | ||
11 | @interface AlbumScroller : UIScroller | |
12 | { | |
13 | BOOL _dragging; | |
14 | float _lastX; | |
15 | double _lastTimeStamp; | |
16 | float _dragSpeed; | |
17 | float _grabX; | |
18 | struct CGPoint _grabLoc; | |
19 | float _mySpeed; | |
20 | float _myX; | |
21 | float _destinationX; | |
22 | NSTimer *_updateTimer; | |
23 | int _lastScrollDirection; | |
24 | int _lastDragDirection; | |
25 | BOOL _shouldAdvance; | |
26 | UIView *_leftBackstopView; | |
27 | UIView *_rightBackstopView; | |
28 | float _slowDownFactor; | |
29 | } | |
30 | ||
31 | - (void)dealloc; | |
32 | - (void)_cancelUpdateTimer; | |
33 | - (void)_startTimer; | |
34 | - (BOOL)isScrollingEnabled; | |
35 | - (BOOL)isSmoothScrolling; | |
36 | - (BOOL)isDragging; | |
37 | - (int)lastScrollDirection; | |
38 | - (BOOL)shouldAdvance; | |
39 | - (BOOL)_alwaysHandleInteractionEvents; | |
40 | - (void)mouseDown:(struct __GSEvent *)fp8; | |
41 | - (void)_updateDragInfoWithTimeInterval:(double)fp8 event:(struct __GSEvent *)fp16 smoothScrolling:(BOOL)fp20; | |
42 | - (void)_updateScrollWithTimeInterval:(double)fp8; | |
43 | - (void)_updateTimerFired:(id)fp8; | |
44 | - (void)mouseDragged:(struct __GSEvent *)fp8; | |
45 | - (void)mouseUp:(struct __GSEvent *)fp8; | |
46 | - (void)contentMouseUpInView:(id)fp8 withEvent:(struct __GSEvent *)fp12; | |
47 | - (void)_releaseDrag; | |
48 | - (void)setScrollingEnabled:(BOOL)fp8; | |
49 | - (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16; | |
50 | - (void)setContentSize:(struct CGSize)fp8; | |
51 | - (void)setOffset:(struct CGPoint)fp8; | |
52 | - (void)_doScrollToOffset:(struct CGPoint)fp8 animate:(BOOL)fp16; | |
53 | - (void)ensureOffsetToImageBoundary; | |
54 | - (void)scrollToNextImageWithAnimation:(BOOL)fp8 offset:(struct CGPoint)fp12; | |
55 | - (void)scrollToPreviousImageWithAnimation:(BOOL)fp8 offset:(struct CGPoint)fp12; | |
56 | - (void)gestureStarted:(struct __GSEvent *)fp8; | |
57 | - (void)gestureEnded:(struct __GSEvent *)fp8; | |
58 | - (void)gestureChanged:(struct __GSEvent *)fp8; | |
59 | ||
60 | @end | |
61 |