]> git.saurik.com Git - iphone-api.git/blame - QuartzCore/CALayer.h
Adding numerous class dumps.
[iphone-api.git] / QuartzCore / CALayer.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
7#import "NSObject.h"
8
9#import "CAMediaTiming-Protocol.h"
10
11@interface CALayer : NSObject <CAMediaTiming>
12{
13 struct _CALayerIvars _attr;
14}
15
16+ (id)defaultValueForKey:(id)fp8;
17+ (id)layer;
18+ (id)defaultActionForKey:(id)fp8;
19- (id)retain;
20- (void)release;
21- (unsigned int)retainCount;
22- (id)init;
23- (id)initWithBounds:(struct CGRect)fp8;
24- (id)initWithLayer:(id)fp8;
25- (void)dealloc;
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;
41- (BOOL)isHidden;
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;
53- (id)contents;
54- (void)setContents:(id)fp8;
55- (BOOL)isOpaque;
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;
65- (id)sublayers;
66- (void)setSublayers:(id)fp8;
67- (id)superlayer;
68- (id)delegate;
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;
84- (id)modelLayer;
85- (void)setNeedsDisplay;
86- (void)setNeedsDisplayInRect:(struct CGRect)fp8;
87- (void)renderInContext:(struct CGContext *)fp8;
88- (void)display;
89- (void)_display;
90- (void)drawInContext:(struct CGContext *)fp8;
91- (void)setNeedsLayout;
92- (struct CGSize)preferredFrameSize;
93- (void)layoutIfNeeded;
94- (void)layoutSublayers;
95- (double)beginTime;
96- (void)setBeginTime:(double)fp8;
97- (double)timeOffset;
98- (void)setTimeOffset:(double)fp8;
99- (double)duration;
100- (void)setDuration:(double)fp8;
101- (float)speed;
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;
109- (id)fillMode;
110- (void)setFillMode:(id)fp8;
111- (struct CGPoint)anchorPoint;
112- (void)setAnchorPoint:(struct CGPoint)fp8;
113- (float)zPosition;
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;
127- (float)opacity;
128- (void)setOpacity:(float)fp8;
129- (struct CGColor *)backgroundColor;
130- (void)setBackgroundColor:(struct CGColor *)fp8;
131- (id)filters;
132- (void)setFilters:(id)fp8;
133- (id)backgroundFilters;
134- (void)setBackgroundFilters:(id)fp8;
135- (id)compositingFilter;
136- (void)setCompositingFilter:(id)fp8;
137- (id)name;
138- (void)setName:(id)fp8;
139- (id)style;
140- (void)setStyle:(id)fp8;
141- (id)actions;
142- (void)setActions:(id)fp8;
143
144@end
145