/headers/LayerKit/LKContext.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 @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