]> git.saurik.com Git - iphone-api.git/blame - QuartzCore/CAWindowServerDisplay.h
Adding MessageUI framework.
[iphone-api.git] / QuartzCore / CAWindowServerDisplay.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 <Foundation/NSObject.h>
8
9@interface CAWindowServerDisplay : NSObject
10{
11 struct CADisplayServer *_impl;
12}
13
14- (id)_initWithCADisplayServer:(struct CADisplayServer *)fp8;
15- (void)invalidate;
16- (void)dealloc;
17- (struct CGRect)bounds;
18- (id)name;
19- (id)deviceName;
20- (id)contextIdsWithClientPort:(unsigned int)fp8;
21- (unsigned int)contextIdAtPosition:(struct CGPoint)fp8;
22- (unsigned int)clientPortAtPosition:(struct CGPoint)fp8;
23- (struct CGRect)frameOfContextId:(unsigned int)fp8;
24- (void)setBlanked:(BOOL)fp8;
25- (BOOL)isBlanked;
26- (void)setTVMode:(id)fp8;
27- (id)TVMode;
28- (void)setTVSignalType:(id)fp8;
29- (id)TVSignalType;
30- (id)description;
31
32@end
33