2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class PLImageTile
, PLImageView
;
11 @interface PLImageScroller
: UIScroller
13 PLImageView
*_imageView
;
14 PLImageTile
*_imageTile
;
15 struct CGPoint _grabLoc
;
18 struct CGSize _padding
;
20 unsigned int delegateImplementsSiblingForDirection
:1;
21 unsigned int allowNegativeOffsets
:1;
22 unsigned int reserved
:30;
23 } _imageScrollerFlags
;
24 PLImageView
*_leftView
;
25 PLImageView
*_rightView
;
28 - (struct CGSize
)_contentSizeForView
:(id
)fp8
;
29 - (id
)initWithFrame
:(struct CGRect
)fp8
;
31 - (BOOL
)canHandleSwipes
;
32 - (void)setDelegate
:(id
)fp8
;
33 - (void)_adjustPositionOfView
:(id
)fp8 forContentSize
:(struct CGSize
)fp12 offset
:(struct CGPoint
)fp20
;
34 - (void)updateSideViews
;
35 - (void)_clearSideViews
;
36 - (id
)_createSideViewWithImageView
:(id
)fp8 frame
:(struct CGRect
)fp12
;
37 - (void)_showSideViewInDirection
:(int)fp8
;
38 - (void)_showLeftView
;
39 - (void)_showRightView
;
40 - (void)setContentSize
:(struct CGSize
)fp8
;
41 - (void)setAllowNegativeOffsets
:(BOOL
)fp8
;
42 - (void)setOffset
:(struct CGPoint
)fp8
;
43 - (void)setLockedOnImage
:(BOOL
)fp8
;
44 - (struct CGSize
)padding
;
45 - (void)setPadding
:(struct CGSize
)fp8
;
47 - (void)setImageView
:(id
)fp8
;
49 - (void)setImageTile
:(id
)fp8
;
51 - (BOOL
)shouldAdvance
;
52 - (void)mouseDown
:(struct __GSEvent
*)fp8
;
53 - (void)mouseDragged
:(struct __GSEvent
*)fp8
;
54 - (void)mouseUp
:(struct __GSEvent
*)fp8
;
55 - (void)touchesBegan
:(id
)fp8 withEvent
:(id
)fp12
;
56 - (void)touchesMoved
:(id
)fp8 withEvent
:(id
)fp12
;
57 - (void)touchesEnded
:(id
)fp8 withEvent
:(id
)fp12
;
58 - (void)setFrame
:(struct CGRect
)fp8
;
59 - (void)zoomToScale
:(float)fp8
;
60 - (void)imageView
:(id
)fp8 didStartGesture
:(int)fp12 forEvent
:(struct __GSEvent
*)fp16
;
61 - (struct CGImage
*)createImageWithCropRect
:(struct CGRect
)fp8 croppedImageData
:(id
*)fp24 fullSizeImageData
:(id
*)fp28 fullScreenImageData
:(id
*)fp32 imageCropRect
:(struct CGRect
*)fp36 padWithBlack
:(BOOL
)fp40
;