forked from autopear/SpringBoard-iOS5-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSBAlert.h
62 lines (56 loc) · 1.89 KB
/
SBAlert.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
53
54
55
56
57
58
59
60
61
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "SBDisplay.h"
@class NSMutableDictionary, SBAlertDisplay, SBAlertWindow;
@interface SBAlert : SBDisplay
{
SBAlertDisplay *_display;
NSMutableDictionary *_dictionary;
SBAlertWindow *_deferredAlertWindow;
}
+ (void)registerForAlerts;
+ (id)alertWindow;
+ (void)test;
+ (void)activateAlertForController:(id)arg1 animated:(BOOL)arg2 animateCurrentDisplayOut:(BOOL)arg3 withDelay:(BOOL)arg4 isSlidingDisplay:(BOOL)arg5;
+ (void)deactivateAlertForController:(id)arg1 animated:(BOOL)arg2 animateOldDisplayInWithStyle:(int)arg3 isSlidingDisplay:(BOOL)arg4;
+ (void)alertAdapterDisplayDidDisappear:(id)arg1;
+ (id)_adapterForController:(id)arg1;
- (void)dealloc;
- (id)display;
- (void)setDisplay:(id)arg1;
- (id)alertDisplayViewWithSize:(struct CGSize)arg1;
- (void)setObject:(id)arg1 forKey:(id)arg2;
- (id)objectForKey:(id)arg1;
- (void)removeObjectForKey:(id)arg1;
- (BOOL)allowsStackingOfAlert:(id)arg1;
- (BOOL)undimsDisplay;
- (BOOL)showsSpringBoardStatusBar;
- (float)finalAlpha;
- (struct CGRect)alertWindowRect;
- (Class)alertWindowClass;
- (void)_updateStatusBarLockAndTime;
- (int)statusBarStyleOverridesToCancel;
- (void)activate;
- (void)tearDownAlertWindow:(id)arg1;
- (int)interfaceOrientationForActivation;
- (void)removeFromView;
- (void)deactivate;
- (int)effectiveStatusBarStyle;
- (double)autoDimTime;
- (int)statusBarStyle;
- (void)didAnimateLockKeypadIn;
- (void)didAnimateLockKeypadOut;
- (void)didFinishAnimatingIn;
- (void)didFinishAnimatingOut;
- (BOOL)handleMenuButtonTap;
- (BOOL)shouldDeactivateAlertItemsOnActivation;
- (BOOL)hasTranslucentBackground;
- (BOOL)handleLockButtonPressed;
- (BOOL)handleVolumeUpButtonPressed;
- (BOOL)handleVolumeDownButtonPressed;
- (BOOL)handleHeadsetButtonPressed:(BOOL)arg1;
- (BOOL)suppressesNotifications;
@end