]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBStatusBar.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / SpringBoard-2.1 / SBStatusBar.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 "UIControl.h"
8
9 @class SBStatusBarContentsView, SBStatusBarInCallView, SBStatusWindow, UIView;
10
11 @interface SBStatusBar : UIControl
12 {
13 int _mode;
14 int _orientation;
15 SBStatusBarContentsView *_contentsView;
16 SBStatusBarInCallView *_inCallView;
17 SBStatusWindow *_statusWindow;
18 UIView *_airplaneView;
19 UIView *_glowView;
20 UIView *_glassView;
21 UIView *_dimmerView;
22 struct CGColor *_fillColor;
23 int _doubleHeightMode;
24 unsigned int _animate:1;
25 unsigned int _animating:1;
26 unsigned int _isPressed:1;
27 unsigned int _airplaneMode:1;
28 }
29
30 - (id)initWithMode:(int)fp8 orientation:(int)fp12;
31 - (void)_setGlowImage:(id)fp8;
32 - (void)_setGlassImage:(id)fp8;
33 - (void)updateDoubleHeightView;
34 - (void)setStatusWindow:(id)fp8;
35 - (id)statusWindow;
36 - (void)dealloc;
37 - (int)mode;
38 - (int)orientation;
39 - (id)contentsView;
40 - (id)airplaneView;
41 - (void)drawRect:(struct CGRect)fp8;
42 - (void)setFrame:(struct CGRect)fp8;
43 - (void)start;
44 - (void)stop;
45 - (void)showDimmerOverlay:(BOOL)fp8;
46 - (void)setDimmerOverlayColor:(id)fp8;
47 - (void)startGlowAnimation;
48 - (void)stopGlowAnimation;
49 - (void)setAirplaneModeIsEnabled:(BOOL)fp8 animate:(BOOL)fp12 ignoreAirPortPower:(BOOL)fp16;
50 - (void)setAirplaneModeIsEnabled:(BOOL)fp8 animate:(BOOL)fp12;
51 - (void)setHighlighted:(BOOL)fp8;
52 - (BOOL)beginTrackingAt:(struct CGPoint)fp8 withEvent:(struct __GSEvent *)fp16;
53 - (BOOL)isDimmed;
54 - (void)statusBarClicked;
55 - (void)mouseDown:(struct __GSEvent *)fp8;
56 - (void)mouseDragged:(struct __GSEvent *)fp8;
57 - (void)mouseUp:(struct __GSEvent *)fp8;
58
59 @end
60