2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "Foundation/NSObject.h"
9 @
class NSDictionary
, NSMutableArray
, NSMutableDictionary
, NSMutableSet
, SBButtonBar
, SBImageCache
;
11 @interface SBIconModel
: NSObject
13 NSDictionary
*_iconState
;
14 NSMutableArray
*_iconLists
;
15 SBButtonBar
*_buttonBar
;
16 NSMutableDictionary
*_allAppIcons
;
17 NSMutableSet
*_hiddenIconTags
;
18 NSMutableSet
*_visibleIconTags
;
19 SBImageCache
*_iconImageCache
;
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
;
39 - (id
)iconForDisplayIdentifier
:(id
)fp8
;
41 - (void)noteIconStateChangedExternally
;
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
;
60 - (void)uninstallApplicationIcon
:(id
)fp8
;