]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBDownloadingIcon.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / 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 }
19
20 + (id)displayIdentifierForDownload:(id)fp8;
21 - (id)initWithDisplayIdentifier:(id)fp8;
22 - (id)initWithDownload:(id)fp8;
23 - (void)dealloc;
24 - (void)setDisplayIdentifier:(id)fp8;
25 - (void)resetIconImage;
26 - (id)icon;
27 - (void)setDisplayedIcon:(id)fp8;
28 - (void)updateDisplayName;
29 - (id)displayName;
30 - (id)displayIdentifier;
31 - (id)tags;
32 - (void)launch;
33 - (BOOL)allowsCloseBox;
34 - (void)completeUninstall;
35 - (void)download:(id)fp8 encounteredError:(id)fp12;
36 - (void)downloadStatusChanged:(id)fp8;
37 - (void)setDownload:(id)fp8;
38 - (id)download;
39 - (void)retry;
40 - (void)remove;
41 - (id)uninstallAlertTitle;
42 - (id)uninstallAlertBody;
43 - (id)uninstallAlertConfirmTitle;
44 - (id)uninstallAlertCancelTitle;
45 - (void)_showAlertForError:(id)fp8;
46
47 @end
48