#import <MLPhotoLibrary.h>
Abgeleitet von NSObject.
Basisklasse für PLPhotoLibrary.
Öffentliche Methoden | |
| (void) | - _loadImageLibrary |
| (void) | - _flushImageLibrary |
| (id) | - initWithPath: |
| (void) | - dealloc |
| (id) | - dataForPhoto:format:width:height:bytesPerRow:dataWidth:dataHeight:imageDataOffset: |
| (id) | - albums |
| (void) | - flushAlbums |
| (void) | - reloadAlbums |
| (id) | - _imagesForAlbum:firstImageOnly: |
| (int) | - numberOfImagesInAlbum: |
| (int) | - countOfAllPhotos |
| (id) | - firstImageForAlbum: |
| (id) | - imagesForAlbum: |
Öffentliche, statische Methoden | |
| (id) | + sharedPhotoLibrary |
| (id) | + imageFormats |
| (int) | + widthForFormat: |
| (int) | + heightForFormat: |
| (BOOL) | + formatIsCropped: |
Geschützte Attribute | |
| NSString * | _path |
| NSMutableArray * | _albums |
Definiert in Zeile 11 der Datei MLPhotoLibrary.h.
| + (id) sharedPhotoLibrary |
Implementiert in PLPhotoLibrary.
| + (id) imageFormats |
| + (int) widthForFormat: | (int) | fp8 |
| + (int) heightForFormat: | (int) | fp8 |
| + (BOOL) formatIsCropped: | (int) | fp8 |
| - (void) _loadImageLibrary |
| - (void) _flushImageLibrary |
| - (id) initWithPath: | (id) | fp8 |
| - (void) dealloc |
Implementiert NSObject.
| - (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 | ||
| - (id) albums |
Implementiert in PLPhotoLibrary.
| - (void) flushAlbums |
| - (void) reloadAlbums |
| - (id) _imagesForAlbum: | (id) | fp8 | ||
| firstImageOnly: | (BOOL) | fp12 | ||
| - (int) numberOfImagesInAlbum: | (id) | fp8 |
| - (int) countOfAllPhotos |
| - (id) firstImageForAlbum: | (id) | fp8 |
| - (id) imagesForAlbum: | (id) | fp8 |
Definiert in Zeile 13 der Datei MLPhotoLibrary.h.
- (NSMutableArray*) _albums [protected] |
Definiert in Zeile 14 der Datei MLPhotoLibrary.h.