forked from caughtinflux/iOS-6-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBAlertWindow.h
51 lines (45 loc) · 1.74 KB
/
SBAlertWindow.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
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import <UIKit/UIWindow.h>
@class NSMapTable, NSMutableArray, SBAlertView, UIView;
@interface SBAlertWindow : UIWindow
{
UIView *_contentLayer;
unsigned int _isAnimating:1;
unsigned int _isInvalid:1;
unsigned int _handlerActive:1;
float _finalAlpha;
int _currentOrientation;
SBAlertView *_currentDisplay;
NSMutableArray *_stackedAlertDisplays;
NSMapTable *_alertToDisplayMap;
}
+ (struct CGRect)constrainFrameToScreen:(struct CGRect)arg1;
- (void)noteInterfaceOrientationChangingTo:(int)arg1 animated:(BOOL)arg2;
- (void)window:(id)arg1 willAnimateFromContentFrame:(struct CGRect)arg2 toContentFrame:(struct CGRect)arg3;
- (void)window:(id)arg1 didRotateFromInterfaceOrientation:(int)arg2;
- (void)window:(id)arg1 willAnimateRotationToInterfaceOrientation:(int)arg2 duration:(double)arg3;
- (void)window:(id)arg1 willRotateToInterfaceOrientation:(int)arg2 duration:(double)arg3;
- (id)rotatingContentViewForWindow:(id)arg1;
- (BOOL)window:(id)arg1 shouldAutorotateToInterfaceOrientation:(int)arg2;
- (BOOL)shouldWindowUseOnePartInterfaceRotationAnimation:(id)arg1;
- (BOOL)_isSupportedInterfaceOrientation:(int)arg1;
- (void)_setupContentLayerForCurrentOrientation;
- (BOOL)handlerAlreadyActive;
- (void)setHandlerAlreadyActive:(BOOL)arg1;
- (id)currentDisplay;
- (void)alertDisplayWillDismiss;
- (void)dismissWindow:(id)arg1;
- (int)displayCount;
- (BOOL)hasActiveAlertsOrDisplays;
- (BOOL)deactivateAlert:(id)arg1;
- (void)displayAlert:(id)arg1;
- (id)contentLayer;
- (id)stackedDisplayForAlert:(id)arg1;
- (BOOL)isOpaque;
- (void)dealloc;
- (id)initWithContentRect:(struct CGRect)arg1;
@end