Up
Authors
- Fred Kiefer (
fredkiefer@gmx.de
)
-
Date: Generated at 2025-07-12 14:18:56 +0000
Controller class for user defaults
Copyright: (C) (C) 2006 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSUserDefaultsController.h
Availability: MacOS-X 10.3.0
Description forthcoming.
Instance Variables
+ (id)
sharedUserDefaultsController;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
appliesImmediately;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (NSUserDefaults*)
defaults;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (BOOL)
hasUnappliedChanges;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (id)
initWithDefaults: (NSUserDefaults*)defaults
initialValues: (NSDictionary*)initialValues;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (NSDictionary*)
initialValues;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
revert: (id)sender;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
revertToInitialValues: (id)sender;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
save: (id)sender;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setAppliesImmediately: (BOOL)flag;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setInitialValues: (NSDictionary*)values;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (id)
values;
Availability: MacOS-X 10.3.0
Description forthcoming.
Instance Variables for NSUserDefaultsController Class
@protected BOOL
_applies_immediately;
Availability: MacOS-X 10.3.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSUserDefaults*
_defaults;
Availability: MacOS-X 10.3.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSDictionary*
_initial_values;
Availability: MacOS-X 10.3.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected id
_values;
Availability: MacOS-X 10.3.0
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up