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/UIControl.h>
11 @interface UISectionIndex
: UIControl
13 UISectionTable
*_sectionTable
;
14 struct CGPoint _lastMousePoint
;
17 + (float)visibleWidth
;
18 + (float)opaqueVisibleWidth
;
20 - (id
)initWithSectionTable
:(id
)fp8
;
21 - (void)drawRect
:(struct CGRect
)fp8
;
22 - (id
)_titleForPoint
:(struct CGPoint
)fp8 pastTop
:(char *)fp16 pastBottom
:(char *)fp20
;
23 - (void)_scrollToClosestSectionAtPoint
:(struct CGPoint
)fp8
;
24 - (void)noteIndexTitlesDidChangeInSectionList
:(id
)fp8
;
25 - (BOOL
)beginTrackingAt
:(struct CGPoint
)fp8 withEvent
:(struct __GSEvent
*)fp16
;
26 - (BOOL
)beginTrackingWithTouch
:(id
)fp8 withEvent
:(id
)fp12
;
27 - (BOOL
)continueTrackingAt
:(struct CGPoint
)fp8 previous
:(struct CGPoint
)fp16 withEvent
:(struct __GSEvent
*)fp24
;
28 - (BOOL
)continueTrackingWithTouch
:(id
)fp8 withEvent
:(id
)fp12
;
29 - (void)endTrackingAt
:(struct CGPoint
)fp8 previous
:(struct CGPoint
)fp16 withEvent
:(struct __GSEvent
*)fp24
;
30 - (void)endTrackingWithTouch
:(id
)fp8 withEvent
:(id
)fp12
;