]> git.saurik.com Git - iphone-api.git/blame - UIKit/_UITableCellGrabber.h
This one only took me maybe a half hour to find.
[iphone-api.git] / UIKit / _UITableCellGrabber.h
CommitLineData
2cd8f71b
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/UIControl.h>
8
9@class UITableCell;
10
11@interface _UITableCellGrabber : UIControl
12{
13 UITableCell *_cell;
14 struct CGPoint _downPoint;
15}
16
17- (id)initWithCell:(id)fp8;
18- (void)drawRect:(struct CGRect)fp8;
19- (BOOL)shouldTrack;
20- (BOOL)beginTrackingAt:(struct CGPoint)fp8 withEvent:(struct __GSEvent *)fp16;
21- (BOOL)continueTrackingAt:(struct CGPoint)fp8 previous:(struct CGPoint)fp16 withEvent:(struct __GSEvent *)fp24;
22- (void)endTrackingAt:(struct CGPoint)fp8 previous:(struct CGPoint)fp16 withEvent:(struct __GSEvent *)fp24;
23- (void)_controlMouseDown:(struct __GSEvent *)fp8;
24- (void)_controlMouseUp:(struct __GSEvent *)fp8;
25- (void)_controlMouseDragged:(struct __GSEvent *)fp8;
26- (BOOL)cancelMouseTracking;
27- (BOOL)cancelTouchTracking;
28
29@end
30