]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBIconModel.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBIconModel.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 "NSObject.h"
8
9 @class NSDictionary, NSMutableArray, NSMutableDictionary, NSMutableSet, SBButtonBar, SBEditIcon;
10
11 @interface SBIconModel : NSObject
12 {
13 NSDictionary *_iconState;
14 NSMutableArray *_iconLists;
15 SBButtonBar *_buttonBar;
16 SBEditIcon *_editIcon;
17 NSMutableDictionary *_allAppIcons;
18 NSMutableArray *_displayedIcons;
19 NSMutableArray *_buttonBarIcons;
20 NSMutableSet *_hiddenIconTags;
21 NSMutableSet *_visibleIconTags;
22 }
23
24 + (id)sharedInstance;
25 - (id)init;
26 - (void)dealloc;
27 - (void)changeVisibilityOfIconsWithVisibleTags:(id)fp8 hiddenTags:(id)fp12;
28 - (BOOL)iconIsVisible:(id)fp8;
29 - (void)replaceDownloadingDisplayIdentifier:(id)fp8 withDisplayIdentifier:(id)fp12;
30 - (void)removeIconForDisplayIdentifier:(id)fp8;
31 - (void)_completedUninstall:(id)fp8;
32 - (id)downloadingIconForDownload:(id)fp8;
33 - (void)_addDownloadingApplications;
34 - (void)_addBookmarks;
35 - (id)downloadingIconForDisplayIdentifier:(id)fp8;
36 - (id)bookmarkIconForDisplayIdentifier:(id)fp8;
37 - (void)reloadIconForDisplayIdentifier:(id)fp8;
38 - (Class)iconClassForApplication:(id)fp8;
39 - (void)loadAllIcons;
40 - (id)editIcon;
41 - (id)buttonBarIcons;
42 - (id)iconForDisplayIdentifier:(id)fp8;
43 - (id)iconState;
44 - (void)noteIconStateChangedExternally;
45 - (id)buttonBar;
46 - (id)iconLists;
47 - (void)uninstallBookmarkIcon:(id)fp8;
48 - (id)iconListContainingIcon:(id)fp8;
49 - (id)addEmptyIconList;
50 - (void)removeEmptyIconList:(id)fp8;
51 - (void)compactIconLists;
52 - (id)firstAvailableIconListX:(int *)fp8 Y:(int *)fp12;
53 - (BOOL)iconPositionInPlatformState:(id)fp8 X:(int *)fp12 Y:(int *)fp16 inIconListNumber:(int *)fp20;
54 - (void)addNewIconToDesignatedLocation:(id)fp8 animate:(BOOL)fp12 scrollToList:(BOOL)fp16;
55 - (BOOL)iconListsAreDirty;
56 - (void)_writeIconState;
57 - (void)saveIconState;
58 - (void)relayout;
59 - (void)uninstallApplicationIcon:(id)fp8;
60
61 @end
62