API  1.0.0
CPControllerSelectionProxy Class Reference

#import <CPControllerSelectionProxy.h>

+ Inheritance diagram for CPControllerSelectionProxy:

Instance Methods

(void) - addObserver:forKeyPath:options:context:
 
(void) - controllerDidChange
 
(void) - controllerWillChange
 
(unsigned) - count
 
(id) - initWithController:
 
(id) - keyEnumerator
 
(void) - observeValueForKeyPath:ofObject:change:context:
 
(void) - removeObserver:forKeyPath:
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
- Instance Methods inherited from CPObject
(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:
 
(id) - init
 
(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
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Additional Inherited Members

- 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 CPControllerSelectionProxy.h.

Method Documentation

◆ addObserver:forKeyPath:options:context:()

- (void) addObserver: (id)  anObject
forKeyPath: (CPString aKeyPath
options: (CPKeyValueObservingOptions)  options
context: (id)  context 
implementation

Reimplemented from CPObject.

Definition at line 855 of file CPObjectController.j.

◆ controllerDidChange()

- (void) controllerDidChange
implementation

Definition at line 837 of file CPObjectController.j.

◆ controllerWillChange()

- (void) controllerWillChange
implementation

Definition at line 824 of file CPObjectController.j.

◆ count()

- (unsigned) count
implementation

Definition at line 814 of file CPObjectController.j.

◆ initWithController:()

- (id) initWithController: (id)  aController
implementation

Definition at line 727 of file CPObjectController.j.

◆ keyEnumerator()

- (id) keyEnumerator
implementation

Definition at line 819 of file CPObjectController.j.

◆ observeValueForKeyPath:ofObject:change:context:()

- (void) observeValueForKeyPath: (CPString aKeyPath
ofObject: (id)  anObject
change: (CPDictionary change
context: (id)  context 
implementation

Definition at line 850 of file CPObjectController.j.

◆ removeObserver:forKeyPath:()

- (void) removeObserver: (id)  anObject
forKeyPath: (CPString aKeyPath 
implementation

Reimplemented from CPObject.

Definition at line 868 of file CPObjectController.j.

◆ setValue:forKey:()

- (void) setValue: (id)  theValue
forKey: (CPString theKeyPath 
implementation

Reimplemented from CPObject.

Definition at line 809 of file CPObjectController.j.

◆ setValue:forKeyPath:()

- (void) setValue: (id)  theValue
forKeyPath: (CPString theKeyPath 
implementation

Reimplemented from CPObject.

Definition at line 792 of file CPObjectController.j.

◆ valueForKey:()

- (id) valueForKey: (CPString theKeyPath
implementation

Reimplemented from CPObject.

Definition at line 787 of file CPObjectController.j.

◆ valueForKeyPath:()

- (id) valueForKeyPath: (CPString theKeyPath
implementation

Reimplemented from CPObject.

Definition at line 771 of file CPObjectController.j.


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