Authors
- Gregory John Casamento
-
Sets the information about the.gorm file's version. This
allows a file to be saved as an older version of the.gorm
format so that older releases can still use.gorm files
created by people who have the latest GNUstep and Gorm
version.
Copyright: (C) 2003 Free Software Foundation, Inc.
- Declared in:
- GormCore/GormFilePrefsManager.h
- Conforms to:
- NSCoding
Description forthcoming.
Instance Variables
Method summary
+ (int)
currentVersion;
The current Gorm version.
- (NSString*)
archiveTypeName;
Which achive type, by name.
- (NSData*)
data;
Saves the encoded file info.
- (NSString*)
fileTypeName;
return file type.
- (BOOL)
isLatest;
Are we set to the latest version? Returns
YES
, if so.
- (BOOL)
loadFromData: (NSData*)data;
Loads the encoded file info.
- (BOOL)
loadFromFile: (NSString*)path;
Loads the encoded file info.
- (void)
loadProfile: (NSString*)profileName;
Loads the profile.
- (NSData*)
nibDataWithOpenItems: (NSArray*)openItems;
Saves the encoded file info.
- (void)
restoreClassVersions;
Restores the versions to the most current.
- (BOOL)
saveToFile: (NSString*)path;
Saves the encoded file info.
- (void)
selectArchiveType: (id)sender;
Action called when the archive type pulldown is
selected.
- (void)
selectTargetVersion: (id)sender;
Action called when the target version pulldown is
selected.
- (void)
setClassVersions;
Sets the version of the classes.
- (void)
setFileTypeName: (NSString*)ft;
File type name...
- (void)
showIncompatibilities: (id)sender;
Show incompatibilities in the panel.
- (NSString*)
targetVersionName;
Which version of the gui library, by name.
- (int)
version;
Gorm Version of the current archive.
- (int)
versionOfClass: (NSString*)className;
Returns the version of the class in the current
profile.
Instance Variables for GormFilePrefsManager Class
@protected id archiveType;
Description forthcoming.
@protected NSString* archiveTypeName;
Description forthcoming.
@protected NSDictionary* currentProfile;
Description forthcoming.
@protected id fileType;
Description forthcoming.
@protected id gormAppVersion;
Description forthcoming.
@protected id itable;
Description forthcoming.
@protected id iwindow;
Description forthcoming.
@protected id showIncompatibilities;
Description forthcoming.
@protected id targetVersion;
Description forthcoming.
@protected NSString* targetVersionName;
Description forthcoming.
@protected int version;
Description forthcoming.
@protected NSDictionary* versionProfiles;
Description forthcoming.