]> git.saurik.com Git - iphone-api.git/blob - Preferences/PSSpecifier.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / Preferences / PSSpecifier.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 @class NSArray, NSDictionary, NSMutableDictionary, NSString;
8
9 @interface PSSpecifier : NSObject
10 {
11 id target;
12 SEL getter;
13 SEL setter;
14 SEL action;
15 Class detailControllerClass;
16 int cellType;
17 Class editPaneClass;
18 int keyboardType;
19 int autoCapsType;
20 int autoCorrectionType;
21 int textFieldType;
22 NSString *_name;
23 NSArray *_values;
24 NSDictionary *_titleDict;
25 NSDictionary *_shortTitleDict;
26 id _userInfo;
27 NSMutableDictionary *_properties;
28 }
29
30 + (id)preferenceSpecifierNamed:(id)fp8 target:(id)fp12 set:(SEL)fp16 get:(SEL)fp20 detail:(Class)fp24 cell:(int)fp28 edit:(Class)fp32;
31 + (id)groupSpecifierWithName:(id)fp8;
32 + (id)emptyGroupSpecifier;
33 + (int)autoCapsTypeForString:(id)fp8;
34 + (int)keyboardTypeForString:(id)fp8;
35 - (id)init;
36 - (id)propertyForKey:(id)fp8;
37 - (void)setProperty:(id)fp8 forKey:(id)fp12;
38 - (void)removePropertyForKey:(id)fp8;
39 - (void)setProperties:(id)fp8;
40 - (id)properties;
41 - (void)loadValuesAndTitlesFromDataSource;
42 - (void)setValues:(id)fp8 titles:(id)fp12;
43 - (void)setValues:(id)fp8 titles:(id)fp12 shortTitles:(id)fp16;
44 - (void)setupIconImageWithPath:(id)fp8;
45 - (void)dealloc;
46 - (id)description;
47 - (id)name;
48 - (id)userInfo;
49 - (id)titleDictionary;
50 - (id)shortTitleDictionary;
51 - (id)identifier;
52 - (id)values;
53 - (void)setName:(id)fp8;
54 - (void)setUserInfo:(id)fp8;
55 - (void)setTitleDictionary:(id)fp8;
56 - (void)setShortTitleDictionary:(id)fp8;
57 - (void)setValues:(id)fp8;
58 - (void)setTarget:(id)fp8;
59 - (void)setKeyboardType:(int)fp8 autoCaps:(int)fp12 autoCorrection:(int)fp16;
60 - (int)titleCompare:(id)fp8;
61
62 @end
63