]> git.saurik.com Git - iphone-api.git/blob - Preferences/PSListController.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / Preferences / PSListController.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 <Preferences/PSViewController.h>
8
9 @class NSArray, NSMutableArray, NSMutableDictionary, NSString, PSSpecifier, UIModalView, UIPreferencesTable, UITransitionView;
10
11 @interface PSListController : PSViewController
12 {
13 NSMutableDictionary *_cells;
14 BOOL _cachesCells;
15 NSString *_title;
16 UITransitionView *_view;
17 UIPreferencesTable *_table;
18 NSArray *_specifiers;
19 id <PSBaseView> _detailController;
20 id <PSBaseView> _previousController;
21 NSMutableArray *_controllers;
22 NSMutableDictionary *_specifiersByID;
23 BOOL _keyboardWasVisible;
24 BOOL _showingSetupController;
25 BOOL _selectingRow;
26 NSString *_specifierID;
27 PSSpecifier *_specifier;
28 NSMutableArray *_groups;
29 NSMutableArray *_bundleControllers;
30 BOOL _bundlesLoaded;
31 struct CGRect _cellRect;
32 UIModalView *_alertSheet;
33 }
34
35 + (BOOL)displaysButtonBar;
36 - (void)setCachesCells:(BOOL)fp8;
37 - (id)description;
38 - (id)table;
39 - (id)bundle;
40 - (id)specifier;
41 - (id)loadSpecifiersFromPlistName:(id)fp8 target:(id)fp12;
42 - (id)specifiers;
43 - (void)_addIdentifierForSpecifier:(id)fp8;
44 - (void)_removeIdentifierForSpecifier:(id)fp8;
45 - (void)_setSpecifiers:(id)fp8;
46 - (void)setSpecifiers:(id)fp8;
47 - (void)reloadSpecifierAtIndex:(int)fp8 animated:(BOOL)fp12;
48 - (void)reloadSpecifierAtIndex:(int)fp8;
49 - (void)reloadSpecifier:(id)fp8 animated:(BOOL)fp12;
50 - (void)reloadSpecifier:(id)fp8;
51 - (void)reloadSpecifierID:(id)fp8 animated:(BOOL)fp12;
52 - (void)reloadSpecifierID:(id)fp8;
53 - (int)indexOfSpecifierID:(id)fp8;
54 - (int)indexOfSpecifier:(id)fp8;
55 - (BOOL)containsSpecifier:(id)fp8;
56 - (int)indexOfGroup:(int)fp8;
57 - (int)numberOfGroups;
58 - (id)specifierAtIndex:(int)fp8;
59 - (BOOL)getGroup:(int *)fp8 row:(int *)fp12 ofSpecifierID:(id)fp16;
60 - (BOOL)getGroup:(int *)fp8 row:(int *)fp12 ofSpecifier:(id)fp16;
61 - (BOOL)_getGroup:(int *)fp8 row:(int *)fp12 ofSpecifierAtIndex:(int)fp16 groups:(id)fp20;
62 - (BOOL)getGroup:(int *)fp8 row:(int *)fp12 ofSpecifierAtIndex:(int)fp16;
63 - (int)rowsForGroup:(int)fp8;
64 - (id)specifiersInGroup:(int)fp8;
65 - (void)insertSpecifier:(id)fp8 atIndex:(int)fp12 animated:(BOOL)fp16;
66 - (void)insertSpecifier:(id)fp8 afterSpecifier:(id)fp12 animated:(BOOL)fp16;
67 - (void)insertSpecifier:(id)fp8 afterSpecifierID:(id)fp12 animated:(BOOL)fp16;
68 - (void)insertSpecifier:(id)fp8 atEndOfGroup:(int)fp12 animated:(BOOL)fp16;
69 - (void)insertSpecifier:(id)fp8 atIndex:(int)fp12;
70 - (void)insertSpecifier:(id)fp8 afterSpecifier:(id)fp12;
71 - (void)insertSpecifier:(id)fp8 afterSpecifierID:(id)fp12;
72 - (void)insertSpecifier:(id)fp8 atEndOfGroup:(int)fp12;
73 - (void)insertContiguousSpecifiers:(id)fp8 atIndex:(int)fp12 animated:(BOOL)fp16;
74 - (void)insertContiguousSpecifiers:(id)fp8 afterSpecifier:(id)fp12 animated:(BOOL)fp16;
75 - (void)insertContiguousSpecifiers:(id)fp8 afterSpecifierID:(id)fp12 animated:(BOOL)fp16;
76 - (void)insertContiguousSpecifiers:(id)fp8 atEndOfGroup:(int)fp12 animated:(BOOL)fp16;
77 - (void)insertContiguousSpecifiers:(id)fp8 atIndex:(int)fp12;
78 - (void)insertContiguousSpecifiers:(id)fp8 afterSpecifier:(id)fp12;
79 - (void)insertContiguousSpecifiers:(id)fp8 afterSpecifierID:(id)fp12;
80 - (void)insertContiguousSpecifiers:(id)fp8 atEndOfGroup:(int)fp12;
81 - (void)addSpecifier:(id)fp8;
82 - (void)addSpecifier:(id)fp8 animated:(BOOL)fp12;
83 - (void)addSpecifiersFromArray:(id)fp8;
84 - (void)addSpecifiersFromArray:(id)fp8 animated:(BOOL)fp12;
85 - (void)removeSpecifier:(id)fp8 animated:(BOOL)fp12;
86 - (void)removeSpecifierID:(id)fp8 animated:(BOOL)fp12;
87 - (void)removeSpecifierAtIndex:(int)fp8 animated:(BOOL)fp12;
88 - (void)removeSpecifier:(id)fp8;
89 - (void)removeSpecifierID:(id)fp8;
90 - (void)removeSpecifierAtIndex:(int)fp8;
91 - (void)removeLastSpecifier;
92 - (void)removeLastSpecifierAnimated:(BOOL)fp8;
93 - (BOOL)_canRemoveSpecifiers:(id)fp8;
94 - (void)removeContiguousSpecifiers:(id)fp8 animated:(BOOL)fp12;
95 - (void)removeContiguousSpecifiers:(id)fp8;
96 - (void)replaceContiguousSpecifiers:(id)fp8 withSpecifiers:(id)fp12;
97 - (void)replaceContiguousSpecifiers:(id)fp8 withSpecifiers:(id)fp12 animated:(BOOL)fp16;
98 - (void)_loadBundleControllers;
99 - (void)_unloadBundleControllers;
100 - (void)suspend;
101 - (void)dealloc;
102 - (id)initForContentSize:(struct CGSize)fp8;
103 - (id)navigationTitle;
104 - (id)_createGroupIndices:(id)fp8;
105 - (void)createGroupIndices;
106 - (void)loseFocus;
107 - (void)reload;
108 - (void)reloadSpecifiers;
109 - (void)setSpecifierID:(id)fp8;
110 - (id)specifierID;
111 - (void)setTitle:(id)fp8;
112 - (id)title;
113 - (void)viewDidBecomeVisible;
114 - (void)viewWillRedisplay;
115 #if 1
116 - (void)viewWillAppear:(BOOL)animated;
117 #endif
118 - (int)numberOfGroupsInPreferencesTable:(id)fp8;
119 - (BOOL)preferencesTable:(id)fp8 isLabelGroup:(int)fp12;
120 - (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12;
121 - (id)lastController;
122 - (id)cachedCellForSpecifier:(id)fp8;
123 - (id)cachedCellForSpecifierID:(id)fp8;
124 - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16;
125 - (float)preferencesTable:(id)fp8 heightForRow:(int)fp12 inGroup:(int)fp16 withProposedHeight:(float)fp20;
126 - (id)preferencesTable:(id)fp8 titleForGroup:(int)fp12;
127 - (id)preferencesTable:(id)fp8 cellForGroup:(int)fp12;
128 - (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16;
129 - (void)viewWillBecomeVisible:(void *)fp8;
130 - (void)_unselectTable;
131 - (void)selectRowWithoutNotification:(int)fp8;
132 - (void)showConfirmationSheetForSpecifier:(id)fp8;
133 - (BOOL)performActionForSpecifier:(id)fp8;
134 - (void)tableSelectionDidChange:(id)fp8;
135 - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
136 - (void)_insertControllerUnderSetupController:(id)fp8;
137 - (id)specifierForID:(id)fp8;
138 - (void)pushController:(id)fp8 animate:(BOOL)fp12;
139 - (void)pushController:(id)fp8;
140 - (void)handleURL:(id)fp8;
141 - (void)_showKeyboard;
142 - (void)transitionViewDidComplete:(id)fp8;
143 - (id)view;
144 - (BOOL)popController;
145 - (void)_clearParentControllerFromChildren;
146 - (void)_removeController;
147 - (BOOL)popControllerWithAnimation:(BOOL)fp8;
148 - (void)navigationBarButtonClicked:(int)fp8;
149 - (void)reloadIconForSpecifierForBundle:(id)fp8;
150 - (void)showKeyboardWithKeyboardType:(int)fp8;
151
152 @end
153