]>
Commit | Line | Data |
---|---|---|
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 "Foundation/NSObject.h" | |
8 | ||
9 | @class NSDictionary, NSMutableArray, NSMutableDictionary, NSMutableSet, SBButtonBar, SBImageCache; | |
10 | ||
11 | @interface SBIconModel : NSObject | |
12 | { | |
13 | NSDictionary *_iconState; | |
14 | NSMutableArray *_iconLists; | |
15 | SBButtonBar *_buttonBar; | |
16 | NSMutableDictionary *_allAppIcons; | |
17 | NSMutableSet *_hiddenIconTags; | |
18 | NSMutableSet *_visibleIconTags; | |
19 | SBImageCache *_iconImageCache; | |
20 | } | |
21 | ||
22 | + (id)sharedInstance; | |
23 | - (id)init; | |
24 | - (void)dealloc; | |
25 | - (void)changeVisibilityOfIconsWithVisibleTags:(id)fp8 hiddenTags:(id)fp12; | |
26 | - (BOOL)iconIsVisible:(id)fp8; | |
27 | - (void)replaceDownloadingDisplayIdentifier:(id)fp8 withDisplayIdentifier:(id)fp12; | |
28 | - (void)_completedUninstall:(id)fp8; | |
29 | - (id)downloadingIconForDownload:(id)fp8; | |
30 | - (void)_addDownloadingApplications; | |
31 | - (id)downloadingIconForDisplayIdentifier:(id)fp8; | |
32 | - (id)addBookmarkIconForWebClip:(id)fp8; | |
33 | - (void)reloadIconImage:(id)fp8; | |
34 | - (void)reloadIconImageForDisplayIdentifier:(id)fp8; | |
35 | - (void)cacheImageForIcon:(id)fp8; | |
36 | - (id)getCachedImagedForIcon:(id)fp8; | |
37 | - (void)addIconForApplication:(id)fp8; | |
38 | - (void)loadAllIcons; | |
39 | - (id)iconForDisplayIdentifier:(id)fp8; | |
40 | - (id)iconState; | |
41 | - (void)noteIconStateChangedExternally; | |
42 | - (id)buttonBar; | |
43 | - (id)iconLists; | |
44 | - (void)uninstallBookmarkIcon:(id)fp8; | |
45 | - (id)iconListContainingIcon:(id)fp8; | |
46 | - (id)iconListContainingIconWithDisplayIdentifier:(id)fp8; | |
47 | - (id)addEmptyIconList; | |
48 | - (void)removeEmptyIconList:(id)fp8; | |
49 | - (void)compactIconLists; | |
50 | - (id)firstAvailableIconListX:(int *)fp8 Y:(int *)fp12; | |
51 | - (BOOL)iconPositionInPlatformState:(id)fp8 X:(int *)fp12 Y:(int *)fp16 inIconListNumber:(int *)fp20; | |
52 | - (void)addNewIconToDesignatedLocation:(id)fp8 animate:(BOOL)fp12 scrollToList:(BOOL)fp16; | |
53 | - (BOOL)iconListsAreDirty; | |
54 | - (void)deleteIconState; | |
55 | - (void)_writeIconState; | |
56 | - (void)saveIconState; | |
57 | - (void)_replaceAppIconsWithDownloadingIcons; | |
58 | - (void)_replaceAppIconWithDownloadingIcon:(id)fp8 sourceList:(id)fp12; | |
59 | - (void)relayout; | |
60 | - (void)uninstallApplicationIcon:(id)fp8; | |
61 | ||
62 | @end | |
63 |