Changeset 4725 for Footagehead/trunk/FHCache.h
- Timestamp:
- 04/26/07 13:11:32 (2 years ago)
- Files:
-
- Footagehead/trunk/FHCache.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/FHCache.h
r4706 r4725 41 41 - (NSImage *)directoryIcon; 42 42 43 - (void)setFileIcon:(NSImage *)icon forURL:(WIURL *)url;44 43 - (NSImage *)fileIconForURL:(WIURL *)url; 45 46 - (void)setLargeFileIcon:(NSImage *)icon forExtension:(NSString *)extension;47 44 - (NSImage *)largeFileIconForExtension:(NSString *)extension; 48 49 - (void)setLargeFileIcon:(NSImage *)icon forURL:(WIURL *)url;50 45 - (NSImage *)largeFileIconForURL:(WIURL *)url; 51 46 52 - (void)setThumbnail:(FHImage *)image forURL:(WIURL *)url;53 47 - (FHImage *)thumbnailForURL:(WIURL *)url; 48 - (FHImage *)thumbnailForURL:(WIURL *)url withData:(NSData *)data; 54 49 - (void)dropThumbnailsForURL:(WIURL *)url; 55 50
