]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBIcon.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / SpringBoard-2.1 / SBIcon.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 <UIKit/UIControl.h>
8
9 @class NSTimer, SBIconBadge, SBIconImageView, SBIconLabel, UIImageView, UIPushButton, UIView;
10
11 @interface SBIcon : UIControl
12 {
13 SBIconImageView *_image;
14 UIImageView *_reflection;
15 UIView *_grayFilterView;
16 SBIconBadge *_badge;
17 SBIconLabel *_label;
18 UIPushButton *_closeBox;
19 unsigned int _isShowingImages:1;
20 unsigned int _drawsLabel:1;
21 unsigned int _isHidden:1;
22 unsigned int _isRevealable:1;
23 unsigned int _inDock:1;
24 unsigned int _isGrabbed:1;
25 unsigned int _isGrabbing:1;
26 unsigned int _isJittering:1;
27 unsigned int _allowJitter:1;
28 unsigned int _mouseDownInIcon:1;
29 struct CGPoint _unjitterPoint;
30 struct CGPoint _grabPoint;
31 NSTimer *_grabTimer;
32 }
33
34 + (struct CGSize)defaultIconSize;
35 + (void)enqueueReusableIconImageView:(id)fp8;
36 + (id)dequeueReusableIconImageView;
37 + (id)_jitterPositionAnimation;
38 + (id)_jitterTransformAnimation;
39 - (id)initWithDefaultSize;
40 - (void)dealloc;
41 - (BOOL)shouldListInCapabilities;
42 - (BOOL)ignoresMouseEvents;
43 - (void)showIconAnimationDidStop:(id)fp8 didFinish:(id)fp12 icon:(id)fp16;
44 - (void)setIsHidden:(BOOL)fp8 animate:(BOOL)fp12;
45 - (BOOL)isHidden;
46 - (void)setIsRevealable:(BOOL)fp8;
47 - (BOOL)isRevealable;
48 - (id)displayName;
49 - (id)displayIdentifier;
50 - (id)tags;
51 - (BOOL)launchEnabled;
52 - (void)setDisplayedIcon:(id)fp8;
53 - (id)icon;
54 - (struct CGContext *)_createIconImageBitmapContext;
55 - (id)reflectedIcon:(BOOL)fp8;
56 - (BOOL)isShowingImages;
57 - (void)setShowsImages:(BOOL)fp8;
58 - (void)updateLabelOrigin;
59 - (BOOL)shouldEllipsizeLabel;
60 - (void)setDrawsLabel:(BOOL)fp8;
61 - (void)updateLabelKerning;
62 - (id)badge;
63 - (void)setBadge:(id)fp8;
64 - (id)_automationID;
65 - (BOOL)shouldTrack;
66 - (BOOL)pointMostlyInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
67 - (id)darkenedIcon:(id)fp8 alpha:(float)fp12;
68 - (void)setHighlighted:(BOOL)fp8;
69 - (void)setInDock:(BOOL)fp8;
70 - (void)setOrigin:(struct CGPoint)fp8;
71 - (void)setIsJittering:(BOOL)fp8;
72 - (void)setAllowJitter:(BOOL)fp8;
73 - (BOOL)allowJitter;
74 - (void)removeAllIconAnimations;
75 - (void)setIconPosition:(struct CGPoint)fp8;
76 - (float)grabDurationForEvent:(struct __GSEvent *)fp8;
77 - (void)setIsGrabbed:(BOOL)fp8;
78 - (void)grabTimerFired;
79 - (void)cancelGrabTimer;
80 - (void)mouseCancelInIcon:(id)fp8;
81 - (BOOL)cancelMouseTracking;
82 - (void)mouseDown:(struct __GSEvent *)fp8;
83 - (void)mouseDragged:(struct __GSEvent *)fp8;
84 - (void)mouseUp:(struct __GSEvent *)fp8;
85 - (id)dictionaryRepresentation;
86 - (void)launch;
87 - (BOOL)pointInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
88 - (BOOL)allowsCloseBox;
89 - (void)hideCloseBoxAnimationDidStop:(id)fp8 didFinish:(id)fp12 closeBox:(id)fp16;
90 - (void)setIsShowingCloseBox:(BOOL)fp8;
91 - (BOOL)isShowingCloseBox;
92 - (void)closeBoxClicked:(id)fp8;
93 - (void)completeUninstall;
94 - (id)description;
95 - (id)uninstallAlertTitle;
96 - (id)uninstallAlertBody;
97 - (id)uninstallAlertConfirmTitle;
98 - (id)uninstallAlertCancelTitle;
99
100 #if 1 // ?
101 + (CGSize) defaultIconImageSize;
102 #endif
103
104 #if 1 // 5?
105 - (void) setIconImageAlpha:(CGFloat)alpha;
106 - (void) setIconLabelAlpha:(CGFloat)alpha;
107 #endif
108
109 @end
110