]>
Commit | Line | Data |
---|---|---|
298474e0 JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "SBDisplay.h" | |
8 | ||
9 | @class NSMutableDictionary, SBAlertDisplay, SBAlertWindow; | |
10 | ||
11 | @interface SBAlert : SBDisplay | |
12 | { | |
13 | SBAlertDisplay *_display; | |
14 | NSMutableDictionary *_dictionary; | |
15 | SBAlertWindow *_deferredAlertWindow; | |
16 | } | |
17 | ||
18 | + (void)registerForAlerts; | |
19 | + (id)alertWindow; | |
20 | + (void)test; | |
21 | - (void)dealloc; | |
22 | - (id)display; | |
23 | - (void)setDisplay:(id)fp8; | |
24 | - (id)alertDisplayViewWithSize:(struct CGSize)fp8; | |
25 | - (void)setObject:(id)fp8 forKey:(id)fp12; | |
26 | - (id)objectForKey:(id)fp8; | |
27 | - (BOOL)allowsStackingOfAlert:(id)fp8; | |
28 | - (BOOL)displaysAboveLock; | |
29 | - (BOOL)undimsDisplay; | |
30 | - (float)finalAlpha; | |
31 | - (double)animateInDuration; | |
32 | - (struct CGRect)alertWindowRect; | |
33 | - (BOOL)activate; | |
34 | - (void)tearDownAlertWindow:(id)fp8; | |
35 | - (void)removeFromView; | |
36 | - (BOOL)deactivate; | |
37 | - (BOOL)animatesDismissal; | |
38 | - (BOOL)allowsInCallStatusBar; | |
39 | - (float)autoDimTime; | |
40 | - (int)statusBarMode; | |
41 | - (int)statusBarOrientation; | |
42 | - (void)didAnimateLockKeypadIn; | |
43 | - (void)didAnimateLockKeypadOut; | |
44 | - (void)didFinishAnimatingIn; | |
45 | - (void)didFinishAnimatingOut; | |
46 | ||
47 | @end | |
48 |