00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @interface LKContext : NSObject
00010 {
00011 }
00012
00013 + (id)allContexts;
00014 + (id)localContext;
00015 + (id)localContextWithOptions:(id)fp8;
00016 + (id)remoteContext;
00017 + (id)remoteContextWithOptions:(id)fp8;
00018 + (void)setClientPort:(unsigned int)fp8;
00019 + (id)objectForSlot:(unsigned int)fp8;
00020 - (unsigned int)contextId;
00021 - (void)invalidate;
00022 - (id)layer;
00023 - (void)setLayer:(id)fp8;
00024 - (struct _LKRenderContext *)renderContext;
00025 - (BOOL)valid;
00026 - (void)orderAbove:(unsigned int)fp8;
00027 - (void)orderBelow:(unsigned int)fp8;
00028 - (void)setLevel:(float)fp8;
00029 - (float)level;
00030 - (void)setFence:(unsigned int)fp8 count:(unsigned int)fp12;
00031 - (unsigned int)createSlot;
00032 - (void)deleteSlot:(unsigned int)fp8;
00033 - (void)setObject:(id)fp8 forSlot:(unsigned int)fp12;
00034
00035 @end
00036