#import <CPImage.h>
Class Methods | |
(CPImage) | + cachedImageWithContentsOfFile: |
(CPImage) | + dummyCSSImageOfSize: |
(id) | + imageNamed: |
(CPImage) | + imageWithCSSDictionary:beforeDictionary:afterDictionary:size: |
(CPImage) | + imageWithCSSDictionary:size: |
Class Methods inherited from CPObject | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(void) | + cancelPreviousPerformRequestsWithTarget: |
(void) | + cancelPreviousPerformRequestsWithTarget:selector:object: |
(Class) | + class |
(BOOL) | + conformsToProtocol: |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesImplementSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isBindingExclusive: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(id) | + new |
(void) | + object:performSelector:withObject:afterDelay:inModes: |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
CPImage is used to represent images in the Cappuccino framework. It supports loading all image types supported by the browser.
-(void)imageDidLoad:(CPImage)image; Called when the specified image has finished loading.
image | the image that loaded |
-(void)imageDidError:(CPImage)image; Called when the specified image had an error loading.
image | the image with the loading error |
-(void)imageDidAbort:(CPImage)image; Called when the image loading was aborted.
image | the image that was aborted |
|
implementation |
Provided by category CPImage(CSSTheming).
Provided by category CPImage(CachedImage).
Definition at line 607 of file CPImageView.j.
|
implementation |
|
implementation |
|
implementation |
|
implementation |
Provided by category CPImage(CSSTheming).
|
implementation |
Writes the image data from memory into the coder.
aCoder | the coder to which the data will be written |
Provided by category CPImage(CPCoding).
|
implementation |
|
implementation |
Provided by category CPImage(CSSTheming).
|
implementation |
Provided by category CPImage(CSSTheming).
|
implementation |
Provided by category CPImage(CSSTheming).
|
implementation |
|
implementation |
Provided by category CPImage(CSSTheming).
|
implementation |
Provided by category CPImage(CSSTheming).
|
implementation |
|
implementation |
|
implementation |
Initializes the image with data from a coder.
aCoder | the coder from which to read the image data |
Provided by category CPImage(CPCoding).
|
implementation |
|
implementation |
|
implementation |
Provided by category CPImage(CSSTheming).
|
implementation |
|
implementation |
Provided by category CPImage(CSSTheming).
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |