Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPViewAnimator Class Reference

#import <CPViewAnimator.h>

+ Inheritance diagram for CPViewAnimator:

Instance Methods

(id) - initWithTarget:
 
(BOOL) - needsPeriodicFrameUpdatesForKeyPath:
 
(void) - removeFromSuperview
 
(void) - setAlphaValue:
 
(void) - setBackgroundColor:
 
(void) - setFrame:
 
(void) - setFrameOrigin:
 
(void) - setFrameSize:
 
(void) - setHidden:
 
(void) - setWantsPeriodicFrameUpdates:
 
(BOOL) - wantsPeriodicFrameUpdates
 

Class Methods

(void) + addAnimations:forAction:
 
(void) + addFrameUpdaters:forAction:
 
(void) + stopUpdaterWithIdentifier:
 

Detailed Description

Definition at line 2 of file CPViewAnimator.h.

Method Documentation

+ (void) addAnimations: (CPArray)  animations
forAction: (id)  anAction 
implementation

Definition at line 111 of file CPViewAnimator.j.

+ (void) addFrameUpdaters: (CPArray)  frameUpdaters
forAction: (id)  anAction 
implementation

Definition at line 148 of file CPViewAnimator.j.

- (id) initWithTarget: (id)  aTarget
implementation

Definition at line 11 of file CPViewAnimator.j.

- (BOOL) needsPeriodicFrameUpdatesForKeyPath: (CPString aKeyPath
implementation

Definition at line 181 of file CPViewAnimator.j.

- (void) removeFromSuperview
implementation

Definition at line 20 of file CPViewAnimator.j.

- (void) setAlphaValue: (CGPoint)  alphaValue
implementation

Definition at line 36 of file CPViewAnimator.j.

- (void) setBackgroundColor: (CPColor aColor
implementation

Definition at line 41 of file CPViewAnimator.j.

- (void) setFrame: (CGRect)  aFrame
implementation

Definition at line 51 of file CPViewAnimator.j.

- (void) setFrameOrigin: (CGPoint)  aFrameOrigin
implementation

Definition at line 46 of file CPViewAnimator.j.

- (void) setFrameSize: (CGSize)  aFrameSize
implementation

Definition at line 56 of file CPViewAnimator.j.

- (void) setHidden: (BOOL)  shouldHide
implementation

Definition at line 25 of file CPViewAnimator.j.

- (void) setWantsPeriodicFrameUpdates: (BOOL)  aValue
implementation

Synthesized accessor method.

Provided by category CPViewAnimator(CPSynthesizedAccessors).

Definition at line 451 of file CPViewAnimator.j.

+ (void) stopUpdaterWithIdentifier: (CPString anIdentifier
implementation

Definition at line 168 of file CPViewAnimator.j.

- (BOOL) wantsPeriodicFrameUpdates
implementation

Synthesized accessor method.

Provided by category CPViewAnimator(CPSynthesizedAccessors).

Definition at line 443 of file CPViewAnimator.j.


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