]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIPreferencesTable.h
This one only took me maybe a half hour to find.
[iphone-api.git] / UIKit / UIPreferencesTable.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/UITable.h>
8
9@class NSMutableArray, UIKeyboard, UIPreferencesTableCell;
10
11@interface UIPreferencesTable : UITable
12{
13 UIPreferencesTableCell *_editingCell;
14 int _editingCellRow;
15 NSMutableArray *_groupItems;
16 UIKeyboard *_keyboard;
17 float _textOffset;
18 struct __CFDictionary *_piecesForCell;
19 unsigned int _datasourceCellForGroup:1;
20 unsigned int _datasourceIsRadioGroup:1;
21 unsigned int _datasourceIsLabelGroup:1;
22 unsigned int _datasourceIsRowCheckedInRadioGroup:1;
23 unsigned int _centersContent:1;
24 unsigned int _reserved:27;
25}
26
27- (void)dealloc;
28- (id)initWithFrame:(struct CGRect)fp8;
29- (void)setFrame:(struct CGRect)fp8;
30- (BOOL)canHandleSwipes;
31- (BOOL)canDeleteRow:(int)fp8;
32- (BOOL)canInsertAtRow:(int)fp8;
33- (void)addTableColumn:(id)fp8;
34- (BOOL)canSelectRow:(int)fp8;
35- (id)_visibleCheckedCellInTableRowRange:(struct _NSRange)fp8;
36- (void)_fadeCellSelection;
37- (void)selectRow:(int)fp8 byExtendingSelection:(BOOL)fp12 withFade:(BOOL)fp16;
38- (int)tableRowForRow:(int)fp8 inGroup:(int)fp12;
39- (id)_groupItemForTableRow:(int)fp8 andGroupIndex:(int *)fp12 andRow:(int *)fp16 inGroups:(id)fp20;
40- (id)_groupItemForTableRow:(int)fp8 andGroupIndex:(int *)fp12 andRow:(int *)fp16;
41- (BOOL)getGroup:(int *)fp8 row:(int *)fp12 ofPreferencesTableCell:(id)fp16;
42- (int)groupForTableRow:(int)fp8;
43- (BOOL)getGroup:(int *)fp8 row:(int *)fp12 forTableRow:(int)fp16;
44- (void)setDataSource:(id)fp8;
45- (BOOL)validateDataSource;
46- (int)dataSourceGetRowCount;
47- (int)_cellOutlineForRow:(int)fp8 withChildCount:(int)fp12 isLabelGroup:(BOOL)fp16;
48- (id)dataSourceCreateCellForRow:(int)fp8 column:(int)fp12 reusing:(id)fp16;
49- (struct CGRect)frameOfPreferencesCellAtRow:(int)fp8 inGroup:(int)fp12;
50- (BOOL)floatArray:(id)fp8 loadValues:(float *)fp12 count:(int)fp16;
51- (int)_paddingForCenteringContent;
52- (void)_updatePaddingForCenteringContent;
53- (void)setCentersContent:(BOOL)fp8;
54- (void)_updateContentSize;
55- (BOOL)dataSourceSupportsVariableRowHeights;
56- (id)visiblePreferencesCellForRow:(int)fp8 inGroup:(int)fp12;
57- (void)animateDeletionOfRowWithCell:(id)fp8 viaEdge:(int)fp12;
58- (BOOL)shouldIndentRow:(int)fp8;
59- (void)deleteRows:(id)fp8 viaEdge:(int)fp12;
60- (void)_setAlpha:(float)fp8 forSubviewsOf:(id)fp12;
61- (id)_existingPieceForCell:(id)fp8;
62- (id)_copyPieceOfCell:(id)fp8 withContentsPosition:(int)fp12;
63- (float)animationDuration;
64- (void)reloadData;
65- (void)insertItems:(id)fp8;
66- (void)deleteItems:(id)fp8;
67- (void)_fadeCellOutAnimationDidStop:(id)fp8 finished:(id)fp12 context:(id)fp16;
68- (void)_removeContextFromSuperview:(id)fp8 finished:(id)fp12 context:(id)fp16;
69- (void)_removePiecesFromSuperview:(id)fp8;
70- (void)_removePiecesFromSuperview:(id)fp8 finished:(id)fp12 context:(id)fp16;
71- (void)_fadeCellOutAnimationDidStopAndFixOutlines:(id)fp8 finished:(id)fp12 context:(id)fp16;
72- (void)enableRowDeletion:(BOOL)fp8 animated:(BOOL)fp12;
73- (void)_animatePiecesOfCell:(id)fp8 isFirstItemInGroup:(BOOL)fp12 isDeletion:(BOOL)fp16 isDestinationRowFrame:(struct CGRect)fp20;
74- (BOOL)_userCanDeleteRows;
75- (void)insertItems:(id)fp8 deleteItems:(id)fp12 andReloadIndexes:(id)fp16;
76- (BOOL)keyboardVisible;
77- (id)keyboard;
78- (void)_keyboardRemoveAnimationCompleted:(id)fp8;
79- (void)setKeyboardVisible:(BOOL)fp8;
80- (void)resumeWithNotification:(id)fp8;
81- (void)setBottomBufferHeight:(float)fp8;
82- (void)scrollAndCenterTableCell:(id)fp8 animated:(BOOL)fp12;
83- (void)setKeyboardVisible:(BOOL)fp8 animated:(BOOL)fp12;
84- (id)_editingCell;
85- (void)_setEditingCell:(id)fp8;
86- (int)editingRow;
87- (BOOL)_beginEditingNextCell;
88
89@end
90