]>
git.saurik.com Git - iphone-api.git/blob - QuartzCore/CAAnimation.h
193f0b6925fd5c5b3cd4965c60c189e1750e5a7b
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 #import "CAAction-Protocol.h"
10 #import "CAMediaTiming-Protocol.h"
11 #import "NSCopying-Protocol.h"
13 @interface CAAnimation
: NSObject
<NSCopying
, CAMediaTiming
, CAAction
>
15 struct _CAAttrList
*_attr
;
19 + (id
)defaultValueForKey
:(id
)fp8
;
21 - (struct _CARenderAnimation
*)_setCARenderAnimation
:(struct _CARenderAnimation
*)fp8
;
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
;
36 - (void)setBeginTime
:(double)fp8
;
38 - (void)setTimeOffset
:(double)fp8
;
40 - (void)setDuration
:(double)fp8
;
42 - (void)setSpeed
:(float)fp8
;
44 - (void)setRepeatCount
:(float)fp8
;
45 - (double)repeatDuration
;
46 - (void)setRepeatDuration
:(double)fp8
;
48 - (void)setAutoreverses
:(BOOL
)fp8
;
50 - (void)setFillMode
:(id
)fp8
;
51 - (BOOL
)isRemovedOnCompletion
;
52 - (void)setRemovedOnCompletion
:(BOOL
)fp8
;
54 - (void)setTimingFunction
:(id
)fp8
;
56 - (void)setDelegate
:(id
)fp8
;