![]() |
API 0.9.5
|
#import <CPControllerSelectionProxy.h>
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: |
Definition at line 2 of file CPControllerSelectionProxy.h.
- (void) addObserver: | (id) | anObject | |
forKeyPath: | (CPString) | aKeyPath | |
options: | (CPKeyValueObservingOptions) | options | |
context: | (id) | context | |
Definition at line 769 of file CPObjectController.j.
- (void) controllerDidChange |
Definition at line 751 of file CPObjectController.j.
- (void) controllerWillChange |
Definition at line 738 of file CPObjectController.j.
- (unsigned) count |
Definition at line 728 of file CPObjectController.j.
- (id) initWithController: | (id) | aController |
Definition at line 648 of file CPObjectController.j.
- (id) keyEnumerator |
Definition at line 733 of file CPObjectController.j.
- (void) observeValueForKeyPath: | (CPString) | aKeyPath | |
ofObject: | (id) | anObject | |
change: | (CPDictionary) | change | |
context: | (id) | context | |
Definition at line 764 of file CPObjectController.j.
- (void) removeObserver: | (id) | anObject | |
forKeyPath: | (CPString) | aKeyPath | |
Reimplemented from CPObject.
Definition at line 783 of file CPObjectController.j.
- (void) setValue: | (id) | theValue | |
forKey: | (CPString) | theKeyPath | |
Reimplemented from CPObject.
Definition at line 723 of file CPObjectController.j.
- (void) setValue: | (id) | theValue | |
forKeyPath: | (CPString) | theKeyPath | |
Reimplemented from CPObject.
Definition at line 706 of file CPObjectController.j.
- (id) valueForKey: | (CPString) | theKeyPath |
Reimplemented from CPObject.
Definition at line 701 of file CPObjectController.j.
- (id) valueForKeyPath: | (CPString) | theKeyPath |
Reimplemented from CPObject.
Definition at line 691 of file CPObjectController.j.