PageRenderTime 66ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/Preferences.framework/Headers/PSListController.h

https://github.com/kokoabim/iOSOpenDev-Framework-Header-Files
C Header | 210 lines | 193 code | 4 blank | 13 comment | 0 complexity | 1c58a9151c6ac617092266471124133b MD5 | raw file
Possible License(s): GPL-2.0
  1. /**
  2. * This header is generated by class-dump-z 0.2b.
  3. *
  4. * Source: /System/Library/PrivateFrameworks/Preferences.framework/Preferences
  5. */
  6. #import <Preferences/Preferences-Structs.h>
  7. #import <Preferences/PSListController.h>
  8. #import <Preferences/PSViewController.h>
  9. #import <Preferences/PSViewControllerOffsetProtocol.h>
  10. #import <Preferences/UIPopoverControllerDelegate.h>
  11. #import <Preferences/UIAlertViewDelegate.h>
  12. #import <Preferences/UIActionSheetDelegate.h>
  13. #import <Preferences/UITableViewDelegate.h>
  14. #import <Preferences/UITableViewDataSource.h>
  15. @class UIActionSheet, UIAlertView, UIKeyboard, UIPopoverController, NSMutableDictionary, UITableView, NSArray, NSMutableArray, NSString;
  16. @interface PSListController : PSViewController <UITableViewDelegate, UITableViewDataSource, UIActionSheetDelegate, UIAlertViewDelegate, UIPopoverControllerDelegate, PSViewControllerOffsetProtocol> {
  17. NSMutableDictionary *_cells; // 164 = 0xa4
  18. BOOL _cachesCells; // 168 = 0xa8
  19. BOOL _forceSynchronousIconLoadForCreatedCells; // 169 = 0xa9
  20. UITableView *_table; // 172 = 0xac
  21. NSArray *_specifiers; // 176 = 0xb0
  22. NSMutableDictionary *_specifiersByID; // 180 = 0xb4
  23. NSMutableArray *_groups; // 184 = 0xb8
  24. NSString *_specifierID; // 188 = 0xbc
  25. NSMutableArray *_bundleControllers; // 192 = 0xc0
  26. BOOL _bundlesLoaded; // 196 = 0xc4
  27. BOOL _showingSetupController; // 197 = 0xc5
  28. UIActionSheet *_actionSheet; // 200 = 0xc8
  29. UIAlertView *_alertView; // 204 = 0xcc
  30. BOOL _swapAlertButtons; // 208 = 0xd0
  31. BOOL _keyboardWasVisible; // 209 = 0xd1
  32. UIKeyboard *_keyboard; // 212 = 0xd4
  33. UIPopoverController *_popupStylePopoverController; // 216 = 0xd8
  34. BOOL _popupStylePopoverShouldRePresent; // 220 = 0xdc
  35. BOOL _popupIsModal; // 221 = 0xdd
  36. BOOL _popupIsDismissing; // 222 = 0xde
  37. BOOL _hasAppeared; // 223 = 0xdf
  38. float _verticalContentOffset; // 224 = 0xe0
  39. NSString *_offsetItemName; // 228 = 0xe4
  40. CGPoint _contentOffsetWithKeyboard; // 232 = 0xe8
  41. }
  42. @property(assign, nonatomic) BOOL forceSynchronousIconLoadForCreatedCells; // G=0x2151; S=0x2161; @synthesize=_forceSynchronousIconLoadForCreatedCells
  43. @property(retain) NSArray *specifiers; // G=0x8f25; S=0x8d35; converted property
  44. @property(retain) NSString *specifierID; // G=0x2101; S=0x587d; converted property
  45. @property(readonly, retain) UITableView *table; // G=0x20c9; converted property
  46. @property(readonly, assign) float verticalContentOffset; // G=0x234d; converted property
  47. + (BOOL)displaysButtonBar; // 0x20c5
  48. - (void)clearCache; // 0x90c9
  49. - (void)setCachesCells:(BOOL)cells; // 0x2181
  50. - (id)description; // 0x21fd
  51. // converted property getter: - (id)table; // 0x20c9
  52. - (id)bundle; // 0x228d
  53. - (id)specifier; // 0x20d9
  54. - (id)loadSpecifiersFromPlistName:(id)plistName target:(id)target; // 0x8fc1
  55. // converted property getter: - (id)specifiers; // 0x8f25
  56. - (void)_addIdentifierForSpecifier:(id)specifier; // 0x8de1
  57. - (void)_removeIdentifierForSpecifier:(id)specifier; // 0x8da1
  58. // converted property setter: - (void)setSpecifiers:(id)specifiers; // 0x8d35
  59. - (id)indexPathForIndex:(int)index; // 0x8ce9
  60. - (int)indexForIndexPath:(id)indexPath; // 0x8c75
  61. - (void)beginUpdates; // 0x8c55
  62. - (void)endUpdates; // 0x8c35
  63. - (void)reloadSpecifierAtIndex:(int)index animated:(BOOL)animated; // 0x88e5
  64. - (void)reloadSpecifierAtIndex:(int)index; // 0x88d1
  65. - (void)reloadSpecifier:(id)specifier animated:(BOOL)animated; // 0x8885
  66. - (void)reloadSpecifier:(id)specifier; // 0x8871
  67. - (void)reloadSpecifierID:(id)anId animated:(BOOL)animated; // 0x883d
  68. - (void)reloadSpecifierID:(id)anId; // 0x8829
  69. - (int)indexOfSpecifierID:(id)specifierID; // 0x87e5
  70. - (int)indexOfSpecifier:(id)specifier; // 0x87b5
  71. - (BOOL)containsSpecifier:(id)specifier; // 0x8791
  72. - (int)indexOfGroup:(int)group; // 0x873d
  73. - (int)numberOfGroups; // 0x86fd
  74. - (id)specifierAtIndex:(int)index; // 0x86b1
  75. - (BOOL)getGroup:(int *)group row:(int *)row ofSpecifierID:(id)specifierID; // 0x8669
  76. - (BOOL)getGroup:(int *)group row:(int *)row ofSpecifier:(id)specifier; // 0x8615
  77. - (BOOL)_getGroup:(int *)group row:(int *)row ofSpecifierAtIndex:(int)index groups:(id)groups; // 0x8595
  78. - (BOOL)getGroup:(int *)group row:(int *)row ofSpecifierAtIndex:(int)index; // 0x8511
  79. - (int)indexForRow:(int)row inGroup:(int)group; // 0x84d1
  80. - (int)rowsForGroup:(int)group; // 0x848d
  81. - (id)specifiersInGroup:(int)group; // 0x8405
  82. - (void)insertSpecifier:(id)specifier atIndex:(int)index animated:(BOOL)animated; // 0x837d
  83. - (void)insertSpecifier:(id)specifier afterSpecifier:(id)specifier2 animated:(BOOL)animated; // 0x8311
  84. - (void)insertSpecifier:(id)specifier afterSpecifierID:(id)anId animated:(BOOL)animated; // 0x82d5
  85. - (void)insertSpecifier:(id)specifier atEndOfGroup:(int)group animated:(BOOL)animated; // 0x8235
  86. - (void)insertSpecifier:(id)specifier atIndex:(int)index; // 0x8211
  87. - (void)insertSpecifier:(id)specifier afterSpecifier:(id)specifier2; // 0x81ed
  88. - (void)insertSpecifier:(id)specifier afterSpecifierID:(id)anId; // 0x81c9
  89. - (void)insertSpecifier:(id)specifier atEndOfGroup:(int)group; // 0x81a5
  90. - (void)_insertContiguousSpecifiers:(id)specifiers atIndex:(int)index animated:(BOOL)animated; // 0x7c05
  91. - (void)insertContiguousSpecifiers:(id)specifiers atIndex:(int)index animated:(BOOL)animated; // 0x7be1
  92. - (void)insertContiguousSpecifiers:(id)specifiers afterSpecifier:(id)specifier animated:(BOOL)animated; // 0x7b6d
  93. - (void)insertContiguousSpecifiers:(id)specifiers afterSpecifierID:(id)anId animated:(BOOL)animated; // 0x7b15
  94. - (void)insertContiguousSpecifiers:(id)specifiers atEndOfGroup:(int)group animated:(BOOL)animated; // 0x7a75
  95. - (void)insertContiguousSpecifiers:(id)specifiers atIndex:(int)index; // 0x7a51
  96. - (void)insertContiguousSpecifiers:(id)specifiers afterSpecifier:(id)specifier; // 0x7a2d
  97. - (void)insertContiguousSpecifiers:(id)specifiers afterSpecifierID:(id)anId; // 0x7a09
  98. - (void)insertContiguousSpecifiers:(id)specifiers atEndOfGroup:(int)group; // 0x79e5
  99. - (void)addSpecifier:(id)specifier; // 0x79d1
  100. - (void)addSpecifier:(id)specifier animated:(BOOL)animated; // 0x797d
  101. - (void)addSpecifiersFromArray:(id)array; // 0x7969
  102. - (void)addSpecifiersFromArray:(id)array animated:(BOOL)animated; // 0x7915
  103. - (void)removeSpecifier:(id)specifier animated:(BOOL)animated; // 0x78ad
  104. - (void)removeSpecifierID:(id)anId animated:(BOOL)animated; // 0x7879
  105. - (void)removeSpecifierAtIndex:(int)index animated:(BOOL)animated; // 0x780d
  106. - (void)removeSpecifier:(id)specifier; // 0x77f9
  107. - (void)removeSpecifierID:(id)anId; // 0x77e5
  108. - (void)removeSpecifierAtIndex:(int)index; // 0x77d1
  109. - (void)removeLastSpecifier; // 0x77bd
  110. - (void)removeLastSpecifierAnimated:(BOOL)animated; // 0x7775
  111. - (void)_removeContiguousSpecifiers:(id)specifiers animated:(BOOL)animated; // 0x720d
  112. - (void)removeContiguousSpecifiers:(id)specifiers animated:(BOOL)animated; // 0x71fd
  113. - (void)removeContiguousSpecifiers:(id)specifiers; // 0x71e9
  114. - (void)replaceContiguousSpecifiers:(id)specifiers withSpecifiers:(id)specifiers2; // 0x71c5
  115. - (void)replaceContiguousSpecifiers:(id)specifiers withSpecifiers:(id)specifiers2 animated:(BOOL)animated; // 0x70a5
  116. - (int)_nextGroupInSpecifiersAfterIndex:(int)specifiersAfterIndex inArray:(id)array; // 0x7049
  117. - (void)updateSpecifiers:(id)specifiers withSpecifiers:(id)specifiers2; // 0x6fa1
  118. - (void)updateSpecifiersInRange:(NSRange)range withSpecifiers:(id)specifiers; // 0x6591
  119. - (void)_loadBundleControllers; // 0x6515
  120. - (void)_unloadBundleControllers; // 0x649d
  121. - (void)dealloc; // 0x6205
  122. - (id)init; // 0x60e5
  123. - (id)initForContentSize:(CGSize)contentSize; // 0x60d5
  124. - (Class)tableViewClass; // 0x60b9
  125. - (int)tableStyle; // 0x20ed
  126. - (Class)backgroundViewClass; // 0x609d
  127. - (id)contentScrollView; // 0x20f1
  128. - (id)tableBackgroundColor; // 0x6069
  129. - (void)loadView; // 0x5e0d
  130. - (void)viewDidUnload; // 0x5d7d
  131. - (id)_createGroupIndices:(id)indices; // 0x5cc5
  132. - (void)createGroupIndices; // 0x5c69
  133. - (void)loseFocus; // 0x5c0d
  134. - (void)reload; // 0x5b59
  135. - (void)reloadSpecifiers; // 0x58bd
  136. // converted property setter: - (void)setSpecifierID:(id)anId; // 0x587d
  137. // converted property getter: - (id)specifierID; // 0x2101
  138. - (void)setTitle:(id)title; // 0x5851
  139. - (int)numberOfSectionsInTableView:(id)tableView; // 0x5811
  140. - (int)tableView:(id)view numberOfRowsInSection:(int)section; // 0x574d
  141. - (id)cachedCellForSpecifier:(id)specifier; // 0x56fd
  142. - (id)cachedCellForSpecifierID:(id)specifierID; // 0x56cd
  143. - (id)tableView:(id)view cellForRowAtIndexPath:(id)indexPath; // 0x54cd
  144. - (float)tableView:(id)view heightForRowAtIndexPath:(id)indexPath; // 0x5411
  145. - (id)tableView:(id)view titleForHeaderInSection:(int)section; // 0x5395
  146. - (id)tableView:(id)view detailTextForHeaderInSection:(int)section; // 0x52a5
  147. - (id)tableView:(id)view titleForFooterInSection:(int)section; // 0x5219
  148. - (int)tableView:(id)view titleAlignmentForHeaderInSection:(int)section; // 0x517d
  149. - (int)tableView:(id)view titleAlignmentForFooterInSection:(int)section; // 0x50e1
  150. - (id)_customViewForSpecifier:(id)specifier class:(Class)aClass isHeader:(BOOL)header; // 0x5045
  151. - (float)_tableView:(id)view heightForCustomInSection:(int)section isHeader:(BOOL)header; // 0x4ed9
  152. - (id)_tableView:(id)view viewForCustomInSection:(int)section isHeader:(BOOL)header; // 0x4e25
  153. - (float)tableView:(id)view heightForHeaderInSection:(int)section; // 0x4e01
  154. - (id)tableView:(id)view viewForHeaderInSection:(int)section; // 0x4ddd
  155. - (float)tableView:(id)view heightForFooterInSection:(int)section; // 0x4db9
  156. - (id)tableView:(id)view viewForFooterInSection:(int)section; // 0x4d95
  157. - (void)willAnimateRotationToInterfaceOrientation:(int)interfaceOrientation duration:(double)duration; // 0x4d41
  158. - (void)didRotateFromInterfaceOrientation:(int)interfaceOrientation; // 0x4c35
  159. - (void)viewWillAppear:(BOOL)view; // 0x4a09
  160. - (BOOL)shouldSelectResponderOnAppearance; // 0x4969
  161. - (id)findFirstVisibleResponder; // 0x4895
  162. - (void)viewDidLoad; // 0x478d
  163. - (void)prepareSpecifiersMetadata; // 0x45a9
  164. - (void)viewDidAppear:(BOOL)view; // 0x4495
  165. - (void)formSheetViewWillDisappear; // 0x43f9
  166. - (void)popupViewWillDisappear; // 0x43b9
  167. - (void)returnPressedAtEnd; // 0x4329
  168. - (void)_returnKeyPressed:(id)pressed; // 0x4259
  169. - (BOOL)performActionForSpecifier:(id)specifier; // 0x4125
  170. - (BOOL)performCancelForSpecifier:(id)specifier; // 0x3ff1
  171. - (void)showConfirmationViewForSpecifier:(id)specifier useAlert:(BOOL)alert swapAlertButtons:(BOOL)buttons; // 0x3d19
  172. - (void)showConfirmationViewForSpecifier:(id)specifier; // 0x3cbd
  173. - (void)showConfirmationSheetForSpecifier:(id)specifier; // 0x3c65
  174. - (void)confirmationViewAcceptedForSpecifier:(id)specifier; // 0x3c1d
  175. - (void)confirmationViewCancelledForSpecifier:(id)specifier; // 0x3bd5
  176. - (void)alertView:(id)view clickedButtonAtIndex:(int)index; // 0x3ae9
  177. - (void)actionSheet:(id)sheet clickedButtonAtIndex:(int)index; // 0x3a39
  178. - (id)controllerForRowAtIndexPath:(id)indexPath; // 0x3649
  179. - (void)tableView:(id)view didSelectRowAtIndexPath:(id)indexPath; // 0x3569
  180. - (id)specifierForID:(id)anId; // 0x3509
  181. - (void)pushController:(id)controller animate:(BOOL)animate; // 0x320d
  182. - (BOOL)popoverControllerShouldDismissPopover:(id)popoverController; // 0x2111
  183. - (void)popoverController:(id)controller animationCompleted:(int)completed; // 0x31c5
  184. - (void)dismissPopover; // 0x31b1
  185. - (void)dismissPopoverAnimated:(BOOL)animated; // 0x3169
  186. - (void)pushController:(id)controller; // 0x3155
  187. - (void)handleURL:(id)url; // 0x2e09
  188. - (void)reloadIconForSpecifierForBundle:(id)bundle; // 0x2cf5
  189. - (float)_getKeyboardIntersectionHeight; // 0x2ab1
  190. - (void)_setContentInset:(float)inset; // 0x2a2d
  191. - (void)_keyboardWillShow:(id)_keyboard; // 0x2625
  192. - (void)_keyboardWillHide:(id)_keyboard; // 0x23f5
  193. - (void)_keyboardDidHide:(id)_keyboard; // 0x23e1
  194. - (void)selectRowForSpecifier:(id)specifier; // 0x237d
  195. // converted property getter: - (float)verticalContentOffset; // 0x234d
  196. - (void)setDesiredVerticalContentOffset:(float)offset; // 0x2129
  197. - (void)setDesiredVerticalContentOffsetItemNamed:(id)named; // 0x230d
  198. - (BOOL)shouldReloadSpecifiersOnResume; // 0x2139
  199. - (void)_setNotShowingSetupController; // 0x213d
  200. // declared property getter: - (BOOL)forceSynchronousIconLoadForCreatedCells; // 0x2151
  201. // declared property setter: - (void)setForceSynchronousIconLoadForCreatedCells:(BOOL)createdCells; // 0x2161
  202. @end
  203. @interface PSListController (PasscodeAdditions)
  204. - (void)showPINSheet:(id)sheet; // 0x9289
  205. - (id)popupStylePopoverController; // 0x2171
  206. @end