00001
00002
00003
00004
00005
00006
00007 #import "UITableCell.h"
00008
00009 @class NSMutableArray, UIImage, UIView;
00010
00011 @interface ThumbnailTableCell : UITableCell
00012 {
00013 id _delegate;
00014 NSMutableArray *_slideImages;
00015 UIImage *_image;
00016 struct CGImage *_cgImage;
00017 UIView *_highlightView;
00018 int _highlightPhoto;
00019 BOOL _trackingHighlight;
00020 }
00021
00022 - (id)initWithSize:(struct CGSize)fp8;
00023 - (void)dealloc;
00024 - (id)selectedImage;
00025 - (id)slideImageAtIndex:(unsigned int)fp8;
00026 - (void)setSlideImage:(id)fp8 atIndex:(unsigned int)fp12;
00027 - (void)setImage:(id)fp8;
00028 - (void)setNeedsDisplay;
00029 - (void)setNeedsDisplayInRect:(struct CGRect)fp8;
00030 - (void)setImageRef:(struct CGImage *)fp8;
00031 - (BOOL)_canDrawContent;
00032 - (void)drawContentInRect:(struct CGRect)fp8 selected:(BOOL)fp24;
00033 - (void)setDelegate:(id)fp8;
00034 - (void)_updateSelectedColumnWithEvent:(struct __GSEvent *)fp8;
00035 - (void)mouseDown:(struct __GSEvent *)fp8;
00036 - (void)mouseUp:(struct __GSEvent *)fp8;
00037 - (void)mouseDragged:(struct __GSEvent *)fp8;
00038 - (void)setSelected:(BOOL)fp8 withFade:(BOOL)fp12;
00039 - (void)setBackgroundColor:(struct CGColor *)fp8;
00040
00041 @end
00042