2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UITable.h>
9 @
class UIPickerScrollAnimation
;
11 @interface UIPickerTable
: UITable
13 struct CGRect _selectionBarRect
;
14 UIPickerScrollAnimation
*_scrollAnimation
;
16 struct CGPoint _lastOffset
;
18 unsigned int _allowSelectingCells
:1;
19 unsigned int _allowsMultipleSelection
:1;
20 unsigned int _lastShouldStick
:1;
21 unsigned int _disableDidSelect
:1;
24 - (id
)initWithFrame
:(struct CGRect
)fp8
;
25 - (BOOL
)canHandleSwipes
;
26 - (BOOL
)didSelectDisabled
;
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
:(CGFloat
)fp8
;
49 - (void)removeFromSuperview
;
50 - (void)updateSelectionBarRow
;