API  0.9.6
 All Classes Files Functions Variables Macros Modules Pages
CAAnimation Class Reference

#import <CAAnimation.h>

+ Inheritance diagram for CAAnimation:

Instance Methods

(id) - delegate
 
(id) - init
 
(BOOL) - isRemovedOnCompletion
 
(BOOL) - removedOnCompletion
 
(void) - runActionForKey:object:arguments:
 
(void) - setDelegate:
 
(void) - setRemovedOnCompletion:
 
(void) - shouldArchiveValueForKey:
 
(CAMediaTimingFunction- timingFunction
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(id) - copy
 
(void) - dealloc
 
(CPString- description
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray- exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Class Methods

(id) + animation
 
(id) + defaultValueForKey:
 
- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(Class) + class
 
(void) + exposeBinding:
 
(void) + initialize
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isSubclassOfClass:
 
(CPSet+ keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Additional Inherited Members

- Instance Variables inherited from CPObject
Class isa
 

Detailed Description

Definition at line 2 of file CAAnimation.h.

Method Documentation

+ (id) animation
implementation

Creates a new CAAnimation instance

Returns
a new CAAnimation instance

Definition at line 38 of file CAAnimation.j.

+ (id) defaultValueForKey: (CPString aKey
implementation

Returns nil

Returns
nil

Definition at line 66 of file CAAnimation.j.

- (id) delegate
implementation

Returns the animation's delegate

Definition at line 117 of file CAAnimation.j.

- (id) init
implementation

Initializes the receiver

Returns
the initialized receiver

Reimplemented from CPObject.

Definition at line 43 of file CAAnimation.j.

- (BOOL) isRemovedOnCompletion
implementation

Returns YES if the animation is removed after completion

Definition at line 91 of file CAAnimation.j.

- (BOOL) removedOnCompletion
implementation

Returns YES if the animation is removed after completion

Definition at line 83 of file CAAnimation.j.

- (void) runActionForKey: (CPString aKey
object: (id)  anObject
arguments: (CPDictionary arguments 
implementation

Definition at line 122 of file CAAnimation.j.

- (void) setDelegate: (id)  aDelegate
implementation

Sets the animation delegate

Parameters
aDelegatethe new delegate

Definition at line 109 of file CAAnimation.j.

- (void) setRemovedOnCompletion: (BOOL)  isRemovedOnCompletion
implementation

Specifies whether this animation should be removed after it has completed.

Parameters
c YES means the animation should be removed

Definition at line 75 of file CAAnimation.j.

- (void) shouldArchiveValueForKey: (CPString aKey
implementation

Returns YES

Returns
YES

Definition at line 57 of file CAAnimation.j.

- (CAMediaTimingFunction) timingFunction
implementation

Returns the animation's timing function. If nil, then it has a linear pacing.

Definition at line 99 of file CAAnimation.j.


The documentation for this class was generated from the following files: