forked from saptarshiguha/ReplyWithHeaders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNSPreferencesModule.h
45 lines (38 loc) · 1023 Bytes
/
NSPreferencesModule.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
/*
* Generated by class-dump 3.3.1 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2009 by Steve Nygard.
*/
/*#import "NSObject.h"*/
/*#import <AppKit/NSPreferencesModule-Protocol.h>*/
@protocol NSPreferencesModule;
@class NSBox;
@interface NSPreferencesModule : NSObject <NSPreferencesModule>
{
NSBox *_preferencesView;
struct CGSize _minSize;
BOOL _hasChanges;
void *_reserved;
}
+ (id)sharedInstance;
- (void)dealloc;
- (void)finalize;
- (id)init;
- (id)preferencesNibName;
- (void)setPreferencesView:(id)arg1;
- (id)viewForPreferenceNamed:(id)arg1;
- (id)imageForPreferenceNamed:(id)arg1;
- (id)titleForIdentifier:(id)arg1;
- (BOOL)hasChangesPending;
- (void)saveChanges;
- (void)willBeDisplayed;
- (void)initializeFromDefaults;
- (void)didChange;
- (struct CGSize)minSize;
- (void)setMinSize:(struct CGSize)arg1;
- (void)moduleWillBeRemoved;
- (void)moduleWasInstalled;
- (BOOL)moduleCanBeRemoved;
- (BOOL)preferencesWindowShouldClose;
- (BOOL)isResizable;
@end