]> git.saurik.com Git - iphone-api.git/blame - QuartzCore/CAAnimation.h
Minor commit for Optimo.
[iphone-api.git] / QuartzCore / CAAnimation.h
CommitLineData
2cd8f71b
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
dfbdd7ed 7#import <Foundation/NSObject.h>
2cd8f71b
JF
8
9#import "CAAction-Protocol.h"
10#import "CAMediaTiming-Protocol.h"
11#import "NSCopying-Protocol.h"
12
13@interface CAAnimation : NSObject <NSCopying, CAMediaTiming, CAAction>
14{
15 struct _CAAttrList *_attr;
16 unsigned int _flags;
17}
18
19+ (id)defaultValueForKey:(id)fp8;
20+ (id)animation;
21- (struct _CARenderAnimation *)_setCARenderAnimation:(struct _CARenderAnimation *)fp8;
22- (void)dealloc;
23- (void)runActionForKey:(id)fp8 object:(id)fp12 arguments:(id)fp16;
24- (id)valueForKey:(id)fp8;
25- (void)setValue:(id)fp8 forKey:(id)fp12;
26- (id)valueForUndefinedKey:(id)fp8;
27- (void)setValue:(id)fp8 forUndefinedKey:(id)fp12;
28- (id)valueForKeyPath:(id)fp8;
29- (void)setValue:(id)fp8 forKeyPath:(id)fp12;
30- (id)copyWithZone:(struct _NSZone *)fp8;
31- (id)debugDescription;
32- (BOOL)removedOnCompletion;
33- (void)willChangeValueForKey:(id)fp8;
34- (void)didChangeValueForKey:(id)fp8;
35- (double)beginTime;
36- (void)setBeginTime:(double)fp8;
37- (double)timeOffset;
38- (void)setTimeOffset:(double)fp8;
39- (double)duration;
40- (void)setDuration:(double)fp8;
41- (float)speed;
42- (void)setSpeed:(float)fp8;
43- (float)repeatCount;
44- (void)setRepeatCount:(float)fp8;
45- (double)repeatDuration;
46- (void)setRepeatDuration:(double)fp8;
47- (BOOL)autoreverses;
48- (void)setAutoreverses:(BOOL)fp8;
49- (id)fillMode;
50- (void)setFillMode:(id)fp8;
51- (BOOL)isRemovedOnCompletion;
52- (void)setRemovedOnCompletion:(BOOL)fp8;
53- (id)timingFunction;
54- (void)setTimingFunction:(id)fp8;
55- (id)delegate;
56- (void)setDelegate:(id)fp8;
57
58@end
59