]>
Commit | Line | Data |
---|---|---|
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 <QuartzCore/CALayer.h> | |
8 | ||
9 | #import "EAGLDrawable-Protocol.h" | |
10 | ||
11 | @interface CAEAGLLayer : CALayer <EAGLDrawable> | |
12 | { | |
13 | struct _CAEAGLNativeWindow *_win; | |
14 | } | |
15 | ||
16 | + (id)defaultValueForKey:(id)fp8; | |
17 | - (void)didChangeValueForKey:(id)fp8; | |
18 | - (struct _EAGLNativeWindowObject *)nativeWindow; | |
19 | - (void)dealloc; | |
20 | - (void)_display; | |
21 | - (NSDictionary *)drawableProperties; | |
22 | - (void)setDrawableProperties:(NSDictionary *)fp8; | |
23 | ||
24 | @end | |
25 |