-
Notifications
You must be signed in to change notification settings - Fork 7
/
SBAppContextHostManager.h
53 lines (47 loc) · 2.23 KB
/
SBAppContextHostManager.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import <Foundation/NSObject.h>
@class NSMutableArray, NSMutableDictionary, NSString, SBAppContextHostView, SBOrderedRequesters;
@interface SBAppContextHostManager : NSObject
{
SBAppContextHostView *_contextHostView;
NSString *_appBundleID;
NSMutableArray *_contexts;
BOOL _hostingEnabled;
BOOL _suspended;
SBOrderedRequesters *_hostRequesters;
NSMutableDictionary *_hostRequesterInfo;
}
@property(readonly, nonatomic, getter=isHostingEnabled) BOOL hostingEnabled; // @synthesize hostingEnabled=_hostingEnabled;
@property(copy, nonatomic) NSString *appBundleID; // @synthesize appBundleID=_appBundleID;
- (void)_adjustLayerFrameAndTransform:(id)arg1;
- (void *)createIOSurfaceForFrame:(struct CGRect)arg1 excludeContext:(unsigned int)arg2 outTransform:(struct CGAffineTransform *)arg3;
- (void *)createIOSurfaceForFrame:(struct CGRect)arg1 outTransform:(struct CGAffineTransform *)arg2;
- (void *)createIOSurfaceForFrame:(struct CGRect)arg1;
- (void)setOrderOutPending:(BOOL)arg1 forContextId:(unsigned int)arg2;
- (void)didOrderOutContextWithId:(unsigned int)arg1;
- (void)willOrderInContextWithId:(unsigned int)arg1 windowLevel:(float)arg2 windowOutput:(int)arg3 flush:(BOOL)arg4;
@property(readonly, nonatomic) unsigned int contextCount;
- (void)_setContext:(id)arg1 hidden:(BOOL)arg2;
- (void)_removeRequesterInfo:(id)arg1;
- (void)_applyRequesterInfo:(id)arg1;
- (id)_infoForRequester:(id)arg1;
- (void)_notePropertiesSetOnRealContextHostViewWhichIReallyNeedToChangeAndIKnowWhatImDoingISwear:(id)arg1 originalProperties:(id)arg2 forRequester:(id)arg3;
- (id)_realContextHostViewWhichIReallyNeedToAccessAndIKnowWhatImDoingISwear;
- (void)setContextId:(unsigned int)arg1 hidden:(BOOL)arg2 forRequester:(id)arg3;
- (void)orderRequesterFront:(id)arg1;
- (void)disableHostingForAllRequesters;
- (void)disableHostingForRequester:(id)arg1;
- (void)resumeContextHosting;
- (void)suspendContextHosting;
- (BOOL)_clearContextHosts;
- (BOOL)_startContextHosting;
- (void)enableHostingForRequester:(id)arg1 priority:(int)arg2;
- (id)hostViewForRequester:(id)arg1;
- (id)description;
- (void)dealloc;
- (id)init;
@end