]>
git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBStatusBar.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class SBStatusBarContentsView
, SBStatusBarInCallView
, SBStatusWindow
, UIView
;
11 @interface SBStatusBar
: UIControl
15 SBStatusBarContentsView
*_contentsView
;
16 SBStatusBarInCallView
*_inCallView
;
17 SBStatusWindow
*_statusWindow
;
18 UIView
*_airplaneView
;
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;
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
;
41 - (void)drawRect
:(struct CGRect
)fp8
;
42 - (void)setFrame
:(struct CGRect
)fp8
;
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
;
54 - (void)statusBarClicked
;
55 - (void)mouseDown
:(struct __GSEvent
*)fp8
;
56 - (void)mouseDragged
:(struct __GSEvent
*)fp8
;
57 - (void)mouseUp
:(struct __GSEvent
*)fp8
;