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 "CAMediaTiming-Protocol.h"
11 @interface CALayer
: NSObject
<CAMediaTiming
>
13 struct _CALayerIvars _attr
;
16 + (id
)defaultValueForKey
:(id
)fp8
;
18 + (id
)defaultActionForKey
:(id
)fp8
;
21 - (unsigned int)retainCount
;
23 - (id
)initWithBounds
:(struct CGRect
)fp8
;
24 - (id
)initWithLayer
:(id
)fp8
;
26 - (id
)debugDescription
;
27 - (void)willChangeValueForKey
:(id
)fp8
;
28 - (void)didChangeValueForKey
:(id
)fp8
;
29 - (id
)valueForKey
:(id
)fp8
;
30 - (id
)valueForUndefinedKey
:(id
)fp8
;
31 - (void)setValue
:(id
)fp8 forKey
:(id
)fp12
;
32 - (void)setValue
:(id
)fp8 forUndefinedKey
:(id
)fp12
;
33 - (id
)valueForKeyPath
:(id
)fp8
;
34 - (void)setValue
:(id
)fp8 forKeyPath
:(id
)fp12
;
35 - (struct CGRect
)bounds
;
36 - (void)setBounds
:(struct CGRect
)fp8
;
37 - (struct CGPoint
)position
;
38 - (void)setPosition
:(struct CGPoint
)fp8
;
39 - (struct CGAffineTransform
)affineTransform
;
40 - (void)setAffineTransform
:(struct CGAffineTransform
)fp8
;
42 - (void)setHidden
:(BOOL
)fp8
;
43 - (struct CGRect
)frame
;
44 - (void)setFrame
:(struct CGRect
)fp8
;
45 - (struct CGPoint
)convertPoint
:(struct CGPoint
)fp8 fromLayer
:(id
)fp16
;
46 - (struct CGPoint
)convertPoint
:(struct CGPoint
)fp8 toLayer
:(id
)fp16
;
47 - (struct CGRect
)convertRect
:(struct CGRect
)fp8 fromLayer
:(id
)fp24
;
48 - (struct CGRect
)convertRect
:(struct CGRect
)fp8 toLayer
:(id
)fp24
;
49 - (double)convertTime
:(double)fp8 fromLayer
:(id
)fp16
;
50 - (double)convertTime
:(double)fp8 toLayer
:(id
)fp16
;
51 - (id
)hitTest
:(struct CGPoint
)fp8
;
52 - (BOOL
)containsPoint
:(struct CGPoint
)fp8
;
54 - (void)setContents
:(id
)fp8
;
56 - (void)setOpaque
:(BOOL
)fp8
;
57 - (BOOL
)needsDisplayOnBoundsChange
;
58 - (void)setNeedsDisplayOnBoundsChange
:(BOOL
)fp8
;
59 - (unsigned int)edgeAntialiasingMask
;
60 - (void)setEdgeAntialiasingMask
:(unsigned int)fp8
;
61 - (id
)contentsGravity
;
62 - (void)setContentsGravity
:(id
)fp8
;
63 - (BOOL
)masksToBounds
;
64 - (void)setMasksToBounds
:(BOOL
)fp8
;
66 - (void)setSublayers
:(id
)fp8
;
69 - (void)setDelegate
:(id
)fp8
;
70 - (void)removeFromSuperlayer
;
71 - (void)insertSublayer
:(id
)fp8 atIndex
:(unsigned int)fp12
;
72 - (void)addSublayer
:(id
)fp8
;
73 - (void)insertSublayer
:(id
)fp8 below
:(id
)fp12
;
74 - (void)insertSublayer
:(id
)fp8 above
:(id
)fp12
;
75 - (void)replaceSublayer
:(id
)fp8 with
:(id
)fp12
;
76 - (id
)actionForKey
:(id
)fp8
;
77 - (void)addAnimation
:(id
)fp8 forKey
:(id
)fp12
;
78 - (void)removeAllAnimations
;
79 - (void)removeAnimationForKey
:(id
)fp8
;
80 - (id
)animationForKey
:(id
)fp8
;
81 - (BOOL
)_scheduleAnimationTimer
;
82 - (void)_cancelAnimationTimer
;
83 - (id
)presentationLayer
;
85 - (void)setNeedsDisplay
;
86 - (void)setNeedsDisplayInRect
:(struct CGRect
)fp8
;
87 - (void)renderInContext
:(struct CGContext
*)fp8
;
90 - (void)drawInContext
:(struct CGContext
*)fp8
;
91 - (void)setNeedsLayout
;
92 - (struct CGSize
)preferredFrameSize
;
93 - (void)layoutIfNeeded
;
94 - (void)layoutSublayers
;
96 - (void)setBeginTime
:(double)fp8
;
98 - (void)setTimeOffset
:(double)fp8
;
100 - (void)setDuration
:(double)fp8
;
102 - (void)setSpeed
:(float)fp8
;
103 - (float)repeatCount
;
104 - (void)setRepeatCount
:(float)fp8
;
105 - (double)repeatDuration
;
106 - (void)setRepeatDuration
:(double)fp8
;
107 - (BOOL
)autoreverses
;
108 - (void)setAutoreverses
:(BOOL
)fp8
;
110 - (void)setFillMode
:(id
)fp8
;
111 - (struct CGPoint
)anchorPoint
;
112 - (void)setAnchorPoint
:(struct CGPoint
)fp8
;
114 - (void)setZPosition
:(float)fp8
;
115 - (BOOL
)isDoubleSided
;
116 - (void)setDoubleSided
:(BOOL
)fp8
;
117 - (struct CATransform3D
)transform
;
118 - (void)setTransform
:(struct CATransform3D
)fp8
;
119 - (struct CATransform3D
)sublayerTransform
;
120 - (void)setSublayerTransform
:(struct CATransform3D
)fp8
;
121 - (struct CGRect
)contentsRect
;
122 - (void)setContentsRect
:(struct CGRect
)fp8
;
123 - (id
)magnificationFilter
;
124 - (void)setMagnificationFilter
:(id
)fp8
;
125 - (id
)minificationFilter
;
126 - (void)setMinificationFilter
:(id
)fp8
;
128 - (void)setOpacity
:(float)fp8
;
129 - (struct CGColor
*)backgroundColor
;
130 - (void)setBackgroundColor
:(struct CGColor
*)fp8
;
132 - (void)setFilters
:(id
)fp8
;
133 - (id
)backgroundFilters
;
134 - (void)setBackgroundFilters
:(id
)fp8
;
135 - (id
)compositingFilter
;
136 - (void)setCompositingFilter
:(id
)fp8
;
138 - (void)setName
:(id
)fp8
;
140 - (void)setStyle
:(id
)fp8
;
142 - (void)setActions
:(id
)fp8
;