]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBAwayView.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / SpringBoard-2.1 / 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, SBAwayViewPluginController, 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 SBAwayViewPluginController *_awayPluginController;
25 NSTimer *_mediaControlsTimer;
26 UIImage *_controlsLCDBG;
27 UIImage *_priorLCDBG;
28 NSDictionary *_nowPlayingInfo;
29 UIImage *_nowPlayingArt;
30 NSString *_lastTrackArtPath;
31 NSTimer *_blockedStatusUpdateTimer;
32 UIModalView *_alertSheet;
33 SBAwayInCallController *_inCallController;
34 TPBottomLockBar *_lockBar;
35 TPBottomButtonBar *_cancelSyncBar;
36 UIPushButton *_infoButton;
37 }
38
39 + (id)createBottomBarForInstance:(id)fp8;
40 + (id)lockLabels:(BOOL)fp8 fontSize:(float *)fp12;
41 - (void)_clearBlockedStatusUpdateTimer;
42 - (id)initWithFrame:(struct CGRect)fp8;
43 - (void)postLockCompletedNotification:(BOOL)fp8;
44 - (void)dealloc;
45 - (void)_postLockCompletedNotification;
46 - (void)finishedAnimatingIn;
47 - (void)dismiss;
48 - (void)finishedAnimatingOut;
49 - (void)setBottomLockBar:(id)fp8;
50 - (BOOL)shouldAnimateIn;
51 - (void)startAnimations;
52 - (void)stopAnimations;
53 - (void)showInfoButton;
54 - (void)hideInfoButton;
55 - (void)setLockoutUIVisible:(BOOL)fp8 mode:(int)fp12;
56 - (void)updateUIForRestorationState:(int)fp8;
57 - (void)updateUIForResetState:(int)fp8;
58 - (void)addFirewireWarningView;
59 - (void)removeFirewireWarningView;
60 - (void)updateInterface;
61 - (void)setMiddleContentAlpha:(float)fp8;
62 - (void)setDimmed:(BOOL)fp8;
63 - (BOOL)dimmed;
64 - (void)setDrawsBlackBackground:(BOOL)fp8;
65 - (void)lockBarUnlocked:(id)fp8;
66 - (void)lockBarStartedTracking:(id)fp8;
67 - (void)lockBarStoppedTracking:(id)fp8;
68 - (void)updateLockBarLabel;
69 - (id)currentAwayPluginController;
70 - (void)removePluginController:(BOOL)fp8;
71 - (void)_setPluginControllerView:(id)fp8;
72 - (BOOL)shouldShowBlockedRedStatus;
73 - (void)_updateBlockedStatusLabel;
74 - (void)showBlockedStatus;
75 - (void)removeBlockedStatus;
76 - (void)_updateBlockedStatus;
77 - (id)dateView;
78 - (void)removeDateView;
79 - (void)addDateView;
80 - (id)inCallController;
81 - (BOOL)shouldShowInCallInfo;
82 - (void)updateInCallInfo;
83 - (void)_positionAwayItemsView;
84 - (void)hideAwayItems;
85 - (void)showAwayItems;
86 - (BOOL)hasAwayItems;
87 - (void)setShowingDeviceLock:(BOOL)fp8 duration:(float)fp12;
88 - (void)showAlertSheet:(id)fp8;
89 - (void)removeAlertSheet;
90 - (void)slideAlertSheetOut:(BOOL)fp8 direction:(BOOL)fp12 duration:(float)fp16;
91 - (void)_batteryStatusChanged:(id)fp8;
92 - (id)chargingView;
93 - (void)addChargingView;
94 - (void)hideChargingView;
95 - (void)clearMediaControlsTimer;
96 - (void)restartMediaControlsTimer;
97 - (void)hideMediaControls;
98 - (void)_hideMediaControls;
99 - (void)showMediaControls;
100 - (void)toggleMediaControls;
101 - (BOOL)isShowingMediaControls;
102 - (void)showSyncingBottomBar:(BOOL)fp8;
103 - (void)hideSyncingBottomBar:(BOOL)fp8;
104 - (void)hideNowPlaying;
105 - (id)nowPlayingArtView;
106 - (void)musicPlayerDied:(id)fp8;
107 - (void)updateNowPlayingInfo:(id)fp8;
108 - (BOOL)updateNowPlayingArt;
109 - (void)handleRequestedAlbumArtBytes:(char *)fp8 length:(unsigned int)fp12;
110 - (void)animateToShowingDeviceLock:(BOOL)fp8;
111
112 @end
113