]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.1/SBNowPlayingAlertItem.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / SpringBoard-2.1 / SBNowPlayingAlertItem.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 "SBAlertItem.h"
8
9#import "UIModalViewDelegate-Protocol.h"
10
11@interface SBNowPlayingAlertItem : SBAlertItem <UIModalViewDelegate>
12{
13 unsigned int _seeked:1;
14 unsigned int _deferLayout:1;
15 unsigned int _needsLayout:1;
16}
17
18+ (id)currentInstance;
19+ (BOOL)hasCurrentInstance;
20- (id)init;
21- (id)createCenteredLabel:(BOOL)fp8;
22- (void)_updateLabelWithTag:(int)fp8 text:(id)fp12 faded:(BOOL)fp16 cursor:(float *)fp20 sheet:(id)fp24;
23- (void)updateInformation:(BOOL)fp8;
24- (id)_createButtonWithImage:(id)fp8 action:(SEL)fp12 tag:(int)fp16;
25- (id)alertSheet;
26- (void)willActivate;
27- (void)willDeactivateForReason:(int)fp8;
28- (BOOL)allowMenuButtonDismissal;
29- (BOOL)dismissOnLock;
30- (void)configure:(BOOL)fp8 requirePasscodeForActions:(BOOL)fp12;
31- (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
32- (void)willPresentModalView:(id)fp8;
33- (void)didPresentModalView:(id)fp8;
34- (void)_clearSeekedFlag:(id)fp8;
35- (void)_controlButtonAction:(id)fp8;
36- (void)_volumeChange:(id)fp8;
37- (void)viewHandleTouchPause:(id)fp8 isDown:(BOOL)fp12;
38- (double)viewTouchPauseThreshold:(id)fp8;
39- (void)_registerForNowPlayingNotifications;
40- (void)_unregisterForNowPlayingNotifications;
41- (void)_registerForVolumeNotifications;
42- (void)_unregisterForVolumeNotifications;
43- (void)_nowPlayingChanged:(id)fp8;
44- (void)_systemVolumeChanged:(id)fp8;
45
46@end
47