]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBDownloadingIcon.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / SpringBoard-2.1 / SBDownloadingIcon.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 "SBIcon.h"
8
9 @class ISDownload, NSString, SBDownloadingProgressBar;
10
11 @interface SBDownloadingIcon : SBIcon
12 {
13 NSString *_displayID;
14 ISDownload *_download;
15 SBDownloadingProgressBar *_progressView;
16 float _progress;
17 BOOL _installing;
18 int _lastDownloadState;
19 }
20
21 + (id)displayIdentifierForDownload:(id)fp8;
22 - (id)initWithDisplayIdentifier:(id)fp8;
23 - (id)initWithDownload:(id)fp8;
24 - (void)dealloc;
25 - (void)setDisplayIdentifier:(id)fp8;
26 - (id)icon;
27 - (void)setDisplayedIcon:(id)fp8;
28 - (void)updateDisplayName;
29 - (BOOL)shouldEllipsizeLabel;
30 - (id)displayName;
31 - (id)displayIdentifier;
32 - (id)tags;
33 - (void)launch;
34 - (BOOL)allowsCloseBox;
35 - (void)completeUninstall;
36 - (void)download:(id)fp8 encounteredError:(id)fp12;
37 - (void)downloadStatusChanged:(id)fp8;
38 - (void)setDownload:(id)fp8;
39 - (id)download;
40 - (void)retry;
41 - (void)remove;
42 - (id)uninstallAlertTitle;
43 - (id)uninstallAlertBody;
44 - (id)uninstallAlertConfirmTitle;
45 - (id)uninstallAlertCancelTitle;
46 - (void)_showAlertForError:(id)fp8;
47
48 @end
49