Authors
- Gregory John Casamento (
greg_casamento@yahoo.com
)
-
This class is a placeholder for a real image.
Copyright: (C) 2001 Free Software Foundation, Inc.
- Declared in:
- GormCore/GormImage.h
Description forthcoming.
Instance Variables
Method summary
+ (
GormImage*)
imageForData: (NSData*)aData
withFileName: (NSString*)aName
inWrapper: (BOOL)flag;
Initialize with image data. Mark it as in the
wrapper depending on the value of flag.
+ (
GormImage*)
imageForPath: (NSString*)aPath;
Initialize with image data located at path.
+ (
GormImage*)
imageForPath: (NSString*)aPath
inWrapper: (BOOL)flag;
Initialize with image data located at path. Mark
it as in the wrapper depending on the value of
flag.
- (NSImage*)
image;
A thumbnail of the image.
- (NSImage*)
normalImage;
The full sized image.
Instance Variables for GormImage Class
@protected NSImage* image;
Description forthcoming.
@protected NSImage* smallImage;
Description forthcoming.
- Declared in:
- GormCore/GormImage.h
Description forthcoming.
Method summary
- (BOOL)
archiveByName;
Returns YES
, if the image should be
archived by name only, NO
otherwise.
- (void)
setArchiveByName: (BOOL)archiveByName;
Set to YES
, if the image should be
archived by name only, NO
otherwise.