/headers/LayerKit/LKContextImpl.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 <LayerKit/LKContext.h>
00008 
00009 @interface LKContextImpl : LKContext
00010 {
00011     struct _opaque_pthread_mutex_t _mutex;
00012     void *_next;
00013     void *_layer;
00014     struct _LKRenderContext *_renderCtx;
00015     unsigned int _serverPort;
00016     unsigned int _clientPort;
00017     unsigned int _clientId;
00018     unsigned int _localId;
00019     unsigned int _coderFlags;
00020     struct x_list_struct *_shmems;
00021     struct x_list_struct *_deletedShmems;
00022     float _level;
00023     unsigned int _fenceName;
00024     unsigned int _fenceCount;
00025     unsigned int _ownsServerPort:1;
00026     unsigned int _synchronized:1;
00027     unsigned int _serverDied:1;
00028 }
00029 
00030 - (id)initWithOptions:(id)fp8;
00031 - (unsigned int)_clientPort;
00032 - (id)initRemoteWithOptions:(id)fp8;
00033 - (void)invalidate;
00034 - (void)dealloc;
00035 - (unsigned int)contextId;
00036 - (id)layer;
00037 - (void)setLayer:(id)fp8;
00038 - (void)orderAbove:(unsigned int)fp8;
00039 - (void)orderBelow:(unsigned int)fp8;
00040 - (void)setLevel:(float)fp8;
00041 - (float)level;
00042 - (struct _LKRenderContext *)renderContext;
00043 - (BOOL)valid;
00044 - (void)setFence:(unsigned int)fp8 count:(unsigned int)fp12;
00045 - (unsigned int)createSlot;
00046 - (void)deleteSlot:(unsigned int)fp8;
00047 - (void)setObject:(id)fp8 forSlot:(unsigned int)fp12;
00048 
00049 @end
00050