]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/PLImageTile.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / PhotoLibrary / PLImageTile.h
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 "UITile.h"
8
9 @class PLImageScroller, PLRotationView, UITiledView;
10
11 @interface PLImageTile : UITile
12 {
13 UITiledView *_tiledView;
14 PLRotationView *_rotationView;
15 PLImageScroller *_imageScroller;
16 int _index;
17 }
18
19 + (Class)tileViewClass;
20 + (id)_createImageTileWithFrame:(struct CGRect)fp8 imageSize:(struct CGSize)fp24 allowZoomToFill:(BOOL)fp32;
21 + (id)createImageTileWithFrame:(struct CGRect)fp8 image:(struct CGImage *)fp24 orientation:(int)fp28 allowZoomToFill:(BOOL)fp32;
22 + (id)createImageTileWithFrame:(struct CGRect)fp8 modelImage:(id)fp24;
23 - (void)setEnabledGestures:(int)fp8;
24 - (void)_clearImageScroller;
25 - (id)initWithFrame:(struct CGRect)fp8;
26 - (void)dealloc;
27 - (void)setFrame:(struct CGRect)fp8;
28 - (BOOL)_drawsContent;
29 - (BOOL)_canDrawContent;
30 - (void)drawRect:(struct CGRect)fp8;
31 - (struct CGRect)imageRect;
32 - (int)imageIndex;
33 - (id)rotationView;
34 - (id)imageScroller;
35 - (void)setImageScroller:(id)fp8;
36 - (id)tiledView;
37 - (void)setTiledView:(id)fp8;
38 - (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
39 - (id)hitTest:(struct CGPoint)fp8 withEvent:(id)fp16;
40 - (void)removeFromSuperview;
41 - (void)setNeedsDisplayInDirtyRect;
42 - (void)_zoomOut;
43 - (void)_handleDoubleTap:(struct __GSEvent *)fp8;
44 - (void)view:(id)fp8 handleTapWithCount:(int)fp12 event:(struct __GSEvent *)fp16 fingerCount:(int)fp20;
45 - (void)viewHandleTouchPause:(id)fp8 isDown:(BOOL)fp12;
46
47 @end
48