]> git.saurik.com Git - iphone-api.git/blobdiff - QuartzCore/CAContext.h
Adding numerous class dumps.
[iphone-api.git] / QuartzCore / CAContext.h
diff --git a/QuartzCore/CAContext.h b/QuartzCore/CAContext.h
new file mode 100644 (file)
index 0000000..cb3ff29
--- /dev/null
@@ -0,0 +1,38 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "NSObject.h"
+
+@interface CAContext : NSObject
+{
+}
+
++ (id)allContexts;
++ (id)localContext;
++ (id)localContextWithOptions:(id)fp8;
++ (id)remoteContext;
++ (id)remoteContextWithOptions:(id)fp8;
++ (void)setClientPort:(unsigned int)fp8;
++ (id)objectForSlot:(unsigned int)fp8;
+- (unsigned int)contextId;
+- (void)invalidate;
+- (id)layer;
+- (void)setLayer:(id)fp8;
+- (struct CGColorSpace *)colorSpace;
+- (void)setColorSpace:(struct CGColorSpace *)fp8;
+- (struct _CARenderContext *)renderContext;
+- (BOOL)valid;
+- (void)orderAbove:(unsigned int)fp8;
+- (void)orderBelow:(unsigned int)fp8;
+- (void)setLevel:(float)fp8;
+- (float)level;
+- (void)setFence:(unsigned int)fp8 count:(unsigned int)fp12;
+- (unsigned int)createSlot;
+- (void)deleteSlot:(unsigned int)fp8;
+- (void)setObject:(id)fp8 forSlot:(unsigned int)fp12;
+
+@end
+