]> git.saurik.com Git - iphone-api.git/blob - UIKit/UISectionIndex.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UISectionIndex.h
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 UISectionTable;
10
11 @interface UISectionIndex : UIControl
12 {
13 UISectionTable *_sectionTable;
14 struct CGPoint _lastMousePoint;
15 }
16
17 + (float)visibleWidth;
18 + (float)opaqueVisibleWidth;
19 - (id)_sectionTitles;
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;
31
32 @end
33