]>
git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBAlertWindow.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIWindow.h>
9 @
class NSMutableArray
, NSMutableDictionary
, SBAlertDisplay
, UIView
;
11 @interface SBAlertWindow
: UIWindow
13 UIView
*_contentLayer
;
14 unsigned int _isAnimating
:1;
15 unsigned int _isInvalid
:1;
16 unsigned int _handlerActive
:1;
18 SBAlertDisplay
*_currentDisplay
;
19 NSMutableArray
*_stackedAlertDisplays
;
20 NSMutableDictionary
*_alertToDisplayMap
;
23 + (struct CGRect
)constrainFrameToScreen
:(struct CGRect
)fp8
;
24 - (id
)initWithContentRect
:(struct CGRect
)fp8
;
25 - (void)_backgroundFadedIn
;
26 - (void)orderOut
:(id
)fp8
;
29 - (id
)stackedDisplayForAlert
:(id
)fp8
;
30 - (void)_fireBearTrap
;
32 - (void)_cancelBearTrap
;
33 - (void)mouseUp
:(struct __GSEvent
*)fp8
;
34 - (void)displayAlert
:(id
)fp8
;
35 - (BOOL
)deactivateAlert
:(id
)fp8
;
37 - (void)dismissWindow
:(id
)fp8
;
38 - (void)alertDisplayWillDismiss
;
39 - (void)popInCurrentDisplay
;
41 - (void)setHandlerAlreadyActive
:(BOOL
)fp8
;
42 - (BOOL
)handlerAlreadyActive
;