API  1.0.0
CPUserDefaultsController Class Reference

#import <CPUserDefaultsController.h>

+ Inheritance diagram for CPUserDefaultsController:

Instance Methods

(BOOL) - appliesImmediately
 
(CPUserDefaults- defaults
 
(void) - encodeWithCoder:
 
(BOOL) - hasUnappliedChanges
 
(CPDictionary- initialValues
 
(id) - initWithCoder:
 
(id) - initWithDefaults:initialValues:
 
(void) - revert:
 
(void) - revertToInitialValues:
 
(void) - save:
 
(void) - setAppliesImmediately:
 
(void) - setInitialValues:
 
(id) - values
 
- Instance Methods inherited from CPController
(BOOL) - commitEditing
 
(void) - discardEditing
 
(id) - init
 
(BOOL) - isEditing
 
(void) - objectDidBeginEditing:
 
(void) - objectDidEndEditing:
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(id) - copy
 
(void) - dealloc
 
(CPString- description
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray) - exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Class Methods

(id) + sharedUserDefaultsController
 
- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(void) + cancelPreviousPerformRequestsWithTarget:
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object:
 
(Class) + class
 
(BOOL) + conformsToProtocol:
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesImplementSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isBindingExclusive:
 
(BOOL) + isSubclassOfClass:
 
(CPSet) + keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + object:performSelector:withObject:afterDelay:inModes:
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Detailed Description

Definition at line 2 of file CPUserDefaultsController.h.

Method Documentation

◆ appliesImmediately()

- (BOOL) appliesImmediately
implementation

Synthesized accessor method.

Provided by category CPUserDefaultsController(CPSynthesizedAccessors).

Definition at line 300 of file CPUserDefaultsController.j.

◆ defaults()

- (CPUserDefaults) defaults
implementation

Synthesized accessor method.

Provided by category CPUserDefaultsController(CPSynthesizedAccessors).

Definition at line 276 of file CPUserDefaultsController.j.

◆ encodeWithCoder:()

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Reimplemented from CPController.

Provided by category CPUserDefaultsController(CPCoding).

Definition at line 112 of file CPUserDefaultsController.j.

◆ hasUnappliedChanges()

- (BOOL) hasUnappliedChanges
implementation

Definition at line 70 of file CPUserDefaultsController.j.

◆ initialValues()

- (CPDictionary) initialValues
implementation

Synthesized accessor method.

Provided by category CPUserDefaultsController(CPSynthesizedAccessors).

Definition at line 284 of file CPUserDefaultsController.j.

◆ initWithCoder:()

- (id) initWithCoder: (CPCoder aCoder
implementation

Reimplemented from CPController.

Provided by category CPUserDefaultsController(CPCoding).

Definition at line 97 of file CPUserDefaultsController.j.

◆ initWithDefaults:initialValues:()

- (id) initWithDefaults: (CPUserDefaults someDefaults
initialValues: (CPDictionary initialValues 
implementation

Definition at line 49 of file CPUserDefaultsController.j.

◆ revert:()

- (void) revert: (id)  sender
implementation

Definition at line 80 of file CPUserDefaultsController.j.

◆ revertToInitialValues:()

- (void) revertToInitialValues: (id)  sender
implementation

Definition at line 85 of file CPUserDefaultsController.j.

◆ save:()

- (void) save: (id)  sender
implementation

Definition at line 75 of file CPUserDefaultsController.j.

◆ setAppliesImmediately:()

- (void) setAppliesImmediately: (BOOL)  aValue
implementation

Synthesized accessor method.

Provided by category CPUserDefaultsController(CPSynthesizedAccessors).

Definition at line 308 of file CPUserDefaultsController.j.

◆ setInitialValues:()

- (void) setInitialValues: (CPDictionary aValue
implementation

Synthesized accessor method.

Provided by category CPUserDefaultsController(CPSynthesizedAccessors).

Definition at line 292 of file CPUserDefaultsController.j.

◆ sharedUserDefaultsController()

+ (id) sharedUserDefaultsController
implementation

Definition at line 41 of file CPUserDefaultsController.j.

◆ values()

- (id) values
implementation

Definition at line 65 of file CPUserDefaultsController.j.


The documentation for this class was generated from the following files: