]> git.saurik.com Git - iphone-api.git/blob - UIKit/UITableView-_UITableViewPrivate.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UITableView-_UITableViewPrivate.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/UITableView.h>
8
9 @interface UITableView (_UITableViewPrivate)
10 - (float)_animationDuration;
11 - (void)_ensureRowDataIsLoaded;
12 - (void)_updateRowData;
13 - (void)_scheduleAdjustExtraSeparators;
14 - (void)_adjustCountLabel;
15 - (void)_adjustReusableTableCells;
16 - (void)_delaySendSelectionDidChangeFromIndexPath:(id)fp8;
17 - (void)_sendSelectionDidChange;
18 - (void)_suspendReloads;
19 - (void)_resumeReloads;
20 - (unsigned int)_countStringRowCount;
21 - (void)_setRowCount:(int)fp8;
22 - (void)setCountStringInsignificantRowCount:(unsigned int)fp8;
23 - (void)setCountString:(id)fp8;
24 - (void)setTableHeaderBackgroundColor:(id)fp8;
25 - (id)tableHeaderBackgroundColor;
26 - (void)_adjustTableHeaderAndFooterViews;
27 - (void)_updateContentSize;
28 - (void)_updateIndexFrame;
29 - (void)_updateIndexTitles:(id)fp8;
30 - (void)_updateIndex;
31 - (void)_setupCellAnimations;
32 - (void)_endCellAnimations;
33 - (void)_setNeedsVisibleCellsUpdate:(BOOL)fp8 withFrames:(BOOL)fp12;
34 - (void)_updateVisibleCellsImmediatelyIfNecessary;
35 - (BOOL)allowsHeaderViewsToFloat;
36 - (BOOL)allowsFooterViewsToFloat;
37 - (void)_updateVisibleHeadersAndFootersNow;
38 - (void)_updateVisibleCellsNow;
39 - (struct _NSRange)_visibleGlobalRowsInRect:(struct CGRect)fp8;
40 - (BOOL)_shouldDisplayExtraSeparatorsAtOffset:(float *)fp8 rowHeight:(float *)fp12;
41 - (void)_adjustExtraSeparators;
42 - (void)_addContentSubview:(id)fp8 atBack:(BOOL)fp12;
43 - (void)_drawExtraSeparator:(struct CGRect)fp8;
44 - (id)_createPreparedCellForGlobalRow:(int)fp8 withIndexPath:(id)fp12;
45 - (id)_createPreparedCellForGlobalRow:(int)fp8;
46 - (id)_createPreparedCellForRowAtIndexPath:(id)fp8;
47 - (id)_tableViewCellForContentView:(id)fp8;
48 - (int)_editingStyleForRowAtIndexPath:(id)fp8;
49 - (BOOL)_shouldIndentWhileEditingForRowAtIndexPath:(id)fp8;
50 - (int)_accessoryTypeForCell:(id)fp8 forRowAtIndexPath:(id)fp12;
51 - (BOOL)_canMoveRowAtIndexPath:(id)fp8;
52 - (id)_reorderingSupport;
53 - (void)_saveTableStateBeforeAnimationForRowAtIndexPath:(id)fp8;
54 - (void)_restoreTableStateAfterAnimation;
55 - (id)_newSectionViewWithFrame:(struct CGRect)fp8 isHeader:(BOOL)fp24;
56 - (id)_sectionHeaderViewWithFrame:(struct CGRect)fp8 forSection:(int)fp24 opaque:(BOOL)fp28 reuseViewIfPossible:(BOOL)fp32;
57 - (id)_sectionFooterViewWithFrame:(struct CGRect)fp8 forSection:(int)fp24 opaque:(BOOL)fp28 reuseViewIfPossible:(BOOL)fp32;
58 - (void)_reuseTableViewCell:(id)fp8;
59 - (void)_reuseHeaderView:(id)fp8;
60 - (void)_reuseFooterView:(id)fp8;
61 - (void)_updateWithItems:(id)fp8 withOldRowData:(id)fp12 oldRowRange:(struct _NSRange)fp16 newRowRange:(struct _NSRange)fp24;
62 - (void)_updateAnimationDidStop:(id)fp8 finished:(id)fp12 context:(id)fp16;
63 - (BOOL)_canEditRowAtIndexPath:(id)fp8;
64 - (void)_accessoryButtonAction:(id)fp8;
65 - (void)_setupCell:(id)fp8 forEditing:(BOOL)fp12 atIndexPath:(id)fp16 animated:(BOOL)fp20;
66 - (void)_sectionIndexChanged:(id)fp8;
67 - (void)_updateShowScrollIndicatorsFlag;
68 - (BOOL)_hasSwipeToDeleteRow;
69 - (BOOL)_shouldDisplayTopSeparator;
70 - (void)_languageChanged;
71 @end
72