/headers/MusicLibrary/MLPhotoLibrary.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @class NSMutableArray, NSString;
00010 
00011 @interface MLPhotoLibrary : NSObject
00012 {
00013     NSString *_path;
00014     NSMutableArray *_albums;
00015 }
00016 
00017 + (id)sharedPhotoLibrary;
00018 + (id)imageFormats;
00019 + (int)widthForFormat:(int)fp8;
00020 + (int)heightForFormat:(int)fp8;
00021 + (BOOL)formatIsCropped:(int)fp8;
00022 - (void)_loadImageLibrary;
00023 - (void)_flushImageLibrary;
00024 - (id)initWithPath:(id)fp8;
00025 - (void)dealloc;
00026 - (id)dataForPhoto:(id)fp8 format:(int)fp12 width:(int *)fp16 height:(int *)fp20 bytesPerRow:(int *)fp24 dataWidth:(int *)fp28 dataHeight:(int *)fp32 imageDataOffset:(int *)fp36;
00027 - (id)albums;
00028 - (void)flushAlbums;
00029 - (void)reloadAlbums;
00030 - (id)_imagesForAlbum:(id)fp8 firstImageOnly:(BOOL)fp12;
00031 - (int)numberOfImagesInAlbum:(id)fp8;
00032 - (int)countOfAllPhotos;
00033 - (id)firstImageForAlbum:(id)fp8;
00034 - (id)imagesForAlbum:(id)fp8;
00035 
00036 @end
00037