]>
Commit | Line | Data |
---|---|---|
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 <QuartzCore/CALayer.h> | |
8 | ||
9 | #import "CAPropertyInfo-Protocol.h" | |
10 | ||
11 | @interface CALayer (CALayerPrivate) <CAPropertyInfo> | |
12 | + (id)properties; | |
13 | + (void *)CA_setterForType:(int)fp8; | |
14 | + (void *)CA_getterForType:(int)fp8; | |
15 | + (BOOL)resolveInstanceMethod:(SEL)fp8; | |
16 | - (BOOL)hasBeenCommitted; | |
17 | - (BOOL)clearsContext; | |
18 | - (void)setClearsContext:(BOOL)fp8; | |
19 | - (BOOL)sortsSublayers; | |
20 | - (void)setSortsSublayers:(BOOL)fp8; | |
21 | - (BOOL)isFlipped; | |
22 | - (void)setFlipped:(BOOL)fp8; | |
23 | - (BOOL)contentsAreFlipped; | |
24 | - (void)invalidateContents; | |
25 | - (void)setContentsChanged; | |
26 | - (void *)regionBeingDrawn; | |
27 | - (BOOL)needsDisplay; | |
28 | - (void)displayIfNeeded; | |
29 | - (BOOL)_shouldSmoothFonts; | |
30 | - (BOOL)needsLayout; | |
31 | - (BOOL)layoutIsActive; | |
32 | - (BOOL)ignoresHitTesting; | |
33 | - (id)hitTest:(struct CGPoint)fp8 fromLayer:(id)fp16; | |
34 | - (BOOL)isDescendantOf:(id)fp8; | |
35 | - (id)ancestorSharedWithLayer:(id)fp8; | |
36 | - (struct CGSize)size; | |
37 | - (id)animationKeys; | |
38 | - (struct _CARenderLayer *)_copyRenderLayer:(struct _CATransaction *)fp8 flags:(unsigned int *)fp12; | |
39 | - (_Bool)_renderLayerDefinesProperty:(unsigned int)fp8; | |
40 | - (_Bool)_renderLayerPropertyAffectsGeometry:(unsigned int)fp8; | |
41 | - (void)layerDidBecomeVisible:(BOOL)fp8; | |
42 | - (BOOL)hidden; | |
43 | - (BOOL)opaque; | |
44 | - (BOOL)doubleSided; | |
45 | - (float)anchorPointZ; | |
46 | - (void)setAnchorPointZ:(float)fp8; | |
47 | - (struct CGAffineTransform)contentsTransform; | |
48 | - (void)setContentsTransform:(struct CGAffineTransform)fp8; | |
49 | - (float)minificationFilterBias; | |
50 | - (void)setMinificationFilterBias:(float)fp8; | |
51 | @end | |
52 |