Show
Ignore:
Timestamp:
04/26/07 13:11:32 (2 years ago)
Author:
morris
Message:

Add a progress indicator for asynchronously loading files off the net

Extract thumbnail data from loaded files off the net

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/FHCache.h

    r4706 r4725  
    4141- (NSImage *)directoryIcon; 
    4242 
    43 - (void)setFileIcon:(NSImage *)icon forURL:(WIURL *)url; 
    4443- (NSImage *)fileIconForURL:(WIURL *)url; 
    45  
    46 - (void)setLargeFileIcon:(NSImage *)icon forExtension:(NSString *)extension; 
    4744- (NSImage *)largeFileIconForExtension:(NSString *)extension; 
    48  
    49 - (void)setLargeFileIcon:(NSImage *)icon forURL:(WIURL *)url; 
    5045- (NSImage *)largeFileIconForURL:(WIURL *)url; 
    5146 
    52 - (void)setThumbnail:(FHImage *)image forURL:(WIURL *)url; 
    5347- (FHImage *)thumbnailForURL:(WIURL *)url; 
     48- (FHImage *)thumbnailForURL:(WIURL *)url withData:(NSData *)data; 
    5449- (void)dropThumbnailsForURL:(WIURL *)url; 
    5550