API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
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:
 

Class Methods

(id) + sharedUserDefaultsController
 

Detailed Description

Definition at line 2 of file CPUserDefaultsController.h.

Method Documentation

- (BOOL) appliesImmediately
implementation

Synthesized accessor method.

Provided by category CPUserDefaultsController(CPSynthesizedAccessors).

Definition at line 300 of file CPUserDefaultsController.j.

- (CPUserDefaults) defaults
implementation

Synthesized accessor method.

Provided by category CPUserDefaultsController(CPSynthesizedAccessors).

Definition at line 276 of file CPUserDefaultsController.j.

- (void) encodeWithCoder: (CPCoder aCoder
implementation

Reimplemented from CPController.

Provided by category CPUserDefaultsController(CPCoding).

Definition at line 112 of file CPUserDefaultsController.j.

- (BOOL) hasUnappliedChanges
implementation

Definition at line 70 of file CPUserDefaultsController.j.

- (CPDictionary) initialValues
implementation

Synthesized accessor method.

Provided by category CPUserDefaultsController(CPSynthesizedAccessors).

Definition at line 284 of file CPUserDefaultsController.j.

- (id) initWithCoder: (CPCoder aCoder
implementation

Reimplemented from CPController.

Provided by category CPUserDefaultsController(CPCoding).

Definition at line 97 of file CPUserDefaultsController.j.

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

Definition at line 49 of file CPUserDefaultsController.j.

- (void) revert: (id)  sender
implementation

Definition at line 80 of file CPUserDefaultsController.j.

- (void) revertToInitialValues: (id)  sender
implementation

Definition at line 85 of file CPUserDefaultsController.j.

- (void) save: (id)  sender
implementation

Definition at line 75 of file CPUserDefaultsController.j.

- (void) setAppliesImmediately: (BOOL)  aValue
implementation

Synthesized accessor method.

Provided by category CPUserDefaultsController(CPSynthesizedAccessors).

Definition at line 308 of file CPUserDefaultsController.j.

- (void) setInitialValues: (CPDictionary aValue
implementation

Synthesized accessor method.

Provided by category CPUserDefaultsController(CPSynthesizedAccessors).

Definition at line 292 of file CPUserDefaultsController.j.

+ (id) sharedUserDefaultsController
implementation

Definition at line 41 of file CPUserDefaultsController.j.

- (id) values
implementation

Definition at line 65 of file CPUserDefaultsController.j.


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