API  1.0.0
CPObject(CPKeyValueCoding) Category Reference

Instance Methods

(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 

Class Methods

(BOOL) + accessInstanceVariablesDirectly
 

Detailed Description

Definition at line 32 of file CPKeyValueCoding.j.

Method Documentation

◆ accessInstanceVariablesDirectly()

+ (BOOL) accessInstanceVariablesDirectly
implementation

Extends class CPObject.

Definition at line 34 of file CPKeyValueCoding.j.

◆ dictionaryWithValuesForKeys:()

- (CPDictionary) dictionaryWithValuesForKeys: (CPArray)  keys
implementation

Extends class CPObject.

Definition at line 136 of file CPKeyValueCoding.j.

◆ setValue:forKey:()

- (void) setValue: (id)  aValue
forKey: (CPString aKey 
implementation

Extends class CPObject.

Definition at line 181 of file CPKeyValueCoding.j.

◆ setValue:forKeyPath:()

- (void) setValue: (id)  aValue
forKeyPath: (CPString aKeyPath 
implementation

Extends class CPObject.

Definition at line 164 of file CPKeyValueCoding.j.

◆ setValue:forUndefinedKey:()

- (void) setValue: (id)  aValue
forUndefinedKey: (CPString aKey 
implementation

Extends class CPObject.

Definition at line 256 of file CPKeyValueCoding.j.

◆ setValuesForKeysWithDictionary:()

- (void) setValuesForKeysWithDictionary: (CPDictionary keyedValues
implementation

Extends class CPObject.

Definition at line 238 of file CPKeyValueCoding.j.

◆ valueForKey:()

- (id) valueForKey: (CPString aKey
implementation

Extends class CPObject.

Definition at line 39 of file CPKeyValueCoding.j.

◆ valueForKeyPath:()

- (id) valueForKeyPath: (CPString aKeyPath
implementation

Extends class CPObject.

Definition at line 122 of file CPKeyValueCoding.j.

◆ valueForUndefinedKey:()

- (id) valueForUndefinedKey: (CPString aKey
implementation

Extends class CPObject.

Definition at line 157 of file CPKeyValueCoding.j.


The documentation for this category was generated from the following file: