/headers/LayerKit/LKLayer.h

gehe zur Dokumentation dieser Datei
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 "NSObject.h"
00008 
00009 #import "LKObjectProtocol.h"
00010 #import "LKTimingProtocol.h"
00011 
00012 @interface LKLayer : NSObject <LKTiming, LKObject>
00013 {
00014     unsigned int _superlayer;
00015     struct CGPoint _position;
00016     struct CGSize _size;
00017     void *_contents;
00018     struct __CFArray *_sublayers;
00019     id _delegate;
00020     struct _LKAttrList *_attr;
00021     unsigned int _flags;
00022 }
00023 
00024 + (id)defaultValueForKey:(id)fp8;
00025 + (id)layer;
00026 + (id)properties;
00027 + (BOOL)resolveInstanceMethod:(SEL)fp8;
00028 + (id)defaultActionForKey:(id)fp8;
00029 - (id)init;
00030 - (id)initWithBounds:(struct CGRect)fp8;
00031 - (void)dealloc;
00032 - (id)description;
00033 - (void)__mark:(struct __CFArray *)fp8;
00034 - (id)valueForKey:(id)fp8;
00035 - (id)valueForUndefinedKey:(id)fp8;
00036 - (void)setValue:(id)fp8 forKey:(id)fp12;
00037 - (void)setValue:(id)fp8 forUndefinedKey:(id)fp12;
00038 - (id)valueForKeyPath:(id)fp8;
00039 - (void)setValue:(id)fp8 forKeyPath:(id)fp12;
00040 - (id)initWithCoder:(id)fp8;
00041 - (void)encodeWithCoder:(id)fp8;
00042 - (BOOL)shouldArchiveValueForKey:(id)fp8;
00043 - (struct CGRect)bounds;
00044 - (void)setBounds:(struct CGRect)fp8;
00045 - (struct CGPoint)position;
00046 - (void)setPosition:(struct CGPoint)fp8;
00047 - (struct CGAffineTransform)affineTransform;
00048 - (void)setAffineTransform:(struct CGAffineTransform)fp8;
00049 - (BOOL)hidden;
00050 - (void)setHidden:(BOOL)fp8;
00051 - (struct CGRect)frame;
00052 - (void)setFrame:(struct CGRect)fp8;
00053 - (struct CGPoint)convertPoint:(struct CGPoint)fp8 fromLayer:(id)fp16;
00054 - (struct CGPoint)convertPoint:(struct CGPoint)fp8 toLayer:(id)fp16;
00055 - (struct CGRect)convertRect:(struct CGRect)fp8 fromLayer:(id)fp24;
00056 - (struct CGRect)convertRect:(struct CGRect)fp8 toLayer:(id)fp24;
00057 - (double)convertTime:(double)fp8 fromLayer:(id)fp16;
00058 - (double)convertTime:(double)fp8 toLayer:(id)fp16;
00059 - (id)hitTest:(struct CGPoint)fp8;
00060 - (BOOL)containsPoint:(struct CGPoint)fp8;
00061 - (id)contents;
00062 - (void)setContents:(id)fp8;
00063 - (BOOL)opaque;
00064 - (void)setOpaque:(BOOL)fp8;
00065 - (BOOL)clearsContext;
00066 - (void)setClearsContext:(BOOL)fp8;
00067 - (BOOL)sortsSublayers;
00068 - (void)setSortsSublayers:(BOOL)fp8;
00069 - (BOOL)needsDisplayOnBoundsChange;
00070 - (void)setNeedsDisplayOnBoundsChange:(BOOL)fp8;
00071 - (id)contentsGravity;
00072 - (void)setContentsGravity:(id)fp8;
00073 - (BOOL)masksToBounds;
00074 - (void)setMasksToBounds:(BOOL)fp8;
00075 - (id)sublayers;
00076 - (void)setSublayers:(id)fp8;
00077 - (id)superlayer;
00078 - (id)delegate;
00079 - (void)setDelegate:(id)fp8;
00080 - (void)removeFromSuperlayer;
00081 - (void)insertSublayer:(id)fp8 atIndex:(unsigned int)fp12;
00082 - (void)addSublayer:(id)fp8;
00083 - (void)insertSublayer:(id)fp8 below:(id)fp12;
00084 - (void)insertSublayer:(id)fp8 above:(id)fp12;
00085 - (void)replaceSublayer:(id)fp8 with:(id)fp12;
00086 - (id)actionForKey:(id)fp8;
00087 - (void)addAnimation:(id)fp8 forKey:(id)fp12;
00088 - (void)removeAllAnimations;
00089 - (void)removeAnimationForKey:(id)fp8;
00090 - (void)setNeedsDisplay;
00091 - (void)setNeedsDisplayInRect:(struct CGRect)fp8;
00092 - (void)renderInContext:(struct CGContext *)fp8;
00093 - (void)display;
00094 - (void)_display;
00095 - (void)drawInContext:(struct CGContext *)fp8;
00096 - (void)setNeedsLayout;
00097 - (struct CGSize)preferredFrameSize;
00098 - (void)layoutIfNeeded;
00099 - (void)layoutSublayers;
00100 
00101 @end
00102