Permalink
Cannot retrieve contributors at this time
Jump to Line
Fetching contributors…
| /* | |
| * Generated by class-dump 3.4 (64 bit). | |
| * | |
| * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2012 by Steve Nygard. | |
| */ | |
| #import "NSObject.h" | |
| #import "SBIconIndexNodeObserver-Protocol.h" | |
| #import "SBIconObserver-Protocol.h" | |
| #import "SBIconViewObserver-Protocol.h" | |
| #import "SBIconViewMapDelegate-Protocol.h" | |
| #import "SBIconViewDelegate-Protocol.h" | |
| @class NSMapTable, SBIconModel, _UILegibilitySettings; | |
| @interface SBIconViewMap : NSObject <SBIconObserver, SBIconIndexNodeObserver, SBIconViewObserver> | |
| { | |
| SBIconModel *_model; | |
| NSMapTable *_iconViewsForIcons; | |
| id<SBIconViewMapDelegate> _delegate; | |
| id<SBIconViewDelegate> _viewDelegate; | |
| NSMapTable *_recycledIconViewsByType; | |
| NSMapTable *_labelsForIcons; | |
| NSMapTable *_lightLegibilityImagesForIcons; | |
| NSMapTable *_darkLegibilityImagesForIcons; | |
| NSMapTable *_accessoryImagesForIcons; | |
| _UILegibilitySettings *_legibilitySettings; | |
| } | |
| + (instancetype)switcherMap; | |
| + (instancetype)homescreenMap; | |
| @property(retain, nonatomic) _UILegibilitySettings *legibilitySettings; // @synthesize legibilitySettings=_legibilitySettings; | |
| @property(nonatomic, assign) id<SBIconViewDelegate> viewDelegate; // @synthesize viewDelegate=_viewDelegate; | |
| - (void)iconViewDidChangeLocation:(id)arg1; | |
| - (void)node:(id)arg1 didRemoveContainedNodeIdentifiers:(id)arg2; | |
| - (void)node:(id)arg1 didAddContainedNodeIdentifiers:(id)arg2; | |
| - (void)iconAccessoriesDidUpdate:(id)arg1; | |
| - (void)_modelReloadedState; | |
| - (void)_modelReloadedIcons; | |
| - (void)_modelRemovedIcon:(id)arg1; | |
| - (void)_cacheAccessoryImagesForIcon:(id)arg1 location:(int *)arg2; | |
| - (void)_cacheLabelImagesForIcon:(id)arg1 location:(int *)arg2; | |
| - (void)_cacheImagesForIcon:(id)icon; | |
| - (void)purgeRecycledIconViewsForClass:(Class)arg1; | |
| - (void)recycleAndPurgeAll; | |
| - (void)recycleIconView:(id)iconView; | |
| - (SBIconView *)extraIconViewForIcon:(SBIcon *)iconView; | |
| - (void)recycleViewForIcon:(SBIcon *)icon; | |
| - (void)_recycleIconView:(SBIconView *)iconView; | |
| - (void)purgeIconFromMap:(SBIcon *)icon; | |
| - (void)_addIconView:(SBIconView *)iconView forIcon:(SBIcon *)icon; | |
| - (void)tryToReplaceIcon:(id)arg1 withIcon:(id)arg2; | |
| - (SBIconView *)iconViewForIcon:(SBIcon *)icon; | |
| - (SBIconView *)_iconViewForIcon:(SBIcon *)icon; | |
| - (SBIconView *)mappedIconViewForIcon:(SBIcon *)arg1; | |
| - (SBIconModel *)iconModel; | |
| - (instancetype)initWithIconModel:(SBIconModel *)arg1 delegate:(id<SBIconViewMapDelegate>)arg2; | |
| @end | |