]> git.saurik.com Git - iphone-api.git/blame_incremental - UIKit/UIPickerTable.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIPickerTable.h
... / ...
CommitLineData
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/UITable.h>
8
9@class UIPickerScrollAnimation;
10
11@interface UIPickerTable : UITable
12{
13 struct CGRect _selectionBarRect;
14 UIPickerScrollAnimation *_scrollAnimation;
15 int _selectionBarRow;
16 struct CGPoint _lastOffset;
17 int _lastClickRow;
18 unsigned int _allowSelectingCells:1;
19 unsigned int _allowsMultipleSelection:1;
20 unsigned int _lastShouldStick:1;
21 unsigned int _disableDidSelect:1;
22}
23
24- (id)initWithFrame:(struct CGRect)fp8;
25- (BOOL)canHandleSwipes;
26- (BOOL)didSelectDisabled;
27- (int)lastClickRow;
28- (void)setLastClickRow:(int)fp8;
29- (void)setAllowsMultipleSelection:(BOOL)fp8;
30- (BOOL)allowsMultipleSelection;
31- (void)setAllowsSelectingRows:(BOOL)fp8;
32- (void)_scrollSelectionBarRect:(struct CGRect)fp8 animated:(BOOL)fp24 notify:(BOOL)fp28;
33- (void)selectCell:(id)fp8 inRow:(int)fp12 column:(int)fp16 withFade:(BOOL)fp20;
34- (void)contentMouseUpInView:(id)fp8 withEvent:(struct __GSEvent *)fp12;
35- (int)selectionBarRow;
36- (id)selectedTableCell;
37- (void)selectRow:(int)fp8 animated:(BOOL)fp12 notify:(BOOL)fp16;
38- (void)setSelectionBarRect:(struct CGRect)fp8;
39- (struct CGRect)selectionBarRect;
40- (void)animationSetOffset:(struct CGPoint)fp8;
41- (void)mouseDown:(struct __GSEvent *)fp8;
42- (void)mouseUp:(struct __GSEvent *)fp8;
43- (void)_pickerScrollAnimationEnded;
44- (void)_didMoveFromWindow:(id)fp8 toWindow:(id)fp12;
45- (struct CGPoint)newOffsetWithCenteredRectFromOffset:(struct CGPoint)fp8;
46- (BOOL)scrollCenterCellToSelectionBar;
47- (BOOL)fixupCenterCellToSelectionBar:(BOOL)fp8;
48- (void)setRowHeight:(float)fp8;
49- (void)removeFromSuperview;
50- (void)updateSelectionBarRow;
51
52@end
53