]>
git.saurik.com Git - iphone-api.git/blob - QuartzCore/CAFilter.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 #import "NSCopying-Protocol.h"
10 #import "NSMutableCopying-Protocol.h"
14 @interface CAFilter
: NSObject
<NSCopying
, NSMutableCopying
>
19 struct _CAAttrList
*_attr
;
24 + (id
)filterWithType
:(id
)fp8
;
25 + (id
)filterWithName
:(id
)fp8
;
26 - (id
)initWithType
:(id
)fp8
;
27 - (id
)initWithName
:(id
)fp8
;
30 - (void)setName
:(id
)fp8
;
33 - (void)setEnabled
:(BOOL
)fp8
;
34 - (void)setValue
:(id
)fp8 forKey
:(id
)fp12
;
35 - (id
)valueForKey
:(id
)fp8
;
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
;