]>
Commit | Line | Data |
---|---|---|
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/UITable.h> | |
8 | ||
9 | @class NSMutableArray, UISectionList; | |
10 | ||
11 | @interface UISectionTable : UITable | |
12 | { | |
13 | UISectionList *_sectionList; | |
14 | struct _NSRange _visibleHeaders; | |
15 | NSMutableArray *_visibleHeaderViews; | |
16 | float _rightMargin; | |
17 | NSMutableArray *_reusableHeaderCells; | |
18 | NSMutableArray *_reusableTransparentHeaderCells; | |
19 | int _reusableHeaderCapacity; | |
20 | struct { | |
21 | unsigned int style:1; | |
22 | unsigned int delegateHeaderForSection:1; | |
23 | unsigned int disableHideHeadersInShortLists:1; | |
24 | unsigned int disallowsScrollIndicators:1; | |
25 | unsigned int reserved:28; | |
26 | } _sectionTableFlags; | |
27 | } | |
28 | ||
29 | - (id)initWithFrame:(struct CGRect)fp8 sectionList:(id)fp24; | |
30 | - (id)initWithSize:(struct CGSize)fp8 sectionList:(id)fp16; | |
31 | - (void)dealloc; | |
32 | - (void)setFrame:(struct CGRect)fp8; | |
33 | - (void)setDelegate:(id)fp8; | |
34 | - (void)reloadData; | |
35 | - (BOOL)floatArray:(id)fp8 loadGapIndexes:(int *)fp12 gapHeight:(float *)fp16 count:(int)fp20; | |
36 | - (void)floatArray:(id)fp8 getValueCount:(int *)fp12 gapIndexCount:(int *)fp16; | |
37 | - (id)createPreparedCellForRow:(int)fp8 column:(int)fp12; | |
38 | - (id)_createHeaderCellForHeaderAtIndex:(int)fp8 width:(float)fp12 opaque:(BOOL)fp16 adjustOrigin:(BOOL)fp20; | |
39 | - (void)_removeHeaderCellsForRange:(struct _NSRange)fp8; | |
40 | - (void)_replaceCellWithTransparentOneGapIndex:(int)fp8 viewIndex:(int)fp12 width:(float)fp16; | |
41 | - (void)_replaceCellWithOpaqueOneGapIndex:(int)fp8 viewIndex:(int)fp12 width:(float)fp16; | |
42 | - (BOOL)_shouldHideHeaders; | |
43 | - (void)_updateShowScrollIndicatorsFlag; | |
44 | - (void)_updateVisibleCellsNow; | |
45 | - (BOOL)showsSectionHeaders; | |
46 | - (void)scrollToSection:(int)fp8; | |
47 | - (void)scrollToSectionWithTitle:(id)fp8; | |
48 | - (void)scrollRowToVisible:(int)fp8; | |
49 | - (BOOL)sectionHeaderCellWasClicked:(id)fp8; | |
50 | - (void)setRightMargin:(float)fp8; | |
51 | - (void)setAllowsScrollIndicators:(BOOL)fp8; | |
52 | - (void)setShouldHideHeaderInShortLists:(BOOL)fp8; | |
53 | - (void)setSectionListStyle:(int)fp8; | |
54 | - (id)indexTitles; | |
55 | - (void)_reloadRowHeights; | |
56 | ||
57 | @end | |
58 |