-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSBAppContextHostManager.h
More file actions
49 lines (45 loc) · 2.26 KB
/
SBAppContextHostManager.h
File metadata and controls
49 lines (45 loc) · 2.26 KB
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
/**
* This header is generated by class-dump-z 0.2-0.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import "Springboard-Structs.h"
#import <XXUnknownSuperclass.h> // Unknown library
@class NSMutableArray, NSString, SBAppContextHostView, NSMutableDictionary;
@interface SBAppContextHostManager : XXUnknownSuperclass {
SBAppContextHostView* _contextHostView;
NSString* _appBundleID;
NSMutableArray* _contexts;
BOOL _hostingEnabled;
NSMutableArray* _hostRequesters;
NSMutableDictionary* _hostRequesterInfo;
}
@property(copy, nonatomic) NSString* appBundleID;
@property(readonly, assign, nonatomic, getter=isHostingEnabled) BOOL hostingEnabled;
@property(readonly, assign, nonatomic) unsigned contextCount;
-(id)init;
-(void)dealloc;
-(id)description;
-(id)hostViewForRequester:(id)requester;
-(void)enableHostingForRequester:(id)requester orderFront:(BOOL)front;
-(void)disableHostingForRequester:(id)requester;
-(void)disableHostingForAllRequesters;
-(void)orderRequesterFront:(id)front;
-(void)setContextId:(unsigned)anId hidden:(BOOL)hidden forRequester:(id)requester;
-(id)_realContextHostViewWhichIReallyNeedToAccessAndIKnowWhatImDoingISwear;
-(void)_notePropertiesSetOnRealContextHostViewWhichIReallyNeedToChangeAndIKnowWhatImDoingISwear:(id)changeAndIKnowWhatImDoingISwear originalProperties:(id)properties forRequester:(id)requester;
-(BOOL)_requesterIsFrontmost:(id)frontmost;
-(id)_infoForRequester:(id)requester;
-(void)_applyRequesterInfo:(id)info;
-(void)_removeRequesterInfo:(id)info;
-(void)_setContext:(id)context hidden:(BOOL)hidden;
-(void)willOrderInContextWithId:(unsigned)anId windowLevel:(float)level windowOutput:(int)output flush:(BOOL)flush;
-(void)didOrderOutContextWithId:(unsigned)anId;
-(void)setOrderOutPending:(BOOL)pending forContextId:(unsigned)contextId;
-(void*)createIOSurfaceForFrame:(CGRect)frame;
-(void*)createIOSurfaceForFrame:(CGRect)frame outTransform:(CGAffineTransform*)transform;
-(void*)createIOSurfaceForFrame:(CGRect)frame excludeContext:(unsigned)context outTransform:(CGAffineTransform*)transform;
-(void*)createIOSurfaceForFrame:(CGRect)frame excludeContext:(unsigned)context usePurpleGfx:(BOOL)gfx outTransform:(CGAffineTransform*)transform;
-(void)_adjustLayerFrameAndTransform:(id)transform;
@end