Guest User

PSListController codes

a guest
Feb 10th, 2013
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.59 KB | None | 0 0
  1. /**
  2.  * This header is generated by class-dump-z 0.1-11s.
  3.  * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4.  *
  5.  * Source: /System/Library/PrivateFrameworks/Preferences.framework/Preferences
  6.  */
  7.  
  8. //#import "Preferences-Structs.h"
  9. //#import "PSViewController.h"
  10.  
  11. @class UIModalView, PSSpecifier, NSMutableDictionary, NSString, UITransitionView, UIPreferencesTable, NSArray, NSMutableArray, NSBundle;
  12. @protocol PSBaseView;
  13. @proocol UIPopoverControllerDelegate
  14.  
  15. @interface PSListController : NSObject {
  16.         NSMutableDictionary* _cells;
  17.         BOOL _cachesCells;
  18.         NSString* _title;
  19.         UITransitionView* _view;
  20.         UIPreferencesTable* _table;
  21.         NSArray* _specifiers;
  22.         id<PSBaseView> _detailController;
  23.         id<PSBaseView> _previousController;
  24.         NSMutableArray* _controllers;
  25.         NSMutableDictionary* _specifiersByID;
  26.         BOOL _keyboardWasVisible;
  27.         BOOL _showingSetupController;
  28.         BOOL _selectingRow;
  29.         NSString* _specifierID;
  30.         PSSpecifier* _specifier;
  31.         NSMutableArray* _groups;
  32.         NSMutableArray* _bundleControllers;
  33.         BOOL _bundlesLoaded;
  34.         CGRect _cellRect;
  35.         UIModalView* _alertSheet;
  36. }
  37. @property(retain) NSArray* specifiers;
  38. @property(retain) NSString* specifierID;
  39. @property(retain) NSString* title;
  40. @property(readonly, retain) UIPreferencesTable* table;
  41. @property(readonly, retain) PSSpecifier* specifier;
  42. +(BOOL)displaysButtonBar;
  43. -(void)setCachesCells:(BOOL)cachesCells;
  44. // inherited: -(id)description;
  45. -(NSBundle*)bundle;
  46. -(NSArray*)loadSpecifiersFromPlistName:(NSString*)plistName target:(id)target;
  47. //-(void)_addIdentifierForSpecifier:(id)specifier;
  48. //-(void)_removeIdentifierForSpecifier:(id)specifier;
  49. //-(void)_setSpecifiers:(id)specifiers;
  50. -(void)reloadSpecifierAtIndex:(int)index animated:(BOOL)animated;
  51. -(void)reloadSpecifierAtIndex:(int)index;
  52. -(void)reloadSpecifier:(PSSpecifier*)specifier animated:(BOOL)animated;
  53. -(void)reloadSpecifier:(PSSpecifier*)specifier;
  54. -(void)reloadSpecifierID:(NSString*)specifierID animated:(BOOL)animated;
  55. -(void)reloadSpecifierID:(NSString*)specifierID;
  56. -(int)indexOfSpecifierID:(NSString*)specifierID;
  57. -(int)indexOfSpecifier:(NSString*)specifier;
  58. -(BOOL)containsSpecifier:(NSString*)specifier;
  59. -(int)indexOfGroup:(int)group;
  60. -(int)numberOfGroups;
  61. -(PSSpecifier*)specifierAtIndex:(int)index;
  62. -(BOOL)getGroup:(int*)group row:(int*)row ofSpecifierID:(NSString*)specifierID;
  63. -(BOOL)getGroup:(int*)group row:(int*)row ofSpecifier:(PSSpecifier*)specifier;
  64. //-(BOOL)_getGroup:(int*)group row:(int*)row ofSpecifierAtIndex:(int)index groups:(id)groups;
  65. -(BOOL)getGroup:(int*)group row:(int*)row ofSpecifierAtIndex:(int)index;
  66. -(int)rowsForGroup:(int)group;
  67. -(NSArray*)specifiersInGroup:(int)group;
  68. -(void)insertSpecifier:(PSSpecifier*)specifier atIndex:(int)index animated:(BOOL)animated;
  69. -(void)insertSpecifier:(PSSpecifier*)specifier afterSpecifier:(PSSpecifier*)specifier2 animated:(BOOL)animated;
  70. -(void)insertSpecifier:(PSSpecifier*)specifier afterSpecifierID:(NSString*)specifierID animated:(BOOL)animated;
  71. -(void)insertSpecifier:(PSSpecifier*)specifier atEndOfGroup:(int)group animated:(BOOL)animated;
  72. -(void)insertSpecifier:(PSSpecifier*)specifier atIndex:(int)index;
  73. -(void)insertSpecifier:(PSSpecifier*)specifier afterSpecifier:(PSSpecifier*)specifier2;
  74. -(void)insertSpecifier:(PSSpecifier*)specifier afterSpecifierID:(NSString*)specifierID;
  75. -(void)insertSpecifier:(PSSpecifier*)specifier atEndOfGroup:(int)group;
  76. -(void)insertContiguousSpecifiers:(NSArray*)specifiers atIndex:(int)index animated:(BOOL)animated;
  77. -(void)insertContiguousSpecifiers:(NSArray*)specifiers afterSpecifier:(PSSpecifier*)specifier animated:(BOOL)animated;
  78. -(void)insertContiguousSpecifiers:(NSArray*)specifiers afterSpecifierID:(NSString*)specifierID animated:(BOOL)animated;
  79. -(void)insertContiguousSpecifiers:(NSArray*)specifiers atEndOfGroup:(int)group animated:(BOOL)animated;
  80. -(void)insertContiguousSpecifiers:(NSArray*)specifiers atIndex:(int)index;
  81. -(void)insertContiguousSpecifiers:(NSArray*)specifiers afterSpecifier:(PSSpecifier*)specifier;
  82. -(void)insertContiguousSpecifiers:(NSArray*)specifiers afterSpecifierID:(NSString*)specifierID;
  83. -(void)insertContiguousSpecifiers:(NSArray*)specifiers atEndOfGroup:(int)group;
  84. -(void)addSpecifier:(PSSpecifier*)specifier;
  85. -(void)addSpecifier:(PSSpecifier*)specifier animated:(BOOL)animated;
  86. -(void)addSpecifiersFromArray:(NSArray*)array;
  87. -(void)addSpecifiersFromArray:(NSArray*)array animated:(BOOL)animated;
  88. -(void)removeSpecifier:(PSSpecifier*)specifier animated:(BOOL)animated;
  89. -(void)removeSpecifierID:(NSString*)specifierID animated:(BOOL)animated;
  90. -(void)removeSpecifierAtIndex:(int)index animated:(BOOL)animated;
  91. -(void)removeSpecifier:(PSSpecifier*)specifier;
  92. -(void)removeSpecifierID:(NSString*)specifierID;
  93. -(void)removeSpecifierAtIndex:(int)index;
  94. -(void)removeLastSpecifier;
  95. -(void)removeLastSpecifierAnimated:(BOOL)animated;
  96. //-(BOOL)_canRemoveSpecifiers:(id)specifiers;
  97. -(void)removeContiguousSpecifiers:(NSArray*)specifiers animated:(BOOL)animated;
  98. -(void)removeContiguousSpecifiers:(NSArray*)specifiers;
  99. -(void)replaceContiguousSpecifiers:(NSArray*)specifiers withSpecifiers:(NSArray*)specifiers2;
  100. -(void)replaceContiguousSpecifiers:(NSArray*)specifiers withSpecifiers:(NSArray*)specifiers2 animated:(BOOL)animated;
  101. //-(void)_loadBundleControllers;
  102. //-(void)_unloadBundleControllers;
  103. // inherited: -(void)suspend;
  104. // inherited: -(void)dealloc;
  105. // inherited: -(id)initForContentSize:(CGSize)contentSize;
  106. // inherited: -(id)navigationTitle;
  107. //-(id)_createGroupIndices:(id)indices;
  108. //-(void)createGroupIndices;
  109. //-(void)loseFocus;
  110. -(void)reload;
  111. -(void)reloadSpecifiers;
  112. // inherited: -(void)viewDidBecomeVisible;
  113. // inherited: -(void)viewWillRedisplay;
  114. -(int)numberOfGroupsInPreferencesTable:(id)preferencesTable;
  115. -(BOOL)preferencesTable:(id)table isLabelGroup:(int)group;
  116. -(int)preferencesTable:(id)table numberOfRowsInGroup:(int)group;
  117. -(id)lastController;
  118. -(id)cachedCellForSpecifier:(id)specifier;
  119. -(id)cachedCellForSpecifierID:(id)specifierID;
  120. -(id)table:(id)table cellForRow:(int)row column:(id)column;
  121. -(float)preferencesTable:(id)table heightForRow:(int)row inGroup:(int)group withProposedHeight:(float)proposedHeight;
  122. -(id)preferencesTable:(id)table titleForGroup:(int)group;
  123. -(id)preferencesTable:(id)table cellForGroup:(int)group;
  124. -(id)preferencesTable:(id)table cellForRow:(int)row inGroup:(int)group;
  125. // inherited: -(void)viewWillBecomeVisible:(void*)view;
  126. -(void)_unselectTable;
  127. -(void)selectRowWithoutNotification:(int)notification;
  128. //-(void)showConfirmationSheetForSpecifier:(id)specifier;
  129. //-(BOOL)performActionForSpecifier:(id)specifier;
  130. //-(void)tableSelectionDidChange:(id)tableSelection;
  131. //-(void)alertSheet:(id)sheet buttonClicked:(int)clicked;
  132. //-(void)_insertControllerUnderSetupController:(id)controller;
  133. -(PSSpecifier*)specifierForID:(NSString*)specifierID;
  134. -(void)pushController:(id)controller animate:(BOOL)animate;
  135. // inherited: -(void)pushController:(id)controller;
  136. // inherited: -(void)handleURL:(id)url;
  137. //-(void)_showKeyboard;
  138. -(void)transitionViewDidComplete:(id)transitionView;
  139. // inherited: -(id)view;
  140. // inherited: -(BOOL)popController;
  141. -(void)_clearParentControllerFromChildren;
  142. -(void)_removeController;
  143. // inherited: -(BOOL)popControllerWithAnimation:(BOOL)animation;
  144. // inherited: -(void)navigationBarButtonClicked:(int)clicked;
  145. -(void)reloadIconForSpecifierForBundle:(id)bundle;
  146. -(void)showKeyboardWithKeyboardType:(int)keyboardType;
  147. -(void)selectRowForSpecifier:(id)specifier;
  148. @end
Advertisement
Add Comment
Please, Sign In to add comment