00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import <LayerKit/LKLayer.h> 00008 00009 #import "LKObjectPrivateProtocol.h" 00010 00011 @interface LKLayer (LKLayerPrivate) <LKObjectPrivate> 00012 + (unsigned long)copyPropertyList:(const struct _LKPropertyDescription **)fp8; 00013 + (void *)methodForSelector:(SEL)fp8; 00014 + (BOOL)shouldRetainValueForKey:(id)fp8; 00015 + (BOOL)shouldCopyValueForKey:(id)fp8; 00016 - (void)invalidateContents; 00017 - (void)setContentsChanged; 00018 - (void *)regionBeingDrawn; 00019 - (BOOL)needsDisplay; 00020 - (void)displayIfNeeded; 00021 - (BOOL)needsLayout; 00022 - (id)hitTest:(struct CGPoint)fp8 options:(unsigned int)fp16; 00023 - (BOOL)isDescendantOf:(id)fp8; 00024 - (id)ancestorSharedWithLayer:(id)fp8; 00025 - (id)sublayerEnumerator; 00026 - (struct CGSize)size; 00027 - (double)beginTime; 00028 - (double)timeOffset; 00029 - (double)duration; 00030 - (float)speed; 00031 - (float)repeatCount; 00032 - (double)repeatDuration; 00033 - (BOOL)autoreverses; 00034 - (id)fillMode; 00035 - (struct CGPoint)anchorPoint; 00036 - (float)zPosition; 00037 - (float)nearClippingDepth; 00038 - (struct LKTransform)transform; 00039 - (struct LKTransform)sublayerTransform; 00040 - (struct CGAffineTransform)contentsTransform; 00041 - (id)magnificationFilter; 00042 - (id)minificationFilter; 00043 - (float)opacity; 00044 - (struct CGColor *)backgroundColor; 00045 - (id)name; 00046 - (id)filters; 00047 - (id)backgroundFilters; 00048 - (id)compositingFilter; 00049 @end 00050