]> git.saurik.com Git - iphone-api.git/blob - Preferences/PSListItemsController.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / Preferences / PSListItemsController.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/PSListController.h>
8
9 @class PSSpecifier;
10
11 @interface PSListItemsController : PSListController
12 {
13 int _rowToSelect;
14 BOOL _deferItemSelection;
15 PSSpecifier *_lastSelectedSpecifier;
16 }
17
18 - (void)viewWillRedisplay;
19 - (void)viewWillBecomeVisible:(void *)fp8;
20 - (void)scrollToSelectedCell;
21 - (void)setRowToSelect;
22 - (void)setValueForSpecifier:(id)fp8 defaultValue:(id)fp12;
23 - (void)dealloc;
24 - (void)suspend;
25 - (void)setSpecifiers:(id)fp8;
26 - (BOOL)preferencesTable:(id)fp8 isRow:(int)fp12 checkedInRadioGroup:(int)fp16;
27 - (BOOL)preferencesTable:(id)fp8 isRadioGroup:(int)fp12;
28 - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16;
29 - (void)listItemSelected:(id)fp8;
30 - (void)tableSelectionDidChange:(id)fp8;
31 - (void)_addStaticText:(id)fp8;
32 - (id)itemsFromParent;
33 - (id)itemsFromDataSource;
34 - (id)specifiers;
35
36 @end
37