]> git.saurik.com Git - iphone-api.git/blobdiff - QuartzCore/CAFilter.h
Adding numerous class dumps.
[iphone-api.git] / QuartzCore / CAFilter.h
diff --git a/QuartzCore/CAFilter.h b/QuartzCore/CAFilter.h
new file mode 100644 (file)
index 0000000..05f5e2a
--- /dev/null
@@ -0,0 +1,45 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "NSObject.h"
+
+#import "NSCopying-Protocol.h"
+#import "NSMutableCopying-Protocol.h"
+
+@class NSString;
+
+@interface CAFilter : NSObject <NSCopying, NSMutableCopying>
+{
+    unsigned int _type;
+    NSString *_name;
+    unsigned int _flags;
+    struct _CAAttrList *_attr;
+    void *_cache;
+}
+
++ (id)filterTypes;
++ (id)filterWithType:(id)fp8;
++ (id)filterWithName:(id)fp8;
+- (id)initWithType:(id)fp8;
+- (id)initWithName:(id)fp8;
+- (id)type;
+- (id)name;
+- (void)setName:(id)fp8;
+- (BOOL)isEnabled;
+- (BOOL)enabled;
+- (void)setEnabled:(BOOL)fp8;
+- (void)setValue:(id)fp8 forKey:(id)fp12;
+- (id)valueForKey:(id)fp8;
+- (void)setDefaults;
+- (void)dealloc;
+- (void *)CA_copyRenderValue;
+- (id)copyWithZone:(struct _NSZone *)fp8;
+- (id)mutableCopyWithZone:(struct _NSZone *)fp8;
+- (void)willChangeValueForKey:(id)fp8;
+- (void)didChangeValueForKey:(id)fp8;
+
+@end
+