Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPKeyValueObserving.j File Reference

Go to the source code of this file.

Variables

 CPKeyValueChangeIndexesKey = @"@"CPKeyValueChangeIndexesKey"
 
 CPKeyValueChangeInsertion = 2
 
 CPKeyValueChangeKindKey = @"@"CPKeyValueChangeKindKey"
 
 CPKeyValueChangeNewKey = @"@"CPKeyValueChangeNewKey"
 
 CPKeyValueChangeNotificationIsPriorKey = @"@"CPKeyValueChangeNotificationIsPriorKey"
 
 CPKeyValueChangeOldKey = @"@"CPKeyValueChangeOldKey"
 
 CPKeyValueChangeRemoval = 3
 
 CPKeyValueChangeReplacement = 4
 
 CPKeyValueChangeSetting = 1
 
 CPKeyValueIntersectSetMutation = 3
 
 CPKeyValueMinusSetMutation = 2
 
 CPKeyValueObservingOptionInitial = 1 << 2
 
 CPKeyValueObservingOptionNew = 1 << 0
 
 CPKeyValueObservingOptionOld = 1 << 1
 
 CPKeyValueObservingOptionPrior = 1 << 3
 
 CPKeyValueSetSetMutation = 4
 
 CPKeyValueUnionSetMutation = 1
 
var DependentKeysKey = "$KVODEPENDENT"
 
var kvoNewAndOld = CPKeyValueObservingOptionNew | CPKeyValueObservingOptionOld
 
var KVOProxyKey = "$KVOPROXY"
 

Variable Documentation

CPKeyValueChangeIndexesKey = @"@"CPKeyValueChangeIndexesKey"

Definition at line 281 of file CPKeyValueObserving.j.

CPKeyValueChangeInsertion = 2

Definition at line 286 of file CPKeyValueObserving.j.

CPKeyValueChangeKindKey = @"@"CPKeyValueChangeKindKey"

Definition at line 278 of file CPKeyValueObserving.j.

CPKeyValueChangeNewKey = @"@"CPKeyValueChangeNewKey"

Definition at line 279 of file CPKeyValueObserving.j.

CPKeyValueChangeNotificationIsPriorKey = @"@"CPKeyValueChangeNotificationIsPriorKey"

Definition at line 282 of file CPKeyValueObserving.j.

CPKeyValueChangeOldKey = @"@"CPKeyValueChangeOldKey"

Definition at line 280 of file CPKeyValueObserving.j.

CPKeyValueChangeRemoval = 3

Definition at line 287 of file CPKeyValueObserving.j.

CPKeyValueChangeReplacement = 4

Definition at line 288 of file CPKeyValueObserving.j.

CPKeyValueChangeSetting = 1

Definition at line 285 of file CPKeyValueObserving.j.

CPKeyValueIntersectSetMutation = 3

Definition at line 293 of file CPKeyValueObserving.j.

CPKeyValueMinusSetMutation = 2

Definition at line 292 of file CPKeyValueObserving.j.

CPKeyValueObservingOptionInitial = 1 << 2

Definition at line 274 of file CPKeyValueObserving.j.

CPKeyValueObservingOptionNew = 1 << 0

Definition at line 272 of file CPKeyValueObserving.j.

CPKeyValueObservingOptionOld = 1 << 1

Definition at line 273 of file CPKeyValueObserving.j.

CPKeyValueObservingOptionPrior = 1 << 3

Definition at line 275 of file CPKeyValueObserving.j.

CPKeyValueSetSetMutation = 4

Definition at line 294 of file CPKeyValueObserving.j.

CPKeyValueUnionSetMutation = 1

Definition at line 291 of file CPKeyValueObserving.j.

var DependentKeysKey = "$KVODEPENDENT"

Definition at line 313 of file CPKeyValueObserving.j.

Definition at line 312 of file CPKeyValueObserving.j.

var KVOProxyKey = "$KVOPROXY"

Definition at line 314 of file CPKeyValueObserving.j.