]> git.saurik.com Git - iphone-api.git/blame - QuartzCore/CAFilter.h
Adding the SpringBoardUI headers (for Cydget).
[iphone-api.git] / QuartzCore / CAFilter.h
CommitLineData
2cd8f71b
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import "NSObject.h"
8
9#import "NSCopying-Protocol.h"
10#import "NSMutableCopying-Protocol.h"
11
12@class NSString;
13
14@interface CAFilter : NSObject <NSCopying, NSMutableCopying>
15{
16 unsigned int _type;
17 NSString *_name;
18 unsigned int _flags;
19 struct _CAAttrList *_attr;
20 void *_cache;
21}
22
23+ (id)filterTypes;
24+ (id)filterWithType:(id)fp8;
25+ (id)filterWithName:(id)fp8;
26- (id)initWithType:(id)fp8;
27- (id)initWithName:(id)fp8;
28- (id)type;
29- (id)name;
30- (void)setName:(id)fp8;
31- (BOOL)isEnabled;
32- (BOOL)enabled;
33- (void)setEnabled:(BOOL)fp8;
34- (void)setValue:(id)fp8 forKey:(id)fp12;
35- (id)valueForKey:(id)fp8;
36- (void)setDefaults;
37- (void)dealloc;
38- (void *)CA_copyRenderValue;
39- (id)copyWithZone:(struct _NSZone *)fp8;
40- (id)mutableCopyWithZone:(struct _NSZone *)fp8;
41- (void)willChangeValueForKey:(id)fp8;
42- (void)didChangeValueForKey:(id)fp8;
43
44@end
45