API
0.9.6
Main Page
Related Pages
Modules
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Files
Functions
Variables
Macros
Modules
Pages
CPMutableArray Member List
This is the complete list of members for
CPMutableArray
, including all inherited members.
+
accessInstanceVariablesDirectly
CPObject(CPKeyValueCoding)
static
-
addObject:
CPMutableArray
-
addObjectsFromArray:
CPMutableArray
-
addObserver:forKeyPath:options:context:
CPArray(KeyValueObserving)
-
addObserver:forKeyPath:options:context:
CPObject(KeyValueObserving)
-
addObserver:toObjectsAtIndexes:forKeyPath:options:context:
CPArray(KeyValueObserving)
+
alloc
CPArray
static
+
allocWithCoder:
CPObject
static
-
applyChange:toKeyPath:
CPObject(KeyValueObserving)
+
array
CPArray
static
-
arrayByAddingObject:
CPArray
-
arrayByAddingObjectsFromArray:
CPArray
+
arrayWithArray:
CPArray
static
+
arrayWithCapacity:
CPMutableArray
static
+
arrayWithObject:
CPArray
static
+
arrayWithObjects:
CPArray
static
+
arrayWithObjects:count:
CPArray
static
+
automaticallyNotifiesObserversForKey:
CPObject(KeyValueObserving)
static
-
autorelease
CPObject
-
awakeAfterUsingCoder:
CPObject(CPCoding)
-
awakeFromCib
CPObject(CPCibLoading)
-
bind:toObject:withKeyPath:options:
CPObject(KeyValueBindingCreation)
+
class
CPObject
static
-
classForCoder
CPObject
-
classForKeyedArchiver
CPObject
-
className
CPObject
-
componentsJoinedByString:
CPArray
-
containsObject:
CPArray
-
containsObjectIdenticalTo:
CPArray
-
copy
CPArray
-
count
CPArray
-
dealloc
CPObject
-
description
CPArray
-
dictionaryWithValuesForKeys:
CPObject(CPKeyValueCoding)
-
didChange:valuesAtIndexes:forKey:
CPObject(KeyValueObserving)
-
didChangeValueForKey:
CPObject(KeyValueObserving)
-
didChangeValueForKey:withSetMutation:usingObjects:
CPObject(KeyValueObserving)
-
doesNotRecognizeSelector:
CPObject
-
encodeWithCoder:
CPArray(CPCoding)
-
enumerateObjectsUsingBlock:
CPArray
-
enumerateObjectsWithOptions:usingBlock:
CPArray
-
exchangeObjectAtIndex:withObjectAtIndex:
CPMutableArray
+
exposeBinding:
CPObject(KeyValueBindingCreation)
static
-
exposedBindings
CPObject(KeyValueBindingCreation)
-
filteredArrayUsingPredicate:
CPArray(CPPredicate)
-
filterUsingPredicate:
CPArray(CPPredicate)
-
firstObject
CPArray
-
firstObjectCommonWithArray:
CPArray
-
forwardingTargetForSelector:
CPObject
-
forwardInvocation:
CPObject
-
hash
CPObject
-
implementsSelector:
CPObject
-
indexesOfObjectsPassingTest:
CPArray
-
indexesOfObjectsPassingTest:context:
CPArray
-
indexesOfObjectsWithOptions:passingTest:
CPArray
-
indexesOfObjectsWithOptions:passingTest:context:
CPArray
-
indexOfObject:
CPArray
-
indexOfObject:inRange:
CPArray
-
indexOfObject:inSortedRange:options:usingComparator:
CPArray
-
indexOfObjectIdenticalTo:
CPArray
-
indexOfObjectIdenticalTo:inRange:
CPArray
-
indexOfObjectPassingTest:
CPArray
-
indexOfObjectPassingTest:context:
CPArray
-
indexOfObjectWithOptions:passingTest:
CPArray
-
indexOfObjectWithOptions:passingTest:context:
CPArray
-
infoForBinding:
CPObject(KeyValueBindingCreation)
-
init
CPArray
+
initialize
CPObject
static
-
initWithArray:
CPArray
-
initWithArray:copyItems:
CPArray
-
initWithCapacity:
CPArray
-
initWithCoder:
CPArray(CPCoding)
-
initWithObjects:
CPArray
-
initWithObjects:count:
CPArray
-
insertObject:atIndex:
CPMutableArray
-
insertObject:inArraySortedByDescriptors:
CPMutableArray
-
insertObjects:atIndexes:
CPMutableArray
+
instanceMethodForSelector:
CPObject
static
+
instancesRespondToSelector:
CPObject
static
isa
CPObject
protected
-
isEqual:
CPArray
-
isEqualToArray:
CPArray
-
isKindOfClass:
CPObject
-
isMemberOfClass:
CPObject
-
isProxy
CPObject
+
isSubclassOfClass:
CPObject
static
+
keyPathsForValuesAffectingValueForKey:
CPObject(KeyValueObserving)
static
-
lastObject
CPArray
+
load
CPObject
static
-
makeObjectsPerformSelector:
CPArray
-
makeObjectsPerformSelector:withObject:
CPArray
-
makeObjectsPerformSelector:withObjects:
CPArray
-
methodForSelector:
CPObject
-
methodSignatureForSelector:
CPObject
-
mutableArrayValueForKey:
CPObject(CPArrayKVO)
-
mutableArrayValueForKeyPath:
CPObject(CPArrayKVO)
-
mutableCopy
CPArray(CPMutableCopying)
-
mutableSetValueForKey:
CPObject(CPSetKVO)
-
mutableSetValueForKeyPath:
CPObject(CPSetKVO)
+
new
CPObject
static
-
objectAtIndex:
CPArray
-
objectEnumerator
CPArray
-
objectsAtIndexes:
CPArray
-
pathsMatchingExtensions:
CPArray
-
performSelector:
CPObject
-
performSelector:withObject:
CPObject
-
performSelector:withObject:withObject:
CPObject
-
performSelector:withObjects:
CPObject
-
release
CPObject
-
removeAllObjects
CPMutableArray
-
removeLastObject
CPMutableArray
-
removeObject:
CPMutableArray
-
removeObject:inRange:
CPMutableArray
-
removeObjectAtIndex:
CPMutableArray
-
removeObjectIdenticalTo:
CPMutableArray
-
removeObjectIdenticalTo:inRange:
CPMutableArray
-
removeObjectsAtIndexes:
CPMutableArray
-
removeObjectsInArray:
CPMutableArray
-
removeObjectsInRange:
CPMutableArray
-
removeObserver:forKeyPath:
CPArray(KeyValueObserving)
-
removeObserver:fromObjectsAtIndexes:forKeyPath:
CPArray(KeyValueObserving)
-
replacementObjectForArchiver:
CPObject
-
replacementObjectForCoder:
CPObject
-
replacementObjectForKeyedArchiver:
CPObject
-
replaceObjectAtIndex:withObject:
CPMutableArray
-
replaceObjectsAtIndexes:withObjects:
CPMutableArray
-
replaceObjectsInRange:withObjectsFromArray:
CPMutableArray
-
replaceObjectsInRange:withObjectsFromArray:range:
CPMutableArray
-
respondsToSelector:
CPObject
-
retain
CPObject
-
reverseObjectEnumerator
CPArray
-
self
CPObject
-
setArray:
CPMutableArray
-
setValue:forKey:
CPArray(CPKeyValueCoding)
-
setValue:forKeyPath:
CPArray(CPKeyValueCoding)
-
setValue:forUndefinedKey:
CPObject(CPKeyValueCoding)
-
setValuesForKeysWithDictionary:
CPObject(CPKeyValueCoding)
+
setVersion:
CPObject
static
-
sortedArrayUsingDescriptors:
CPArray
-
sortedArrayUsingFunction:
CPArray
-
sortedArrayUsingFunction:context:
CPArray
-
sortedArrayUsingSelector:
CPArray
-
sortUsingDescriptors:
CPMutableArray
-
sortUsingFunction:context:
CPMutableArray
-
sortUsingSelector:
CPMutableArray
-
subarrayWithRange:
CPArray
+
superclass
CPObject
static
-
UID
CPObject
-
unbind:
CPObject(KeyValueBindingCreation)
-
valueClassForBinding:
CPObject(KeyValueBindingCreation)
-
valueForKey:
CPArray(CPKeyValueCoding)
-
valueForKeyPath:
CPArray(CPKeyValueCoding)
-
valueForUndefinedKey:
CPObject(CPKeyValueCoding)
+
version
CPObject
static
-
willChange:valuesAtIndexes:forKey:
CPObject(KeyValueObserving)
-
willChangeValueForKey:
CPObject(KeyValueObserving)
-
willChangeValueForKey:withSetMutation:usingObjects:
CPObject(KeyValueObserving)
Generated on Tue Nov 25 2014 12:36:06 for API by
1.8.8