/* * This header is generated by classdump-dyld 1.0 * on Sunday, November 10, 2019 at 11:10:27 PM Eastern European Standard Time * Operating System: Version 13.1.3 (Build 17A878) * Image Source: /System/Library/Frameworks/QuartzCore.framework/QuartzCore * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */ #import @class NSArray; @interface CAWindowServer : NSObject { CAWindowServerImpl* _impl; BOOL _mirroringEnabled; } @property (readonly) NSArray * displays; @property (getter=isMirroringEnabled) BOOL mirroringEnabled; //@synthesize mirroringEnabled=_mirroringEnabled - In the implementation block @property (assign) unsigned rendererFlags; @property (getter=isSecure) BOOL secure; +(id)context; +(id)server; +(id)contextWithOptions:(id)arg1 ; +(id)serverWithOptions:(id)arg1 ; +(id)serverIfRunning; -(id)init; -(void)dealloc; -(id)description; -(id)_init; -(BOOL)isSecure; -(NSArray *)displays; -(void)setSecure:(BOOL)arg1 ; -(id)secureModeViolations; -(void)addDisplay:(id)arg1 ; -(void)removeDisplay:(id)arg1 ; -(void)removeAllDisplays; -(id)displayWithName:(id)arg1 ; -(id)displayWithDisplayId:(unsigned)arg1 ; -(id)displayWithUniqueId:(id)arg1 ; -(void)_detectDisplays; -(void)setRendererFlags:(unsigned)arg1 ; -(unsigned)rendererFlags; -(id)insecureProcessIds; -(unsigned)clientPortOfContextId:(unsigned)arg1 ; -(unsigned)taskNamePortOfContextId:(unsigned)arg1 ; -(unsigned)contextIdHostingContextId:(unsigned)arg1 ; -(BOOL)isMirroringEnabled; -(void)setMirroringEnabled:(BOOL)arg1 ; @end