Permalink
Cannot retrieve contributors at this time
Jump to Line
iOS-6-SpringBoard-Headers/SBAppContextHostManager.h
Fetching contributors…
| /* | |
| * 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 | |