Searching for iOS 3.0 Headers

Switch to: 18.1, 17.1, 16.3, 15.2.1, 14.4, 13.1.3, 12.1, 11.1.2, 11.0.1, 11.0, 10.2, 10.1.1, 9.3.3, 9.0, 8.0, 7.0, 6.0, 5.0, 4.0, macos_15.3.1


Back to QuartzCore.framework
Viewing file: CAWindowServer.h   Raw   logify
CAWindowServer was found in iOS macos_15.3.1, 18.1, 17.1, 16.3, 15.2.1, 14.4, 13.1.3, 12.1, 11.1.2, 11.0.1, 11.0, 10.2, 10.1.1, 9.3.3, 9.0, 8.0, 7.0, 6.0, 5.0, 3.0
Filter:  
/**
* This header is generated by class-dump-z 0.2-1.
 * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
 *
 * Source: /System/Library/Frameworks/QuartzCore.framework/QuartzCore
 */

#import <Foundation/NSObject.h>
#import "QuartzCore-Structs.h"

@class NSArray;

@interface CAWindowServer : NSObject {

@private
CAWindowServerImpl* _impl;
}
@property(assign) unsigned rendererFlags;
@property(readonly, assign) NSArray* displays;
+(id)context;
+(id)contextWithOptions:(id)options;
+(id)server;
+(id)serverIfRunning;
// inherited: -(id)init;
-(id)_init;
-(void)addDisplay:(id)display;
-(void)removeDisplay:(id)display;
-(void)removeAllDisplays;
-(id)displayWithName:(id)name;
-(void)_detectDisplays;
// inherited: -(void)dealloc;
// inherited: -(id)description;
@end
Back to QuartzCore.framework