]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBImageCache.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / SpringBoard-2.1 / SBImageCache.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 <Foundation/NSObject.h>
8
9 @class NSString;
10
11 @interface SBImageCache : NSObject
12 {
13 NSString *_path;
14 unsigned int _width;
15 unsigned int _height;
16 unsigned int _imageSize;
17 struct __CFDictionary *_keysToIndexes;
18 int _fd;
19 unsigned int _cacheFileInitialSize;
20 }
21
22 - (id)initWithName:(id)fp8 forImageWidth:(unsigned int)fp12 imageHeight:(unsigned int)fp16 initialCapacity:(unsigned int)fp20;
23 - (void)dealloc;
24 - (void)_open;
25 - (id)_pathForName:(id)fp8;
26 - (void)_growCacheByAnImage;
27 - (id)imageForKey:(id)fp8;
28 - (void)setBitmapImageData:(void *)fp8 forKey:(id)fp12;
29 - (void)reset;
30
31 @end
32