]>
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 <UIKit/UIView.h> | |
8 | ||
9 | @class NSMutableArray, UITextLabel; | |
10 | ||
11 | @interface SBIconList : UIView | |
12 | { | |
13 | NSMutableArray *_iconMatrix; | |
14 | NSMutableArray *_removedIcons; | |
15 | unsigned int _scattered:1; | |
16 | unsigned int _needsLayout:1; | |
17 | unsigned int _stateIsDirty:1; | |
18 | unsigned int _showsInfoText:1; | |
19 | UITextLabel *_infoTextView; | |
20 | } | |
21 | ||
22 | + (float)defaultHeight; | |
23 | - (id)initWithFrame:(struct CGRect)fp8; | |
24 | - (id)initWithDefaultSize; | |
25 | - (void)dealloc; | |
26 | - (int)maxIconRows; | |
27 | - (int)maxIconColumns; | |
28 | - (id)icons; | |
29 | - (id)iconAtX:(int)fp8 Y:(int)fp12; | |
30 | - (BOOL)firstFreeSlotX:(int *)fp8 Y:(int *)fp12; | |
31 | - (BOOL)isEmpty; | |
32 | - (BOOL)needsCompacting; | |
33 | - (void)compactIconsInIconList:(BOOL)fp8; | |
34 | - (void)showIconAnimationDidStop:(id)fp8 didFinish:(id)fp12 icon:(id)fp16; | |
35 | - (id)placeIcon:(id)fp8 atX:(int)fp12 Y:(int)fp16 animate:(BOOL)fp20 moveNow:(BOOL)fp24; | |
36 | - (id)insertIcon:(id)fp8 atX:(int)fp12 Y:(int)fp16 moveNow:(BOOL)fp20; | |
37 | - (BOOL)getX:(int *)fp8 Y:(int *)fp12 forIcon:(id)fp16; | |
38 | - (BOOL)containsIcon:(id)fp8; | |
39 | - (BOOL)containsIconForDisplayIdentifier:(id)fp8; | |
40 | - (void)removeIconAtX:(int)fp8 Y:(int)fp12 compactEmptyLists:(BOOL)fp16 animate:(BOOL)fp20; | |
41 | - (void)removeIcon:(id)fp8 compactEmptyLists:(BOOL)fp12 animate:(BOOL)fp16; | |
42 | - (void)removeAllIcons; | |
43 | - (BOOL)isScattered; | |
44 | - (void)setIconAlphaForRow:(int)fp8 column:(int)fp12 alpha:(float)fp16; | |
45 | - (void)scatter:(BOOL)fp8; | |
46 | - (void)unscatter:(BOOL)fp8 startTime:(double)fp12; | |
47 | - (void)removeAllIconAnimations; | |
48 | - (float)verticalIconPadding; | |
49 | - (float)topIconPadding; | |
50 | - (void)setIconsNeedLayout; | |
51 | - (int)visibleIconsInRow:(id)fp8; | |
52 | - (void)cleanseRemovedIcons; | |
53 | - (float)leftMarginForIconRowArray:(id)fp8; | |
54 | - (void)layoutIconsNow; | |
55 | - (float)layoutIconsIfNeeded:(float)fp8 domino:(BOOL)fp12; | |
56 | - (struct CGPoint)originForIconAtX:(int)fp8 Y:(int)fp12; | |
57 | - (struct CGPoint)originForIcon:(id)fp8; | |
58 | - (int)columnAtPoint:(struct CGPoint)fp8; | |
59 | - (int)rowAtPoint:(struct CGPoint)fp8; | |
60 | - (id)iconAtPoint:(struct CGPoint)fp8 X:(int *)fp16 Y:(int *)fp20; | |
61 | - (id)iconAtPoint:(struct CGPoint)fp8 X:(int *)fp16 Y:(int *)fp20 proposedOrder:(int *)fp24; | |
62 | - (BOOL)canShowInfoText; | |
63 | - (void)removeInfoAnimation:(id)fp8 didFinish:(id)fp12 view:(id)fp16; | |
64 | - (void)setShowsInfoText:(BOOL)fp8; | |
65 | - (void)stopJittering; | |
66 | - (void)noteEditingStateChanged; | |
67 | - (void)setStateIsDirty:(BOOL)fp8; | |
68 | - (BOOL)stateIsDirty; | |
69 | - (BOOL)isDock; | |
70 | - (void)resetWithDictionaryRepresentation:(id)fp8; | |
71 | - (id)initWithDictionaryRepresentation:(id)fp8; | |
72 | - (id)dictionaryRepresentation; | |
73 | ||
74 | @end | |
75 |