#import <NSObject-NSKeyValueCoding.h>
Öffentliche Methoden | |
| (id) | - valueForKey: |
| (void) | - setValue:forKey: |
| (BOOL) | - validateValue:forKey:error: |
| (id) | - mutableArrayValueForKey: |
| (id) | - mutableSetValueForKey: |
| (id) | - valueForKeyPath: |
| (void) | - setValue:forKeyPath: |
| (BOOL) | - validateValue:forKeyPath:error: |
| (id) | - mutableArrayValueForKeyPath: |
| (id) | - mutableSetValueForKeyPath: |
| (id) | - valueForUndefinedKey: |
| (void) | - setValue:forUndefinedKey: |
| (void) | - setNilValueForKey: |
| (id) | - dictionaryWithValuesForKeys: |
| (void) | - setValuesForKeysWithDictionary: |
Öffentliche, statische Methoden | |
| (BOOL) | + accessInstanceVariablesDirectly |
| (id) | + _createMutableArrayValueGetterWithContainerClassID:key: |
Definiert in Zeile 9 der Datei NSObject-NSKeyValueCoding.h.
| + (BOOL) accessInstanceVariablesDirectly |
| + (id) _createMutableArrayValueGetterWithContainerClassID: | (id) | fp8 | ||
| key: | (id) | fp12 | ||
| - (id) valueForKey: | (id) | fp8 |
| - (void) setValue: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (BOOL) validateValue: | (id *) | fp8 | ||
| forKey: | (id) | fp12 | ||
| error: | (id *) | fp16 | ||
| - (id) mutableArrayValueForKey: | (id) | fp8 |
| - (id) mutableSetValueForKey: | (id) | fp8 |
| - (id) valueForKeyPath: | (id) | fp8 |
| - (void) setValue: | (id) | fp8 | ||
| forKeyPath: | (id) | fp12 | ||
| - (BOOL) validateValue: | (id *) | fp8 | ||
| forKeyPath: | (id) | fp12 | ||
| error: | (id *) | fp16 | ||
| - (id) mutableArrayValueForKeyPath: | (id) | fp8 |
| - (id) mutableSetValueForKeyPath: | (id) | fp8 |
| - (id) valueForUndefinedKey: | (id) | fp8 |
| - (void) setValue: | (id) | fp8 | ||
| forUndefinedKey: | (id) | fp12 | ||
| - (void) setNilValueForKey: | (id) | fp8 |
| - (id) dictionaryWithValuesForKeys: | (id) | fp8 |
| - (void) setValuesForKeysWithDictionary: | (id) | fp8 |