]>
Commit | Line | Data |
---|---|---|
491070e3 JF |
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 "MLPhoto.h" | |
8 | ||
9 | @class MLPhotoDCFFileGroup; | |
10 | ||
11 | @interface PLCameraImage : MLPhoto | |
12 | { | |
13 | MLPhotoDCFFileGroup *_fileGroup; | |
14 | } | |
15 | ||
16 | + (void)setMaxImageSize:(int)fp8; | |
17 | + (int)imageIDForFileGroup:(id)fp8; | |
18 | - (id)initWithDCFFileGroup:(id)fp8; | |
19 | - (void)dealloc; | |
20 | - (id)fileGroup; | |
21 | - (void)fileGroupWillBeginSaving:(id)fp8; | |
22 | - (void)fileGroupDidFinishSaving:(id)fp8; | |
23 | - (int)compare:(id)fp8; | |
24 | - (id)description; | |
25 | - (id)thumbnailImage; | |
26 | - (struct CGImage *)_createCGImageForFormat:(int)fp8 orientation:(int *)fp12 ignoringSizeCaps:(BOOL)fp16 properties:(const struct __CFDictionary **)fp20; | |
27 | - (struct CGImage *)createFullScreenCGImageRef:(int *)fp8 properties:(const struct __CFDictionary **)fp12; | |
28 | - (struct CGImage *)createFullSizeCGImageRef:(int *)fp8; | |
29 | - (struct CGImage *)createLowResolutionFullScreenCGImageRef; | |
30 | - (BOOL)hasFullSizeImage; | |
31 | - (void)deleteFiles; | |
32 | ||
33 | @end | |
34 |