API  1.0.0
CPAnimationContext Class Reference

#import <CPAnimationContext.h>

+ Inheritance diagram for CPAnimationContext:

Instance Methods

(Object) - actionFromAction:forAnimatedSubview:
 
(void) - completionHandler
 
(double) - duration
 
(void) - getAnimations:getTimers:usingAction:cssAnimate:
 
(id) - init
 
(void) - setCompletionHandler:
 
(void) - setDuration:
 
(void) - setTimingFunction:
 
(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:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(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

(void) + beginGrouping
 
(CPArray) + contextStack
 
(id) + currentContext
 
(BOOL) + endGrouping
 
(void) + runAnimationGroup:completionHandler:
 
- 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
 

Detailed Description

Definition at line 2 of file CPAnimationContext.h.

Method Documentation

◆ actionFromAction:forAnimatedSubview:()

- (Object) actionFromAction: (Object)  anAction
forAnimatedSubview: (CPView aView 
implementation

Definition at line 334 of file CPAnimationContext.j.

◆ beginGrouping()

+ (void) beginGrouping
implementation

Definition at line 76 of file CPAnimationContext.j.

◆ completionHandler()

- (void) completionHandler
implementation

Definition at line 381 of file CPAnimationContext.j.

◆ contextStack()

+ (CPArray) contextStack
implementation

Definition at line 32 of file CPAnimationContext.j.

◆ currentContext()

+ (id) currentContext
implementation

Definition at line 16 of file CPAnimationContext.j.

◆ duration()

- (double) duration
implementation

Synthesized accessor method.

Provided by category CPAnimationContext(CPSynthesizedAccessors).

Definition at line 562 of file CPAnimationContext.j.

◆ endGrouping()

+ (BOOL) endGrouping
implementation

Definition at line 90 of file CPAnimationContext.j.

◆ getAnimations:getTimers:usingAction:cssAnimate:()

- (void) getAnimations: (CPArray)  cssAnimations
getTimers: (CPArray)  timers
usingAction: (Object)  anAction
cssAnimate: (BOOL)  needsCSSAnimation 
implementation

Definition at line 264 of file CPAnimationContext.j.

◆ init()

- (id) init
implementation

Initializes the receiver

Returns
the initialized receiver

Reimplemented from CPObject.

Definition at line 52 of file CPAnimationContext.j.

◆ runAnimationGroup:completionHandler:()

+ (void) runAnimationGroup: (Function/*(CPAnimationContext context)*/)  animationsBlock
completionHandler: (Function)  aCompletionHandler 
implementation

Definition at line 40 of file CPAnimationContext.j.

◆ setCompletionHandler:()

- (void) setCompletionHandler: (Function)  aCompletionHandler
implementation

Definition at line 358 of file CPAnimationContext.j.

◆ setDuration:()

- (void) setDuration: (double)  aValue
implementation

Synthesized accessor method.

Provided by category CPAnimationContext(CPSynthesizedAccessors).

Definition at line 570 of file CPAnimationContext.j.

◆ setTimingFunction:()

- (void) setTimingFunction: (CAMediaTimingFunction aValue
implementation

Synthesized accessor method.

Provided by category CPAnimationContext(CPSynthesizedAccessors).

Definition at line 586 of file CPAnimationContext.j.

◆ timingFunction()

- (CAMediaTimingFunction) timingFunction
implementation

Synthesized accessor method.

Provided by category CPAnimationContext(CPSynthesizedAccessors).

Definition at line 578 of file CPAnimationContext.j.


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