DropIOImage Class Reference

Encapsulates the properties of a Drop.io image asset. More...

#import <DropIOAsset.h>

Inherits DropIOAsset.

Collaboration diagram for DropIOImage:

Collaboration graph
[legend]

Public Member Functions

(id) - init
 Initializes a new, empty image object.
(BOOL) - isThumbnailLoaded
(void) - whenThumbnailIsLoadedPerformSelector:target:
(void) - releaseThumbnail

Protected Attributes

id loadedTarget
 NSObject to notify when thumbnail is loaded.
SEL loadedSel
 method selector to call when thumbnail is loaded

Properties

NSURL * thumbnail
NSURL * file
NSURL * converted
NSNumber * height
NSNumber * width
UIImagethumbImage
 cached thumbnail image

Detailed Description

Encapsulates the properties of a Drop.io image asset.

Member Function Documentation

- (id) init  

Initializes a new, empty image object.

Returns:
A new image object.

Reimplemented from DropIOAsset.

- (BOOL) isThumbnailLoaded  

- (void) releaseThumbnail  

Reimplemented from DropIOAsset.

- (void) whenThumbnailIsLoadedPerformSelector: (SEL)  selector
target: (id)  obj 


Field Documentation

- (SEL) loadedSel [protected]

method selector to call when thumbnail is loaded

Referenced by init, and whenThumbnailIsLoadedPerformSelector:target:.

- (id) loadedTarget [protected]

NSObject to notify when thumbnail is loaded.

Referenced by init, and whenThumbnailIsLoadedPerformSelector:target:.


Property Documentation

- (NSURL *) converted [read, write, retain]

- (NSURL *) file [read, write, retain]

- (NSNumber *) height [read, write, retain]

- (UIImage *) thumbImage [read, write, retain]

cached thumbnail image

Referenced by init, and isThumbnailLoaded.

- (NSURL *) thumbnail [read, write, retain]

- (NSNumber *) width [read, write, retain]


The documentation for this class was generated from the following files:

Generated on Thu May 21 13:52:19 2009 for DropKit by  doxygen 1.5.8