* Fixed the objectSpecifier of `AIStatusItem`s to be based on the unique ID rather...
[adiumx.git] / Source / IKRecentPicture.h
blobca644058c652bd703a148eca7933a41355392b32
1 /*
2 * Generated by class-dump (version 2.1.5).
4 * class-dump is Copyright (C) 1997, 1999, 2000, 2001 by Steve Nygard.
5 */
7 /*
8 * File: ImageKit (/System/Library/Frameworks/Quartz.framework/Frameworks/ImageKit.framework - Mac OS X 10.5.0)
9 */
11 @protocol IKImageProxy;
13 @interface IKPictureTakerRecentPicture:NSObject
17 + defaultRecentPictureWithImageWrapper:fp8 cropSize:(NSSize)size;
18 + defaultRecentPictureWithOriginalData:fp8 cropSize:(NSSize)size;
19 + defaultRecentPictureWithOriginalImage:fp8 cropSize:(NSSize)size;
20 + emptyRecentPictureWithIcon:fp8;
21 - _infoToSaveInRepository:fp8;
22 - cropInfo;
23 - (NSSize)cropSize;
24 - (void)dealloc;
25 - (NSImage *)editedImage;
26 - (void)finalize;
27 - initWithInfo:fp8 withRepository:fp12;
28 - initWithOriginalImage:fp8 cropSize:(NSSize)size cropInfo:fp20 smallIcon:fp24;
29 - (BOOL)isABMeImage;
30 - (BOOL)isEmpty;
31 - (NSImage *)originalImage;
32 - (NSString *)originalImageName;
33 - (NSString *)originalImagePath;
34 - (void)setCropInfo:fp8 smallIcon:fp12;
35 - (void)setCropSize:(NSSize)fp8;
36 - (void)setIsABMeImage:(BOOL)fp8;
37 - (void)setIsEmpty:(BOOL)fp8;
38 - (void)setOriginalImagePath:fp8;
39 - (void)setTimeValue:(double)fp8;
40 - (void)setUserInfo:(void *)fp8;
41 - (NSImage *)smallIcon;
42 - (double)timeValue;
43 - (void)upgradeForCropSize:(NSSize)size;
44 - (void *)userInfo;
45 - (int)version;
47 @end
49 @interface IKPictureTakerRecentPictureRepository:NSObject
53 + domainName;
54 + recentRepository;
55 + recentRepositoryWithDomainName:fp8;
56 + (void)setDomainName:fp8;
57 - _infoFilePath;
58 - (void)addRecent:fp8;
59 - (void)clearRecents:(id)sender;
60 - (void)dealloc;
61 - initWithDomainName:fp8;
62 - (void)loadRecentsIfNeeded;
63 - (int)maxRecents;
64 - originalImagePathForRecent:fp8;
65 - pictureDirPath;
66 - (char)purgeExtras;
67 - recentPictures;
68 - (void)removeRecent:fp8;
69 - (void)saveChanges;
70 - (void)setRecentPictureAsCurrent:fp8;
71 - (void)updateRecentPicture:fp8 setCropInfo:fp12 smallIcon:fp16;
73 @end