]>
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 "UIWindow.h" | |
8 | ||
9 | @class NSMutableArray, NSMutableDictionary, SBAlertDisplay, UIView; | |
10 | ||
11 | @interface SBAlertWindow : UIWindow | |
12 | { | |
13 | UIView *_contentLayer; | |
14 | unsigned int _isAnimating:1; | |
15 | unsigned int _isInvalid:1; | |
16 | unsigned int _handlerActive:1; | |
17 | float _finalAlpha; | |
18 | SBAlertDisplay *_currentDisplay; | |
19 | NSMutableArray *_stackedAlertDisplays; | |
20 | NSMutableDictionary *_alertToDisplayMap; | |
21 | } | |
22 | ||
23 | + (struct CGRect)constrainFrameToScreen:(struct CGRect)fp8; | |
24 | - (id)initWithContentRect:(struct CGRect)fp8; | |
25 | - (void)_backgroundFadedIn; | |
26 | - (void)orderOut:(id)fp8; | |
27 | - (void)dealloc; | |
28 | - (BOOL)isOpaque; | |
29 | - (id)stackedDisplayForAlert:(id)fp8; | |
30 | - (void)_fireBearTrap; | |
31 | - (void)_setBearTrap; | |
32 | - (void)_cancelBearTrap; | |
33 | - (void)mouseUp:(struct __GSEvent *)fp8; | |
34 | - (void)displayAlert:(id)fp8; | |
35 | - (BOOL)deactivateAlert:(id)fp8; | |
36 | - (int)displayCount; | |
37 | - (void)dismissWindow:(id)fp8; | |
38 | - (void)alertDisplayWillDismiss; | |
39 | - (void)popInCurrentDisplay; | |
40 | - (id)currentDisplay; | |
41 | - (void)setHandlerAlreadyActive:(BOOL)fp8; | |
42 | - (BOOL)handlerAlreadyActive; | |
43 | ||
44 | @end | |
45 |