]>
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 <UIKit/UIView.h> | |
8 | ||
9 | @class SBStatusBar, SBStatusBarAirPortView, SBStatusBarBatteryView, SBStatusBarBluetoothBatteryView, SBStatusBarBluetoothView, SBStatusBarCarrierView, SBStatusBarIndicatorsView, SBStatusBarNoServiceView, SBStatusBarProgressView, SBStatusBarSignalView, SBStatusBarTimeView, SBStatusBarVPNView; | |
10 | ||
11 | @interface SBStatusBarContentsView : UIView | |
12 | { | |
13 | SBStatusBar *_statusBar; | |
14 | int _mode; | |
15 | BOOL _dimmed; | |
16 | BOOL _enteringAirplaneMode; | |
17 | UIView *_lockIconView; | |
18 | SBStatusBarTimeView *_timeView; | |
19 | SBStatusBarBatteryView *_batteryView; | |
20 | SBStatusBarSignalView *_signalView; | |
21 | SBStatusBarCarrierView *_carrierView; | |
22 | SBStatusBarIndicatorsView *_indicatorsView; | |
23 | SBStatusBarAirPortView *_airPortView; | |
24 | SBStatusBarNoServiceView *_noServiceView; | |
25 | SBStatusBarBluetoothView *_bluetoothView; | |
26 | SBStatusBarProgressView *_progressView; | |
27 | SBStatusBarBluetoothBatteryView *_bluetoothBatteryView; | |
28 | SBStatusBarVPNView *_vpnView; | |
29 | } | |
30 | ||
31 | + (float)contentAlphaForMode:(int)fp8; | |
32 | - (id)initWithStatusBar:(id)fp8 mode:(int)fp12; | |
33 | - (void)dealloc; | |
34 | - (id)statusBar; | |
35 | - (void)buildContentViews; | |
36 | - (void)updateContentViewsAlpha; | |
37 | - (void)reflowContentViewsNow; | |
38 | - (void)reflowContentViews:(BOOL)fp8; | |
39 | - (void)reflowContentViews; | |
40 | - (void)stop; | |
41 | - (void)start; | |
42 | - (void)bluetoothBatteryAvailabilityChanged; | |
43 | - (void)stopClock; | |
44 | - (void)startClock; | |
45 | - (void)updateClockFormat; | |
46 | - (void)setShowsService:(BOOL)fp8 SIMStatus:(id)fp12; | |
47 | - (void)significantTimeChange; | |
48 | - (void)signalFormatChanged; | |
49 | - (void)customTextChanged; | |
50 | - (void)progressChanged; | |
51 | - (void)cloakChanged; | |
52 | - (void)setAirPortStrength:(int)fp8; | |
53 | - (void)setShowsAirPort:(BOOL)fp8 animate:(BOOL)fp12; | |
54 | - (void)indicatorsChanged; | |
55 | - (void)airplaneModeAnimationFinished:(id)fp8; | |
56 | - (void)setIsInAirplaneMode:(BOOL)fp8 animate:(BOOL)fp12 ignoreAirPortPower:(BOOL)fp16; | |
57 | - (void)setIsInAirplaneMode:(BOOL)fp8 animate:(BOOL)fp12; | |
58 | - (void)loopCarrierNameIfNecessary; | |
59 | ||
60 | @end | |
61 |