]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBAwayView.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBAwayView.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 "SBSlidingAlertDisplay.h"
8
9 @class NSDictionary, NSString, NSTimer, SBActivationView, SBAlertImageView, SBAwayChargingView, SBAwayDateView, SBAwayInCallController, SBAwayItemsView, SBNowPlayingArtView, TPBottomButtonBar, TPBottomLockBar, UIImage, UIModalView, UIPushButton;
10
11 @interface SBAwayView : SBSlidingAlertDisplay
12 {
13 BOOL _isDimmed;
14 BOOL _deferAwayItemFetching;
15 BOOL _showingBlockedIndicator;
16 BOOL _hasTelephony;
17 BOOL _wasShowingAlertAtDismiss;
18 SBAwayChargingView *_chargingView;
19 SBAwayDateView *_dateView;
20 SBNowPlayingArtView *_albumArtView;
21 SBAwayItemsView *_awayItemsView;
22 SBActivationView *_activationView;
23 SBAlertImageView *_firewireWarningView;
24 NSTimer *_mediaControlsTimer;
25 UIImage *_controlsLCDBG;
26 UIImage *_priorLCDBG;
27 NSDictionary *_nowPlayingInfo;
28 UIImage *_nowPlayingArt;
29 NSString *_lastTrackArtPath;
30 NSTimer *_blockedStatusUpdateTimer;
31 UIModalView *_alertSheet;
32 SBAwayInCallController *_inCallController;
33 TPBottomLockBar *_lockBar;
34 TPBottomButtonBar *_cancelSyncBar;
35 UIPushButton *_infoButton;
36 }
37
38 + (id)createBottomBarForInstance:(id)fp8;
39 + (id)lockLabels:(BOOL)fp8 fontSize:(float *)fp12;
40 - (void)_clearBlockedStatusUpdateTimer;
41 - (id)initWithFrame:(struct CGRect)fp8;
42 - (void)postLockCompletedNotification:(BOOL)fp8;
43 - (void)dealloc;
44 - (void)_postLockCompletedNotification;
45 - (void)finishedAnimatingIn;
46 - (void)dismiss;
47 - (void)setBottomLockBar:(id)fp8;
48 - (BOOL)shouldAnimateIn;
49 - (void)startAnimations;
50 - (void)stopAnimations;
51 - (void)showInfoButton;
52 - (void)hideInfoButton;
53 - (void)setLockoutUIVisible:(BOOL)fp8 mode:(int)fp12;
54 - (void)updateUIForRestorationState:(int)fp8;
55 - (void)updateUIForResetState:(int)fp8;
56 - (void)addFirewireWarningView;
57 - (void)removeFirewireWarningView;
58 - (void)updateInterface;
59 - (void)setMiddleContentAlpha:(float)fp8;
60 - (void)setDimmed:(BOOL)fp8;
61 - (BOOL)dimmed;
62 - (void)setDrawsBlackBackground:(BOOL)fp8;
63 - (void)lockBarUnlocked:(id)fp8;
64 - (void)lockBarStartedTracking:(id)fp8;
65 - (void)lockBarStoppedTracking:(id)fp8;
66 - (void)updateLockBarLabel;
67 - (BOOL)shouldShowBlockedRedStatus;
68 - (void)_updateBlockedStatusLabel;
69 - (void)showBlockedStatus;
70 - (void)removeBlockedStatus;
71 - (void)_updateBlockedStatus;
72 - (id)dateView;
73 - (void)removeDateView;
74 - (void)addDateView;
75 - (id)inCallController;
76 - (BOOL)shouldShowInCallInfo;
77 - (void)updateInCallInfo;
78 - (void)_positionAwayItemsView;
79 - (void)hideAwayItems;
80 - (void)showAwayItems;
81 - (BOOL)hasAwayItems;
82 - (void)setShowingDeviceLock:(BOOL)fp8 duration:(float)fp12;
83 - (void)showAlertSheet:(id)fp8;
84 - (void)removeAlertSheet;
85 - (void)slideAlertSheetOut:(BOOL)fp8 direction:(BOOL)fp12 duration:(float)fp16;
86 - (void)_batteryStatusChanged:(id)fp8;
87 - (id)chargingView;
88 - (void)addChargingView;
89 - (void)hideChargingView;
90 - (void)clearMediaControlsTimer;
91 - (void)restartMediaControlsTimer;
92 - (void)hideMediaControls;
93 - (void)showMediaControls;
94 - (void)toggleMediaControls;
95 - (BOOL)isShowingMediaControls;
96 - (void)showSyncingBottomBar:(BOOL)fp8;
97 - (void)hideSyncingBottomBar:(BOOL)fp8;
98 - (void)hideNowPlaying;
99 - (id)nowPlayingArtView;
100 - (void)musicPlayerDied:(id)fp8;
101 - (void)updateNowPlayingInfo:(id)fp8;
102 - (BOOL)updateNowPlayingArt;
103 - (void)handleRequestedAlbumArtBytes:(char *)fp8 length:(unsigned int)fp12;
104 - (void)animateToShowingDeviceLock:(BOOL)fp8;
105
106 @end
107