API  1.0.0
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 = @"@"CPKeyValueChangeIndexesKey"

Definition at line 281 of file CPKeyValueObserving.j.

◆ CPKeyValueChangeInsertion

CPKeyValueChangeInsertion = 2

Definition at line 286 of file CPKeyValueObserving.j.

◆ CPKeyValueChangeKindKey

CPKeyValueChangeKindKey = @"@"CPKeyValueChangeKindKey"

Definition at line 278 of file CPKeyValueObserving.j.

◆ CPKeyValueChangeNewKey

CPKeyValueChangeNewKey = @"@"CPKeyValueChangeNewKey"

Definition at line 279 of file CPKeyValueObserving.j.

◆ CPKeyValueChangeNotificationIsPriorKey

CPKeyValueChangeNotificationIsPriorKey = @"@"CPKeyValueChangeNotificationIsPriorKey"

Definition at line 282 of file CPKeyValueObserving.j.

◆ CPKeyValueChangeOldKey

CPKeyValueChangeOldKey = @"@"CPKeyValueChangeOldKey"

Definition at line 280 of file CPKeyValueObserving.j.

◆ CPKeyValueChangeRemoval

CPKeyValueChangeRemoval = 3

Definition at line 287 of file CPKeyValueObserving.j.

◆ CPKeyValueChangeReplacement

CPKeyValueChangeReplacement = 4

Definition at line 288 of file CPKeyValueObserving.j.

◆ CPKeyValueChangeSetting

CPKeyValueChangeSetting = 1

Definition at line 285 of file CPKeyValueObserving.j.

◆ CPKeyValueIntersectSetMutation

CPKeyValueIntersectSetMutation = 3

Definition at line 293 of file CPKeyValueObserving.j.

◆ CPKeyValueMinusSetMutation

CPKeyValueMinusSetMutation = 2

Definition at line 292 of file CPKeyValueObserving.j.

◆ CPKeyValueObservingOptionInitial

CPKeyValueObservingOptionInitial = 1 << 2

Definition at line 274 of file CPKeyValueObserving.j.

◆ CPKeyValueObservingOptionNew

CPKeyValueObservingOptionNew = 1 << 0

Definition at line 272 of file CPKeyValueObserving.j.

◆ CPKeyValueObservingOptionOld

CPKeyValueObservingOptionOld = 1 << 1

Definition at line 273 of file CPKeyValueObserving.j.

◆ CPKeyValueObservingOptionPrior

CPKeyValueObservingOptionPrior = 1 << 3

Definition at line 275 of file CPKeyValueObserving.j.

◆ CPKeyValueSetSetMutation

CPKeyValueSetSetMutation = 4

Definition at line 294 of file CPKeyValueObserving.j.

◆ CPKeyValueUnionSetMutation

CPKeyValueUnionSetMutation = 1

Definition at line 291 of file CPKeyValueObserving.j.

◆ DependentKeysKey

var DependentKeysKey = "$KVODEPENDENT"

Definition at line 313 of file CPKeyValueObserving.j.

◆ kvoNewAndOld

Definition at line 312 of file CPKeyValueObserving.j.

◆ KVOProxyKey

var KVOProxyKey = "$KVOPROXY"

Definition at line 314 of file CPKeyValueObserving.j.