00001
00002
00003
00004
00005
00006
00007 #import "UITile.h"
00008
00009 @class PLImageScroller, RotationView, UITiledView;
00010
00011 @interface PLImageTile : UITile
00012 {
00013 UITiledView *_tiledView;
00014 RotationView *_rotationView;
00015 PLImageScroller *_imageScroller;
00016 int _index;
00017 }
00018
00019 + (Class)tileViewClass;
00020 + (id)createImageTileWithFrame:(struct CGRect)fp8 image:(struct CGImage *)fp24 orientation:(int)fp28 allowZoomToFill:(BOOL)fp32;
00021 - (void)_clearImageScroller;
00022 - (id)initWithFrame:(struct CGRect)fp8;
00023 - (void)dealloc;
00024 - (void)setFrame:(struct CGRect)fp8;
00025 - (BOOL)_drawsContent;
00026 - (BOOL)_canDrawContent;
00027 - (void)drawRect:(struct CGRect)fp8;
00028 - (struct CGRect)imageRect;
00029 - (int)imageIndex;
00030 - (id)rotationView;
00031 - (id)imageScroller;
00032 - (void)setImageScroller:(id)fp8;
00033 - (id)tiledView;
00034 - (void)setTiledView:(id)fp8;
00035 - (id)hitTest:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
00036 - (void)removeFromSuperview;
00037 - (void)setNeedsDisplayInDirtyRect;
00038 - (void)_zoomOut;
00039 - (void)_handleDoubleTap:(struct __GSEvent *)fp8;
00040 - (void)view:(id)fp8 handleTapWithCount:(int)fp12 event:(struct __GSEvent *)fp16 fingerCount:(int)fp20;
00041 - (void)viewHandleTouchPause:(id)fp8 isDown:(BOOL)fp12;
00042
00043 @end
00044