]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SpringBoard.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.1 / SpringBoard.h
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/UIApplication.h"
8
9 @class NSString, NSTimer, NSURL, SBDimmingWindow, SBUIController;
10
11 @interface SpringBoard : UIApplication
12 {
13 SBUIController *_uiController;
14 NSTimer *_menuButtonTimer;
15 NSTimer *_lockButtonTimer;
16 NSTimer *_idleTimer;
17 NSTimer *_autoLockTimer;
18 double _lastTimeIdleCausedDim;
19 double _headsetButtonDownTime;
20 SBDimmingWindow *_simulatedBlankingWindow;
21 unsigned int _headsetButtonClickCount:8;
22 unsigned int _menuButtonClickCount:8;
23 unsigned int _screenshotWasTaken:1;
24 unsigned int _disableAutoDimming:1;
25 unsigned int _nextLockUpLocks:1;
26 unsigned int _poweringDown:1;
27 unsigned int _autoDimmed:1;
28 unsigned int _autoDimmedToBlack:1;
29 unsigned int _ipodIsPlaying:1;
30 int _UIOrientation;
31 NSURL *_menuDoubleTapURL;
32 int _notifyDontAnimateREOToken;
33 int _notifyDontAllowMediaHUDToken;
34 NSString *_jetsamIncidentID;
35 double _sampleSystemStartTime;
36 struct __CFDictionary *_startAppsCPUTimes;
37 }
38
39 + (void)printWorkspaceStacks;
40 + (void)printWorkspaceLogs;
41 - (BOOL)registerForSystemEvents;
42 - (BOOL)rendersLocally;
43 - (void)_createLogFile;
44 - (void)_writeLogFile;
45 - (BOOL)handleEvent:(struct __GSEvent *)fp8;
46 - (void)updatePowerlogKillingProcess:(BOOL)fp8;
47 - (void)applicationDidFinishLaunching:(id)fp8;
48 - (void)appleIconViewRemoved;
49 - (void)timeZoneChanged;
50 - (BOOL)disableRemoteNotifications;
51 - (void)wipeDeviceNow;
52 - (void)checkForExpiredPasscode;
53 - (void)showLowDiskSpaceAlert;
54 - (void)showEDGEActivationFailureAlert:(id)fp8 reason:(id)fp12;
55 - (void)showWiFiAlert;
56 - (void)showWiFiEnterpriseTrustAlert:(id)fp8;
57 - (void)wifiManager:(id)fp8 scanCompleted:(id)fp12;
58 - (void)userDefaultsDidChange:(id)fp8;
59 - (void)_testPhoneAlerts;
60 - (void)runFieldTestScript;
61 - (void)significantTimeChange;
62 - (void)tripleFingerGestureTriggered;
63 - (BOOL)shouldRunFieldTestScript;
64 - (BOOL)supportsVictoria;
65 - (BOOL)iapIsInExtendedMode;
66 - (BOOL)_canShowNowPlayingHUD;
67 - (BOOL)allowMenuDoubleTap;
68 - (void)handleMenuDoubleTap;
69 - (void)_setMenuButtonTimer:(id)fp8;
70 - (void)_setLockButtonTimer:(id)fp8;
71 - (void)clearMenuButtonTimer;
72 - (void)_menuButtonWasHeld;
73 - (void)menuButtonDown:(struct __GSEvent *)fp8;
74 - (void)menuButtonUp:(struct __GSEvent *)fp8;
75 - (void)_handleMenuButtonEvent;
76 - (void)lockButtonDown:(struct __GSEvent *)fp8;
77 - (void)lockButtonWasHeld;
78 - (void)_powerDownNow;
79 - (void)_rebootNow;
80 - (void)reboot;
81 - (void)powerDown;
82 - (void)relaunchSpringBoard;
83 - (void)powerDownRequested:(id)fp8;
84 - (void)powerDownCanceled:(id)fp8;
85 - (void)_initLockButtonBearTrap;
86 - (void)_setLockButtonBearTrap;
87 - (void)_unsetLockButtonBearTrap;
88 - (void)_fireLockButtonBearTrap;
89 - (void)lockButtonUp:(struct __GSEvent *)fp8;
90 - (void)headsetButtonDown:(struct __GSEvent *)fp8;
91 - (void)_sendRemoteCommand:(int)fp8 forHeadsetEvent:(struct __GSEvent *)fp12;
92 - (void)_handleHeadsetButtonDoubleClick:(struct __GSEvent *)fp8;
93 - (void)_handleHeadsetButtonTripleClick:(struct __GSEvent *)fp8;
94 - (void)headsetButtonUp:(struct __GSEvent *)fp8;
95 - (void)_handleHeadsetButtonClick:(struct __GSEvent *)fp8;
96 - (void)smsSoundPrefsChanged;
97 - (void)ALSPrefsChanged:(id)fp8;
98 - (void)updateCapabilitiesAndIconVisibility;
99 - (void)loadDebuggingAndDemoPrefs;
100 - (void)debuggingAndDemoPrefsWereChanged;
101 - (void)clockFormatChanged;
102 - (void)autoLockPrefsChanged;
103 - (void)pinPolicyChanged;
104 - (void)ringerChanged:(int)fp8;
105 - (void)accessoryAvailabilityChanged:(struct __GSEvent *)fp8;
106 - (void)accessoryKeyStateChanged:(struct __GSEvent *)fp8;
107 - (void)accessoryEvent:(struct __GSEvent *)fp8;
108 - (unsigned int)_portForEvent:(struct __GSEvent *)fp8;
109 - (void)quitTopApplication:(struct __GSEvent *)fp8;
110 - (void)applicationExited:(struct __GSEvent *)fp8;
111 - (void)anotherApplicationFinishedLaunching:(struct __GSEvent *)fp8;
112 - (void)otherApplicationWillSuspend:(struct __GSEvent *)fp8;
113 - (void)applicationStarted:(struct __GSEvent *)fp8;
114 - (void)applicationSuspend:(struct __GSEvent *)fp8;
115 - (void)applicationSuspended:(struct __GSEvent *)fp8;
116 - (void)applicationSuspendedSettingsUpdated:(struct __GSEvent *)fp8;
117 - (void)showAlertForUnhandledURL:(id)fp8 error:(int)fp12;
118 - (void)applicationOpenURL:(id)fp8 asPanel:(BOOL)fp12 publicURLsOnly:(BOOL)fp16;
119 - (void)applicationOpenURL:(id)fp8 asPanel:(BOOL)fp12;
120 - (void)volumeChanged:(struct __GSEvent *)fp8;
121 - (void)setBacklightFactor:(int)fp8;
122 - (void)setBacklightLevel:(float)fp8;
123 - (void)setProximitySensorEnabled:(int)fp8;
124 - (void)systemWillSleep;
125 - (void)setupMidnightTimer;
126 - (void)_midnightPassed;
127 - (void)_adjustMidnightTimerAfterSleep;
128 - (void)handleOutOfLineDataResponse:(struct __GSEvent *)fp8;
129 - (void)dim;
130 - (void)turnOffBacklight;
131 - (void)cancelTurnOffBacklightAfterDelay;
132 - (void)turnOffBacklightAfterDelay;
133 - (void)showSimulatedScreenBlank;
134 - (void)hideSimulatedScreenBlank;
135 - (void)dimToBlack;
136 - (void)undim;
137 - (void)lockAfterCall;
138 - (BOOL)shouldDimToBlackInsteadOfLock;
139 - (void)autoLock;
140 - (void)didIdle;
141 - (double)nextIdleTimeDuration;
142 - (double)nextLockTimeDuration;
143 - (void)clearIdleTimer;
144 - (void)resetIdleTimerAndUndim:(BOOL)fp8;
145 - (void)userEventOccurred:(id)fp8;
146 - (void)resetIdleTimer;
147 - (void)resetIdleDuration:(double)fp8;
148 - (void)updateRejectedInputSettings;
149 - (void)updateRejectedInputSettingsForInCallState:(BOOL)fp8 isOutgoing:(BOOL)fp12;
150 - (void)handleOutOfLineDataRequest:(struct __GSEvent *)fp8;
151 - (void)lockDevice:(struct __GSEvent *)fp8;
152 - (void)statusBarEvent:(struct __GSEvent *)fp8;
153 - (void)showThermalAlertIfNecessary;
154 - (void)respondToCurrentThermalCondition;
155 - (void)_beginThermalJetsamCPUSampling;
156 - (void)_killThermallyActiveApplication;
157 - (struct __CFDictionary *)_createAppsCPUTimesDictionary;
158 - (void)checkMemoryStatus;
159 - (void)_receivedMemoryNotification;
160 - (void)_killSpringBoardInResponseToCriticalWarning;
161 - (void)noteSubstantialTransitionOccured;
162 - (int)_frontMostAppOrientation;
163 - (void)noteUIOrientationChanged:(int)fp8 display:(id)fp12;
164 - (int)UIOrientation;
165 - (void)updateMenuDoubleTapSettings;
166 - (void)updateAccelerometerSettings;
167 - (void)updateProximitySettings;
168 - (void)updateAirPortForDisplay:(id)fp8;
169 - (void)frontDisplayDidChange:(id)fp8;
170 - (void)didDismissMiniAlert;
171 - (void)willDisplayMiniAlert:(int *)fp8;
172 - (void)willDismissMiniAlert:(int *)fp8 andShowAnother:(BOOL)fp12;
173 - (BOOL)canShowAlerts;
174 - (BOOL)isLocked;
175 - (int)alertOrientation;
176 - (void)_tearDownNow;
177 - (void)tearDown;
178 - (void)_nowPlayingInfoChanged:(id)fp8;
179 - (BOOL)deviceIsInNowPlaying;
180 - (BOOL)musicIsPlaying;
181 - (void)setNowPlayingInfo:(id)fp8;
182 - (BOOL)deviceAllowsNowPlayingHUD;
183 - (void)setJetsamIncidentID;
184 - (void)clearJetsamIncidentID;
185 - (id)jetsamIncidentID;
186 - (void)clearDeviceAllowsNowPlayingHUD;
187
188 @end
189