-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPSSpecifier.h
128 lines (124 loc) · 5.36 KB
/
PSSpecifier.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
#import <Foundation/Foundation.h>
/*
* This header is generated by classdump-dyld 0.1
* on Wednesday, September 20, 2017 at 9:29:18 PM Eastern European Summer Time
* Operating System: Version 11.0 (Build 15A372)
* Image Source: /System/Library/PrivateFrameworks/Preferences.framework/Preferences
* classdump-dyld is free of use, Copyright © 2013 by Elias Limneos.
*/
@class NSString, NSArray, NSDictionary, NSMutableDictionary;
@interface PSSpecifier : NSObject {
@public
id target;
SEL getter;
SEL setter;
SEL action;
SEL cancel;
Class detailControllerClass;
long long cellType;
Class editPaneClass;
long long keyboardType;
long long autoCapsType;
long long autoCorrectionType;
unsigned long long textFieldType;
NSString* _name;
NSArray* _values;
NSDictionary* _titleDict;
NSDictionary* _shortTitleDict;
id _userInfo;
NSMutableDictionary* _properties;
SEL _confirmationAction;
SEL _confirmationCancelAction;
SEL _buttonAction;
SEL _controllerLoadAction;
bool _showContentString;
}
@property (nonatomic,retain) NSArray* values; //@synthesize values=_values - In the implementation block
@property (nonatomic,retain) NSString* name; //@synthesize name=_name - In the implementation block
@property (nonatomic,retain) id userInfo; //@synthesize userInfo=_userInfo - In the implementation block
@property (nonatomic,retain) NSDictionary* titleDictionary; //@synthesize titleDict=_titleDict - In the implementation block
@property (nonatomic,retain) NSDictionary* shortTitleDictionary; //@synthesize shortTitleDict=_shortTitleDict - In the implementation block
@property (nonatomic,retain) NSString* identifier;
@property (assign,nonatomic,weak) id target;
@property (assign,nonatomic) Class detailControllerClass;
@property (assign,nonatomic) long long cellType;
@property (assign,nonatomic) Class editPaneClass;
@property (assign,nonatomic) SEL confirmationAction; //@synthesize confirmationAction=_confirmationAction - In the implementation block
@property (assign,nonatomic) SEL confirmationCancelAction; //@synthesize confirmationCancelAction=_confirmationCancelAction - In the implementation block
@property (assign,nonatomic) SEL buttonAction; //@synthesize buttonAction=_buttonAction - In the implementation block
@property (assign,nonatomic) SEL controllerLoadAction; //@synthesize controllerLoadAction=_controllerLoadAction - In the implementation block
@property (assign,nonatomic) bool showContentString; //@synthesize showContentString=_showContentString - In the implementation block
+(id)groupSpecifierWithID:(id)arg1 name:(id)arg2 ;
+(id)specifierWithSpecifier:(id)arg1 ;
+(long long)autoCorrectionTypeForNumber:(id)arg1 ;
+(long long)autoCapsTypeForString:(id)arg1 ;
+(long long)keyboardTypeForString:(id)arg1 ;
+(id)groupSpecifierWithName:(id)arg1 ;
+(id)emptyGroupSpecifier;
+(id)groupSpecifierWithID:(id)arg1 ;
+(id)deleteButtonSpecifierWithName:(id)arg1 target:(id)arg2 action:(SEL)arg3 ;
+(id)preferenceSpecifierNamed:(id)arg1 target:(id)arg2 set:(SEL)arg3 get:(SEL)arg4 detail:(Class)arg5 cell:(long long)arg6 edit:(Class)arg7 ;
-(id)init;
-(id)description;
-(id)objectForKeyedSubscript:(id)arg1 ;
-(void)setObject:(id)arg1 forKeyedSubscript:(id)arg2 ;
-(void)setName:(NSString *)arg1 ;
-(id)name;
-(id)identifier;
-(id)userInfo;
-(void)setIdentifier:(NSString *)arg1 ;
-(id)target;
-(void)setTarget:(id)arg1 ;
-(id)values;
-(void)setValues:(NSArray *)arg1 ;
-(void)setUserInfo:(id)arg1 ;
-(void)setProperties:(id)arg1 ;
-(id)propertyForKey:(id)arg1 ;
-(void)removePropertyForKey:(id)arg1 ;
-(void)setProperty:(id)arg1 forKey:(id)arg2 ;
-(id)properties;
-(void)setButtonAction:(SEL)arg1 ;
-(SEL)buttonAction;
-(void)setValues:(id)arg1 titles:(id)arg2 ;
-(void)setKeyboardType:(long long)arg1 autoCaps:(long long)arg2 autoCorrection:(long long)arg3 ;
-(bool)showContentString;
-(void)performLegacyAction;
-(void)performControllerLoadAction;
-(void)performButtonAction;
-(SEL)confirmationAction;
-(void)performConfirmationAction;
-(SEL)confirmationCancelAction;
-(void)performConfirmationCancelAction;
-(SEL)legacyCancel;
-(void)setLegacyAction:(SEL)arg1 ;
-(SEL)legacyAction;
-(void)setupIconImageWithPath:(id)arg1 ;
-(Class)detailControllerClass;
-(void)setDetailControllerClass:(Class)arg1 ;
-(Class)editPaneClass;
-(void)setEditPaneClass:(Class)arg1 ;
-(void)setLegacyCancel:(SEL)arg1 ;
-(void)setConfirmationCancelAction:(SEL)arg1 ;
-(void)setShowContentString:(bool)arg1 ;
-(id)titleDictionary;
-(void)setTitleDictionary:(NSDictionary *)arg1 ;
-(id)shortTitleDictionary;
-(void)setShortTitleDictionary:(NSDictionary *)arg1 ;
-(bool)hasValidSetter;
-(bool)hasValidGetter;
-(void)setValues:(id)arg1 titles:(id)arg2 shortTitles:(id)arg3 ;
-(void)performSetterWithValue:(id)arg1 ;
-(id)performGetter;
-(void)loadValuesAndTitlesFromDataSource;
-(void)setValues:(id)arg1 titles:(id)arg2 shortTitles:(id)arg3 usingLocalizedTitleSorting:(bool)arg4 ;
-(void)setupIconImageWithBundle:(id)arg1 ;
-(long long)titleCompare:(id)arg1 ;
-(bool)isEqualToSpecifier:(id)arg1 ;
-(bool)versionLabelEnabled;
-(void)setVersionLabelEnabled:(bool)arg1 ;
-(void)setCellType:(long long)arg1 ;
-(long long)cellType;
-(void)setControllerLoadAction:(SEL)arg1 ;
-(SEL)controllerLoadAction;
-(void)setConfirmationAction:(SEL)arg1 ;
@end