]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBUIController.h
This one only took me maybe a half hour to find.
[iphone-api.git] / SpringBoard-2.1 / SBUIController.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 <Foundation/NSObject.h>
8
9 @class SBApplication, SBContentLayer, SBZoomView, UIView, UIWindow;
10
11 @interface SBUIController : NSObject
12 {
13 UIWindow *_window;
14 UIView *_iconsView;
15 UIView *_buttonBarContainerView;
16 SBContentLayer *_contentLayer;
17 SBZoomView *_zoomLayer;
18 SBApplication *_launchedApp;
19 int _launchState;
20 BOOL _lastVolumeDownToControl;
21 BOOL _shouldAutoLock;
22 int _batteryCapacity;
23 BOOL _isBatteryCharging;
24 BOOL _isOnAC;
25 BOOL _connectedToUnusableFirewire;
26 BOOL _cancelingLaunch;
27 int _batteryLoggingStartCapacity;
28 unsigned char _headsetBatteryCapacity;
29 BOOL _isHeadsetCharging;
30 BOOL _isHeadsetDocked;
31 BOOL _ignoreHeadsetEvents;
32 }
33
34 + (int)displayedLevelForBatteryLevel:(int)fp8;
35 + (int)displayedLevelForBatteryStatusBarLevel:(int)fp8;
36 + (id)sharedInstance;
37 - (void)_indicateConnectedToPower;
38 - (void)dealloc;
39 - (id)init;
40 - (void)animateAppleDown:(BOOL)fp8;
41 - (BOOL)launchedAfterLanguageRestart;
42 - (void)clearLaunchedAfterLanguageRestart;
43 - (float)calculateStartupTime;
44 - (id)getVMstats;
45 - (void)logStartupData;
46 - (void)languageChanged;
47 - (void)finishLaunching;
48 - (void)systemControllerRouteChanged:(id)fp8;
49 - (void)lock:(BOOL)fp8;
50 - (void)lock;
51 - (int)launchState;
52 - (void)clearZoomLayer;
53 - (void)setState:(int)fp8;
54 - (id)contentView;
55 - (id)statusBarWindow;
56 - (id)window;
57 - (void)showZoomLayerForApp:(id)fp8;
58 - (void)stopAllAnimations;
59 - (void)hideIconListAndBar:(BOOL)fp8;
60 - (void)insertAndOrderIconListsForReordering:(BOOL)fp8;
61 - (void)restoreIconList:(BOOL)fp8 force:(BOOL)fp12;
62 - (void)stopRestoringIconList;
63 - (void)showButtonBar:(BOOL)fp8 animate:(BOOL)fp12 action:(SEL)fp16 delegate:(id)fp20;
64 - (void)quitTopApplication;
65 - (struct CGAffineTransform)_initialStatusBarTransformForScale:(float)fp8;
66 - (void)animateLaunchOfApplication:(id)fp8 afterDelay:(double)fp12 startingAtTime:(double)fp20 forDuration:(double)fp28 includingIconsAndButtonBar:(BOOL)fp36 initialZoomScale:(float)fp40 fadeInZoom:(BOOL)fp44;
67 - (void)cancelLaunchOfApplication:(id)fp8 duration:(double)fp12;
68 - (void)animateLaunchOfApplication:(id)fp8;
69 - (void)animateLaunchApplication:(id)fp8;
70 - (double)animateLaunchForReturnToLastApp:(id)fp8;
71 - (void)finishedFadingInButtonBar;
72 - (void)showZoomLayerAnimationDidStop:(id)fp8 finished:(id)fp12;
73 - (void)cancelLaunchAnimationDidStop:(id)fp8 finished:(id)fp12;
74 - (void)clickedMenuButton;
75 - (void)completeAlertDisplay;
76 - (void)wakeUp:(id)fp8;
77 - (void)handleVolumeEvent:(struct __GSEvent *)fp8;
78 - (int)batteryCapacity;
79 - (BOOL)isBatteryCharging;
80 - (BOOL)isOnAC;
81 - (void)ACPowerChanged;
82 - (void)setIsConnectedToUnusableFirewireCharger:(BOOL)fp8;
83 - (BOOL)isConnectedToUnusableFirewireCharger;
84 - (void)noteStatusBarHeightChanged:(float)fp8 duration:(double)fp12;
85 - (BOOL)isHeadsetDocked;
86 - (BOOL)isHeadsetBatteryCharging;
87 - (unsigned char)headsetBatteryCapacity;
88 - (void)handleAccessoryAvailabilityChange:(struct __GSEvent *)fp8 removal:(BOOL)fp12;
89 - (void)handleAccessoryEvent:(struct __GSEvent *)fp8;
90
91 #if 1
92 - (id)wallpaperView;
93 #endif
94
95 @end
96