]> git.saurik.com Git - iphone-api.git/blame - UIKit/UISectionList.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UISectionList.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/UIView.h>
8
9@class NSMutableArray, NSSet, UISectionIndex, UISectionTable;
10
11@interface UISectionList : UIView
12{
13 UISectionTable *_table;
14 UISectionIndex *_index;
15 NSMutableArray *_titles;
16 NSSet *_indexTitlesAsSet;
17 int _sectionCount;
18 float _listWidth;
19 struct {
20 unsigned int nonIndexedTitlesShownFirst:1;
21 } _sectionListFlags;
22}
23
24+ (float)defaultIndexWidth;
25- (id)initWithFrame:(struct CGRect)fp8 showSectionIndex:(BOOL)fp24;
26- (id)initWithFrame:(struct CGRect)fp8;
27- (void)dealloc;
28- (void)setDataSource:(id)fp8;
29- (float)marginForIndexControl:(BOOL)fp8;
30- (id)allTitles;
31- (void)_languageChanged;
32- (id)indexTitles;
33- (void)setAllowsScrollIndicators:(BOOL)fp8;
34- (void)setShouldHideHeaderInShortLists:(BOOL)fp8;
35- (BOOL)showsSectionHeaders;
36- (BOOL)showsSectionIndex;
37- (void)setNonIndexedTitlesShownLast:(BOOL)fp8;
38- (void)setSectionListStyle:(int)fp8;
39- (void)noteIndexTitlesDidChange;
40- (void)reloadData;
41- (int)numberOfSections;
42- (id)titleForSection:(int)fp8;
43- (int)closestSectionForTitle:(id)fp8;
44- (id)_indexTitlesAsSet;
45- (void)_setIndexVisible:(BOOL)fp8;
46- (id)table;
47
48@end
49