forked from karelia/iMedia
-
Notifications
You must be signed in to change notification settings - Fork 2
/
IMBImageKit.h
176 lines (168 loc) · 4.53 KB
/
IMBImageKit.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
/*
* Generated by class-dump 3.1.2.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
*/
// ATTENTION
// This header was generated with ClassDumper on 10.5 but was edited
// heavily to make it compile on both 10.5 and 10.6 development systems...
@class IKMipmapImage;
@interface IKImageCell : NSObject
{
id _parent;
id _cellSource;
id _proxy;
unsigned int _dataSourceIndex;
unsigned int _mipmapDBIndex;
IKMipmapImage *_mipmapImage;
unsigned int _datasourceIsVectorial:1;
float _alpha;
NSMutableDictionary *_properties;
}
+ (id)_IKBuildImageWrapperForType:(id)fp8 withObject:(id)fp12 withOwner:(id)fp16;
- (id)init;
- (struct _NSRect)imageFrame;
- (void)invalidate;
- (void)validate;
- (void)mipmapImageChanged;
- (void)validateMipmapDBIndex;
- (id)mipmapDB;
- (unsigned int)mipmapDBIndex;
- (void)setCacheDBIndex:(unsigned int)fp8;
- (void)parentWillDie:(id)fp8;
- (void)dealloc;
- (void)finalize;
- (void)setParent:(id)fp8;
- (id)parent;
- (void)setDataSource:(id)fp8;
- (id)dataSource;
- (unsigned int)dataSourceIndex;
- (void)setDataSourceIndex:(unsigned int)fp8;
- (id)mipmapImage;
- (void)setMipmapImage:(id)fp8;
- (float)alpha;
- (void)setAlpha:(float)fp8;
- (BOOL)isAnIcon;
- (BOOL)_representationTypeCanBePlayed:(id)fp8;
- (void)removeObjectForKey:(id)fp8;
- (void)setObject:(id)fp8 forKey:(id)fp12;
- (id)objectForKey:(id)fp8;
- (void)checkMipmapVersion;
- (id)dataSourcePath;
@end
@interface IKImageBrowserCell : IKImageCell
{
unsigned int _hidden:1;
unsigned int _reordering:1;
unsigned int _selected:1;
NSRect _frame;
NSRect _imageFrame;
unsigned int _layoutValid:1;
unsigned int _imageFrameValid:1;
float _aspectRatio;
unsigned int _aspectRatioValid:1;
NSSize _titleSize;
unsigned int _mipmapImageValid:1;
unsigned int _imageValid:1;
unsigned int _contentCanBePlayed:1;
unsigned int _privateAnimationMask:1;
}
+ (void)stopCurrentPlayerIfAny;
+ (BOOL)aCellIsPlayingInView:(id)fp8;
- (id)init;
- (void)dealloc;
- (void)finalize;
- (void)invalidate;
- (void)validate;
- (id)originalImage;
- (id)sourceUID;
- (float)_aspectRatio;
- (float)aspectRatio;
- (void)setAspectRatio:(float)fp8;
- (int)heightOfInfoSpace;
- (BOOL)hasPreview;
- (NSRect)roundedFrame;
- (NSSize)imageSizeForCellSize:(NSSize)fp8 withAspectRatio:(float)fp16;
- (NSRect)imageFrameForCellFrame:(NSRect)fp8;
- (void)_computeImageFrame;
- (void)setPosition:(NSPoint)fp8;
- (void)setSize:(NSSize)fp8;
- (void)setFrame:(NSRect)fp8;
- (struct _NSPoint)position;
- (void)centerToPosition:(NSPoint)fp8;
- (NSRect)frame;
- (NSRect)imageFrame;
- (NSRect)imageBorderFrame;
- (BOOL)isLayoutValid;
- (void)setLayoutValid:(BOOL)fp8;
- (BOOL)hitTestWithPoint:(NSPoint)fp8;
- (BOOL)hitTestWithRect:(NSRect)fp8;
- (id)typeSelectString;
- (void)validateMipmapImage;
- (void)validateMipmapDBIndex;
- (void)validateImage;
- (void)reloadData;
- (void)prepareForImport;
- (void)didImport;
- (NSRect)_iconFrameForCellFrameSize:(NSSize)fp8;
- (NSSize)size;
- (BOOL)isSelected;
- (BOOL)isSelectable;
- (void)setSelected:(BOOL)fp8;
- (void)drawOverlays;
- (void)positionDidChange;
- (void)sizeDidChange;
- (void)willBeRemovedFromView;
- (BOOL)imageIsImported;
- (BOOL)needLoading;
- (BOOL)_preloadWithQuality:(int)fp8;
- (void)_preloadingEnded;
- (BOOL)preloadWithQuality:(int)fp8;
- (BOOL)preload;
- (id)bestMipmapForSize:(NSSize)fp8;
- (id)thumbnailImage;
- (void)mipmapImageChanged;
- (void)drawShadow;
- (void)drawImageOutline;
- (void)drawPlaceHolder;
- (void)drawBackground;
- (void)drawCenteredIcon:(id)fp8;
- (NSRect)playButtonFrame;
- (BOOL)_playerViewHasPlayControls;
- (void)drawPlayerControl;
- (void)drawImage:(id)fp8;
- (NSSize)_getTitleSize;
- (id)_currentTitleAttributes;
- (NSRect)titleFrame;
- (NSRect)titleStringFrame;
- (void)drawSelectionOnTitle;
- (void)drawTitleBackground;
- (void)drawTitle;
- (NSRect)subtitleFrame;
- (void)drawSubtitle;
- (NSRect)selectionFrame;
- (void)drawSelection;
- (void)drawDragHighlight;
- (void)draw;
- (void)freeOriginalImageCache;
- (void)freeVMCache;
- (void)freeExpendedRepresentationCaches;
- (BOOL)showPlayerControls;
- (id)playerView;
- (BOOL)contentCanBePlayed;
- (NSRect)playerFrame;
- (void)stopPlay;
- (void)startPlay;
- (BOOL)isPlaying;
- (id)browser;
- (void)setBrowser:(id)fp8;
- (BOOL)hidden;
- (void)setHidden:(BOOL)fp8;
- (BOOL)reordering;
- (void)setReordering:(BOOL)fp8;
- (unsigned int)privateAnimationMask;
- (void)setPrivateAnimationMask:(unsigned int)fp8;
- (BOOL)mouseDown:(NSPoint)fp8 inView:(id)fp16;
- (unsigned long long)fileSize;
- (void)installToolTips;
@end