A generic "value". Can be subclassed to hold specific data types. More...
#import <CPValue.h>
Class Methods | |
(id) | + valueWithJSObject: |
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 |
A generic "value". Can be subclassed to hold specific data types.
The class can be subclassed to hold different types of scalar values.
|
implementation |
Encodes the data into the specified coder.
the | coder into which the data will be written. |
Provided by category CPValue(CPCoding).
|
implementation |
Initializes the value from a coder.
aCoder | the coder from which to initialize |
Provided by category CPValue(CPCoding).
|
implementation |
|
implementation |
|
implementation |