|
Oolite 1.91.0.7712-251017-85ce217
|
import <Foundation/Foundation.h>Go to the source code of this file.
Functions | |
| NSArray * | OOConvertSystemDescriptionsToArrayFormat (NSDictionary *descriptionsInDictionaryFormat, NSDictionary *indicesToKeys) |
| NSDictionary * | OOConvertSystemDescriptionsToDictionaryFormat (NSArray *descriptionsInArrayFormat, NSDictionary *indicesToKeys) |
| NSString * | OOStringifySystemDescriptionLine (NSString *line, NSDictionary *indicesToKeys, BOOL useFallback) |
| void | CompileSystemDescriptions (BOOL asXML) |
| void | ExportSystemDescriptions (BOOL asXML) |
| void CompileSystemDescriptions | ( | BOOL | asXML | ) |
Definition at line 47 of file OOConvertSystemDescriptions.m.
References ResourceManager::dictionaryFromFilesNamed:inFolder:andMerge:, nil, OOConvertSystemDescriptionsToArrayFormat(), and OOLog.
Referenced by Universe(OOPrivate)::runLocalizationTools.
| void ExportSystemDescriptions | ( | BOOL | asXML | ) |
Definition at line 106 of file OOConvertSystemDescriptions.m.
References ResourceManager::dictionaryFromFilesNamed:inFolder:andMerge:, nil, OOConvertSystemDescriptionsToDictionaryFormat(), and OOLog.
Referenced by Universe(OOPrivate)::runLocalizationTools.
| NSArray * OOConvertSystemDescriptionsToArrayFormat | ( | NSDictionary * | descriptionsInDictionaryFormat, |
| NSDictionary * | indicesToKeys ) |
Definition at line 156 of file OOConvertSystemDescriptions.m.
References ConvertKeysToIndices(), count, HighestIndex(), InitKeyToIndexDict(), KeyToIndex(), and nil.
Referenced by CompileSystemDescriptions().
| NSDictionary * OOConvertSystemDescriptionsToDictionaryFormat | ( | NSArray * | descriptionsInArrayFormat, |
| NSDictionary * | indicesToKeys ) |
Definition at line 200 of file OOConvertSystemDescriptions.m.
References ConvertIndicesToKeys(), IndexToKey(), and nil.
Referenced by ExportSystemDescriptions().
| NSString * OOStringifySystemDescriptionLine | ( | NSString * | line, |
| NSDictionary * | indicesToKeys, | ||
| BOOL | useFallback ) |
Definition at line 226 of file OOConvertSystemDescriptions.m.
References IndexToKey(), and nil.