Authors
- Gregory John Casamento (
greg_casamento@yahoo.com
)
-
This class is a placeholder for a real resource.
Copyright: (C) 2005 Free Software Foundation, Inc.
- Declared in:
- GormCore/GormResource.h
- Conforms to:
- IBProjectFiles
Description forthcoming.
Instance Variables
Method summary
+ (
GormResource*)
resourceForPath: (NSString*)aPath;
Description forthcoming.
+ (
GormResource*)
resourceForPath: (NSString*)aPath
inWrapper: (BOOL)flag;
Description forthcoming.
- (NSData*)
data;
Description forthcoming.
- (id)
initWithData: (NSData*)aData
withFileName: (NSString*)aFileName
inWrapper: (BOOL)flag;
Description forthcoming.
- (id)
initWithName: (NSString*)aName
path: (NSString*)aPath;
Description forthcoming.
- (id)
initWithName: (NSString*)aName
path: (NSString*)aPath
inWrapper: (BOOL)flag;
Designated initializer.
- (id)
initWithPath: (NSString*)aPath;
Description forthcoming.
- (id)
initWithPath: (NSString*)aPath
inWrapper: (BOOL)flag;
Description forthcoming.
- (BOOL)
isEqual: (id)object;
Description forthcoming.
- (BOOL)
isInWrapper;
Description forthcoming.
- (BOOL)
isSystemResource;
Description forthcoming.
- (NSString*)
name;
Description forthcoming.
- (void)
setData: (NSData*)aData;
Description forthcoming.
- (void)
setInWrapper: (BOOL)flag;
Description forthcoming.
- (void)
setName: (NSString*)aName;
Description forthcoming.
- (void)
setSystemResource: (BOOL)flag;
Description forthcoming.
Instance Variables for GormResource Class
@protected NSData* data;
Description forthcoming.
@protected NSString* fileName;
Description forthcoming.
@protected NSString* fileType;
Description forthcoming.
@protected BOOL isInWrapper;
Description forthcoming.
@protected BOOL isLocalized;
Description forthcoming.
@protected BOOL isSystemResource;
Description forthcoming.
@protected NSString* language;
Description forthcoming.
@protected NSString* name;
Description forthcoming.
@protected NSString* path;
Description forthcoming.
@protected id project;
Description forthcoming.