]>
Commit | Line | Data |
---|---|---|
298474e0 JF |
1 | /** |
2 | * This header is generated by class-dump-z 0.2a. | |
3 | * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3. | |
4 | * | |
5 | * Source: (null) | |
6 | */ | |
7 | ||
8 | #import <Foundation/NSObject.h> | |
9 | ||
10 | @class NSDateFormatter, NSString, NSTimer; | |
11 | ||
12 | @interface SBStatusBarDataManager : NSObject { | |
13 | struct { | |
14 | BOOL itemIsEnabled[20]; | |
15 | BOOL timeString[64]; | |
16 | int gsmSignalStrengthRaw; | |
17 | int gsmSignalStrengthBars; | |
18 | BOOL serviceString[100]; | |
19 | BOOL serviceImageBlack[100]; | |
20 | BOOL serviceImageSilver[100]; | |
21 | BOOL operatorDirectory[1024]; | |
22 | unsigned serviceContentType; | |
23 | int wifiSignalStrengthRaw; | |
24 | int wifiSignalStrengthBars; | |
25 | unsigned dataNetworkType; | |
26 | int batteryCapacity; | |
27 | unsigned batteryState; | |
28 | int bluetoothBatteryCapacity; | |
29 | int thermalColor; | |
30 | unsigned slowActivity : 1; | |
31 | BOOL activityDisplayId[256]; | |
32 | unsigned bluetoothConnected : 1; | |
33 | unsigned displayRawGSMSignal : 1; | |
34 | unsigned displayRawWifiSignal : 1; | |
35 | } _data; | |
36 | int _actions; | |
37 | BOOL _itemIsEnabled[20]; | |
38 | BOOL _itemIsCloaked[20]; | |
39 | int _updateBlockDepth; | |
40 | BOOL _dataChangedSinceLastPost; | |
41 | NSDateFormatter* _timeItemDateFormatter; | |
42 | NSTimer* _timeItemTimer; | |
43 | NSString* _timeItemTimeString; | |
44 | BOOL _cellRadio; | |
45 | BOOL _registered; | |
46 | BOOL _simError; | |
47 | BOOL _simulateInCallStatusBar; | |
48 | NSString* _serviceString; | |
49 | NSString* _serviceImageBlack; | |
50 | NSString* _serviceImageSilver; | |
51 | NSString* _operatorDirectory; | |
52 | BOOL _showsActivityIndicatorOnHomeScreen; | |
53 | int _thermalColor; | |
54 | } | |
55 | +(id)sharedDataManager; // 0xc5cc9 | |
56 | -(id)init; // 0xc5c75 | |
57 | -(void)dealloc; // 0xc5bcd | |
58 | -(void)beginUpdateBlock; // 0xc4481 | |
59 | -(void)endUpdateBlock; // 0xc5b25 | |
60 | -(void)setStatusBarItem:(int)item enabled:(BOOL)enabled; // 0xc5af5 | |
61 | -(void)setStatusBarItem:(int)item cloaked:(BOOL)cloaked; // 0xc5ac5 | |
62 | -(void)updateStatusBarItem:(int)item; // 0xc5d81 | |
63 | -(void)sendStatusBarActions:(int)actions; // 0xc5aa5 | |
64 | -(void)enableLock:(BOOL)lock time:(BOOL)time; // 0xc5a55 | |
65 | -(void)setShowsActivityIndicatorOnHomeScreen:(BOOL)screen; // 0xc5a35 | |
66 | -(void)setTelephonyAndBluetoothItemsCloaked:(BOOL)cloaked; // 0xc59b5 | |
67 | -(void)setAllItemsExceptBatteryCloaked:(BOOL)cloaked; // 0xc5955 | |
68 | -(void)setThermalColor:(int)color; // 0xc5935 | |
69 | -(void)_initializeData; // 0xc58cd | |
70 | -(void)_dataChanged; // 0xc589d | |
71 | -(void)_postData; // 0xc5815 | |
72 | -(void)_updateTimeString; // 0xc5dcd | |
73 | -(void)_updateTimeItem; // 0xc57f1 | |
74 | -(void)_updateAirplaneMode; // 0xc57b5 | |
75 | -(void)_updateSignalStrengthItem; // 0xc5f05 | |
76 | -(void)_updateServiceItem; // 0xc5439 | |
77 | -(void)_updateDataNetworkItem; // 0xc5285 | |
78 | -(void)_updateBatteryItem; // 0xc51d5 | |
79 | -(void)_updateBatteryPercentItem; // 0xc6055 | |
80 | -(void)_updateBluetoothItem; // 0xc50e5 | |
81 | -(void)_updateBluetoothBatteryItem; // 0xc5031 | |
82 | -(void)_updateTTYItem; // 0xc6025 | |
83 | -(void)_updateVPNItem; // 0xc4fd1 | |
84 | -(void)_updateCallForwardingItem; // 0xc4f85 | |
85 | -(void)_updateActivityItem; // 0xc618d | |
86 | -(void)_updatePlayItem; // 0xc4ebd | |
87 | -(void)_updateLocationItem; // 0xc4e81 | |
88 | -(void)_updateRotationLockItem; // 0xc4e45 | |
89 | -(void)_updateThermalColorItem; // 0xc4df5 | |
90 | -(void)_registerForNotifications; // 0xc4a8d | |
91 | -(void)_unregisterForNotifications; // 0xc4a41 | |
92 | -(void)_significantTimeOrLocaleChange; // 0xc4a2d | |
93 | -(void)_didWakeFromSleep; // 0xc49fd | |
94 | -(void)_batteryStatusChange; // 0xc49bd | |
95 | -(void)_operatorChange; // 0xc49a9 | |
96 | -(void)_signalStrengthChange; // 0xc4995 | |
97 | -(void)_ttyChange; // 0xc4981 | |
98 | -(void)_callForwardingChange; // 0xc496d | |
99 | -(void)_vpnChange; // 0xc4959 | |
100 | -(void)_dataNetworkChange; // 0xc4919 | |
101 | -(void)_airplaneModeChange; // 0xc4849 | |
102 | -(void)_bluetoothChange; // 0xc4835 | |
103 | -(void)_bluetoothBatteryChange; // 0xc4821 | |
104 | -(void)_locationStatusChange; // 0xc480d | |
105 | -(void)_rotationLockChange; // 0xc47f9 | |
106 | -(void)_configureTimeItemDateFormatter; // 0xc475d | |
107 | -(void)_stopTimeItemTimer; // 0xc4729 | |
108 | -(void)_restartTimeItemTimer; // 0xc6331 | |
109 | -(void)_updateTelephonyState; // 0xc4601 | |
110 | -(void)toggleSimulatesInCallStatusBar; // 0xc45c1 | |
111 | -(id)_displayStringForSIMStatus:(id)simstatus; // 0xc44f1 | |
112 | -(id)_displayStringForRegistrationStatus:(int)registrationStatus; // 0xc4491 | |
113 | -(void)_getBlackImageName:(id*)name silverImageName:(id*)name2 directory:(id*)directory forFakeCarrier:(id)fakeCarrier; // 0xc6489 | |
114 | -(BOOL)_getBlackImageName:(id*)name silverImageName:(id*)name2 directory:(id*)directory forOperator:(id)anOperator statusBarCarrierName:(id*)name5; // 0xc6511 | |
115 | @end | |
116 |