]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.0/SBUIController.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / SpringBoard-2.0 / SBUIController.h
CommitLineData
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 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}
32
33+ (int)displayedLevelForBatteryLevel:(int)fp8;
34+ (int)displayedLevelForBatteryStatusBarLevel:(int)fp8;
35+ (id)sharedInstance;
36- (void)_indicateConnectedToPower;
37- (void)dealloc;
38- (id)init;
39- (void)animateAppleDown:(BOOL)fp8;
40- (BOOL)launchedAfterLanguageRestart;
41- (void)clearLaunchedAfterLanguageRestart;
42- (float)calculateStartupTime;
43- (id)getVMstats;
44- (void)logStartupData;
45- (void)languageChanged;
46- (void)finishLaunching;
47- (void)systemControllerRouteChanged:(id)fp8;
48- (void)lock:(BOOL)fp8;
49- (void)lock;
50- (int)launchState;
51- (void)clearZoomLayer;
52- (void)setState:(int)fp8;
53- (id)contentView;
54- (id)statusBarWindow;
55- (id)window;
56- (void)showZoomLayerForApp:(id)fp8;
57- (void)stopAllAnimations;
58- (void)hideIconListAndBar:(BOOL)fp8;
59- (void)insertAndOrderIconListsForReordering:(BOOL)fp8;
60- (void)restoreIconList:(BOOL)fp8 force:(BOOL)fp12;
61- (void)stopRestoringIconList;
62- (void)showButtonBar:(BOOL)fp8 animate:(BOOL)fp12 action:(SEL)fp16 delegate:(id)fp20;
63- (void)quitTopApplication;
64- (struct CGAffineTransform)_initialStatusBarTransformForScale:(float)fp8;
65- (void)animateLaunchOfApplication:(id)fp8 afterDelay:(double)fp12 startingAtTime:(double)fp20 forDuration:(double)fp28 includingIconsAndButtonBar:(BOOL)fp36 initialZoomScale:(float)fp40 fadeInZoom:(BOOL)fp44;
66- (void)cancelLaunchOfApplication:(id)fp8 duration:(double)fp12;
67- (void)animateLaunchOfApplication:(id)fp8;
68- (void)animateLaunchApplication:(id)fp8;
69- (double)animateLaunchForReturnToLastApp:(id)fp8;
70- (void)finishedFadingInButtonBar;
71- (void)showZoomLayerAnimationDidStop:(id)fp8 finished:(id)fp12;
72- (void)cancelLaunchAnimationDidStop:(id)fp8 finished:(id)fp12;
73- (void)clickedMenuButton;
74- (void)completeAlertDisplay;
75- (void)wakeUp:(id)fp8;
76- (void)handleVolumeEvent:(struct __GSEvent *)fp8;
77- (int)batteryCapacity;
78- (BOOL)isBatteryCharging;
79- (BOOL)isOnAC;
80- (void)ACPowerChanged;
81- (void)setIsConnectedToUnusableFirewireCharger:(BOOL)fp8;
82- (BOOL)isConnectedToUnusableFirewireCharger;
83- (void)noteStatusBarHeightChanged:(float)fp8 duration:(double)fp12;
84- (BOOL)isHeadsetDocked;
85- (BOOL)isHeadsetBatteryCharging;
86- (unsigned char)headsetBatteryCapacity;
87- (void)handleAccessoryAvailabilityChange:(struct __GSEvent *)fp8 removal:(BOOL)fp12;
88- (void)handleAccessoryEvent:(struct __GSEvent *)fp8;
89
90@end
91