]>
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 <Foundation/NSObject.h> | |
8 | ||
9 | @class NSMutableArray, NSString, SBStatusBar, SBStatusBarContentsView, UIColor, UIWindow; | |
10 | ||
11 | @interface SBStatusBarController : NSObject | |
12 | { | |
13 | UIWindow *_slidingStatusBarWindow; | |
14 | int _slidingStatusBarAnimation; | |
15 | UIWindow *_animatingCallStatusBarWindow; | |
16 | UIWindow *_leftBottomCorner; | |
17 | UIWindow *_rightBottomCorner; | |
18 | SBStatusBar *_statusBarView; | |
19 | SBStatusBarContentsView *_statusBarContentsView; | |
20 | SBStatusBar *_transitioningStatusBarView; | |
21 | SBStatusBar *_animatingCallStatusBar; | |
22 | SBStatusBarContentsView *_transitioningStatusBarContentsView; | |
23 | unsigned int _isLocked:1; | |
24 | unsigned int _lockIsChanging:1; | |
25 | unsigned int _dimmed:1; | |
26 | unsigned int _showDimmerOverlay:1; | |
27 | unsigned int _animating:1; | |
28 | unsigned int _isInCall:1; | |
29 | unsigned int _airplaneMode:1; | |
30 | unsigned int _showsProgress:1; | |
31 | unsigned int _showsProgressOnHomeScreen:1; | |
32 | unsigned int _cloakStatusBar:1; | |
33 | unsigned int _showAirport:1; | |
34 | unsigned int _animateDefaultStatusBarDown:1; | |
35 | unsigned int _animateDefaultStatusBarUp:1; | |
36 | NSMutableArray *_statusBarIndicatorNames; | |
37 | int _mode; | |
38 | int _orientation; | |
39 | int _animatingCallStatusBarOrientation; | |
40 | NSString *_customText; | |
41 | UIColor *_dimmerOverlayColor; | |
42 | int _airPortSignalStrength; | |
43 | float _duration; | |
44 | BOOL _telephonyControllerCheckedIn; | |
45 | BOOL _bluetoothControllerCheckedIn; | |
46 | BOOL _enteringAirplaneMode; | |
47 | } | |
48 | ||
49 | + (id)sharedStatusBarController; | |
50 | + (BOOL)isLikeAFullScreenStatusBar:(int)fp8; | |
51 | + (id)statusBarImageNamed:(id)fp8 forMode:(int)fp12; | |
52 | - (id)init; | |
53 | - (BOOL)_enteringAirplaneMode; | |
54 | - (void)dealloc; | |
55 | - (void)preheatStatusBarForMode:(int)fp8 orientation:(int)fp12; | |
56 | - (id)statusBarWindow; | |
57 | - (id)statusBarView; | |
58 | - (id)transitioningStatusBarView; | |
59 | - (void)addStatusBarItem:(id)fp8; | |
60 | - (void)setIsLocked:(BOOL)fp8; | |
61 | - (BOOL)isLocked; | |
62 | - (BOOL)isLockChanging; | |
63 | - (void)setDimmed:(BOOL)fp8; | |
64 | - (BOOL)dimmed; | |
65 | - (BOOL)showDimmerOverlay; | |
66 | - (void)setShowDimmerOverlay:(BOOL)fp8; | |
67 | - (id)dimmerOverlayColor; | |
68 | - (void)setDimmerOverlayColor:(id)fp8; | |
69 | - (void)tearDownWindowForSlidingStatusBar:(id)fp8 overStatusBar:(id)fp12; | |
70 | - (void)setupWindowForSlidingStatusBar:(id)fp8 overStatusBar:(id)fp12; | |
71 | - (void)endCallStatusBarAnimationFinished; | |
72 | - (void)resizeStatusBar:(float)fp8 grow:(BOOL)fp12; | |
73 | - (void)setIsInCall:(BOOL)fp8; | |
74 | - (BOOL)isInCall; | |
75 | - (void)animateDefaultStatusBarDown; | |
76 | - (BOOL)isAnimatingStatusBarDown; | |
77 | - (void)animateDefaultStatusBarUp:(int)fp8; | |
78 | - (BOOL)isAnimatingStatusBarUp; | |
79 | - (BOOL)_isServiceAvailable; | |
80 | - (id)_SIMStatus; | |
81 | - (void)_SIMOrServiceStatusChanged; | |
82 | - (void)_SIMStatusChanged:(id)fp8; | |
83 | - (void)_serviceStatusChanged:(id)fp8; | |
84 | - (void)setAirplaneModeIsEnabled:(BOOL)fp8; | |
85 | - (BOOL)airplaneModeIsEnabled; | |
86 | - (void)removeStatusBarItem:(id)fp8; | |
87 | - (id)statusBarIndicatorNames; | |
88 | - (id)customText; | |
89 | - (void)setCustomText:(id)fp8; | |
90 | - (void)setAirPortStrength:(int)fp8; | |
91 | - (void)setShowsAirPort:(BOOL)fp8; | |
92 | - (void)dataConnectionTypeChanged; | |
93 | - (BOOL)showsAirPort; | |
94 | - (int)airPortStrength; | |
95 | - (void)setCloakStatusBar:(BOOL)fp8; | |
96 | - (BOOL)cloakStatusBar; | |
97 | - (void)updateProgressVisibility; | |
98 | - (BOOL)showsProgress; | |
99 | - (void)setShowsProgressOnHomeScreen:(BOOL)fp8; | |
100 | - (void)setStatusBarMode:(int)fp8 orientation:(int)fp12 duration:(float)fp16 fenceID:(int)fp20 animation:(int)fp24; | |
101 | - (void)_setStatusBarSize:(BOOL)fp8; | |
102 | - (void)_setTransitionalStatusBarSize:(BOOL)fp8; | |
103 | - (void)finishSwitching; | |
104 | - (void)statusBarDidFinishAnimatingDown; | |
105 | - (void)restoreLevels; | |
106 | - (void)statusBarDidFinishAnimatingUp; | |
107 | - (void)switchBackstopFrom:(int)fp8 to:(int)fp12 fromOrientation:(int)fp16 toOrientation:(int)fp20 duration:(float)fp24 fenceID:(int)fp28 animation:(int)fp32; | |
108 | - (void)orderStatusBarFront; | |
109 | - (void)_finishStatusBarAnimation; | |
110 | - (void)lockCurrentStatusBarForAnimation; | |
111 | - (void)releaseLockedStatusBarForAnimationForDisplay:(id)fp8; | |
112 | - (int)statusBarMode; | |
113 | - (int)statusBarOrientation; | |
114 | - (float)animationDuration; | |
115 | - (void)significantTimeChange; | |
116 | - (void)updateClockFormat; | |
117 | - (void)signalFormatChanged; | |
118 | - (void)checkInController:(int)fp8; | |
119 | - (BOOL)telephonyControllerCheckedIn; | |
120 | - (BOOL)bluetoothControllerCheckedIn; | |
121 | - (void)loopCarrierNameIfNecessary; | |
122 | ||
123 | @end | |
124 |